Lines Matching refs:log_error
30 log_error("Logical volume \"%s\" is already writable", in lvchange_permission()
36 log_error("Logical volume \"%s\" is already read only", in lvchange_permission()
43 log_error("Cannot change permissions of mirror \"%s\" " in lvchange_permission()
63 log_error("Failed to lock %s", lv->name); in lvchange_permission()
75 log_error("Problem reactivating %s", lv->name); in lvchange_permission()
91 log_error("Logical volume, %s, is not active", lv->name); in lvchange_monitoring()
161 log_error("Unable to resync %s because it is not mirrored.", in lvchange_resync()
167 log_error("Unable to resync pvmove volume %s", lv->name); in lvchange_resync()
172 log_error("Unable to resync locked volume %s", lv->name); in lvchange_resync()
178 log_error("Can't resync open logical volume \"%s\"", in lvchange_resync()
205 log_error("Unable to deactivate %s for resync", lv->name); in lvchange_resync()
210 log_error("Can't get exclusive access to clustered volume %s", in lvchange_resync()
233 log_error("Failed to reactivate %s to resynchronize " in lvchange_resync()
247 log_error("Failed to write intermediate VG metadata."); in lvchange_resync()
256 log_error("Failed to commit intermediate VG metadata."); in lvchange_resync()
267 log_error("Unable to activate %s for mirror log resync", in lvchange_resync()
274 log_error("Unable to reset sync status for %s", lv->name); in lvchange_resync()
276 log_error("Failed to deactivate log LV after " in lvchange_resync()
282 log_error("Unable to deactivate log LV %s after wiping " in lvchange_resync()
294 log_error("Failed to update metadata on disk."); in lvchange_resync()
299 log_error("Failed to reactivate %s after resync", lv->name); in lvchange_resync()
316 log_error("Allocation policy of logical volume \"%s\" is " in lvchange_alloc()
351 log_error("Metadata only supports readahead values between 2 and 120."); in lvchange_readahead()
367 log_error("Read ahead is already auto for \"%s\"", lv->name); in lvchange_readahead()
369 log_error("Read ahead is already %u for \"%s\"", in lvchange_readahead()
384 log_error("Failed to lock %s", lv->name); in lvchange_readahead()
396 log_error("Problem reactivating %s", lv->name); in lvchange_readahead()
414 log_error("Minor number is already not persistent " in lvchange_persistent()
425 log_error("Minor number must be specified with -My"); in lvchange_persistent()
429 log_error("Major number must be specified with -My"); in lvchange_persistent()
448 log_error("%s: deactivation failed", lv->name); in lvchange_persistent()
468 log_error("%s: reactivation failed", lv->name); in lvchange_persistent()
482 log_error("Failed to get tag"); in lvchange_tag()
487 log_error("Logical volume %s/%s does not support tags", in lvchange_tag()
494 log_error("Failed to add tag %s to %s/%s", in lvchange_tag()
500 log_error("Failed to remove tag %s from %s/%s", in lvchange_tag()
528 log_error("Only -a permitted with read-only volume " in lvchange_single()
537 log_error("Can't change logical volume \"%s\" under snapshot", in lvchange_single()
544 log_error("Can't change snapshot logical volume \"%s\"", in lvchange_single()
550 log_error("Unable to change pvmove LV %s", lv->name); in lvchange_single()
552 log_error("Use 'pvmove --abort' to abandon a pvmove"); in lvchange_single()
557 log_error("Unable to change mirror log LV %s directly", lv->name); in lvchange_single()
562 log_error("Unable to change mirror image LV %s directly", in lvchange_single()
573 log_error("Unable to change internal LV %s directly", in lvchange_single()
701 log_error("Need 1 or more of -a, -C, -j, -m, -M, -p, -r, " in lvchange()
714 log_error("Only -a permitted with --ignorelockingfailure"); in lvchange()
722 log_error("Please give logical volume path(s)"); in lvchange()
728 log_error("--major and --minor require -My"); in lvchange()
733 log_error("Only give one logical volume when specifying minor"); in lvchange()
738 log_error("Only one of --alloc and --contiguous permitted"); in lvchange()