Lines Matching refs:log_error

56 			log_error("Please specify a logical volume to act as "  in _lvconvert_name_params()
64 log_error("The origin name should include the " in _lvconvert_name_params()
75 log_error("Please provide logical volume path"); in _lvconvert_name_params()
85 log_error("Please use a single volume group name " in _lvconvert_name_params()
94 log_error("Please provide a valid volume group name"); in _lvconvert_name_params()
118 log_error("--snapshot argument cannot be mixed " in _read_params()
138 log_error("--regionsize is only available with mirrors"); in _read_params()
143 log_error("Negative chunk size is invalid"); in _read_params()
149 log_error("Chunk size must be a power of 2 in the " in _read_params()
165 log_error("--chunksize is only available with " in _read_params()
171 log_error("--zero is only available with snapshots"); in _read_params()
183 log_error("Negative regionsize is invalid"); in _read_params()
192 log_error("Negative regionsize in " in _read_params()
200 log_error("Region size (%" PRIu32 ") must be " in _read_params()
208 log_error("Region size (%" PRIu32 in _read_params()
214 log_error("Non-zero region size must be supplied."); in _read_params()
224 log_error("%s: Required device-mapper target(s) not " in _read_params()
279 log_error("Failed to remove temporary sync layer."); in _finish_lvconvert_mirror()
291 log_error("Failed to lock %s", lv->name); in _finish_lvconvert_mirror()
304 log_error("Problem reactivating %s", lv->name); in _finish_lvconvert_mirror()
364 log_error("lvconvert: layer name allocation failed."); in _insert_lvconvert_layer()
370 log_error("lvconvert: layer name generation failed."); in _insert_lvconvert_layer()
375 log_error("layer name allocation failed."); in _insert_lvconvert_layer()
380 log_error("Failed to insert resync layer"); in _insert_lvconvert_layer()
423 log_error("Allocation of list of failed_pvs failed."); in _failed_pv_list()
434 log_error("Allocation of failed_pvs list entry failed."); in _failed_pv_list()
555 log_error("You may only use one of --mirrors and --repair."); in _lvconvert_mirrors()
581 log_error("The mirror is consistent, nothing to repair."); in _lvconvert_mirrors()
587 log_error("Mirror status: %d of %d images failed.", in _lvconvert_mirrors()
600 log_error("Logical volume %s only has %" PRIu32 " mirrors.", in _lvconvert_mirrors()
615 log_error("--mirrorlog disk and --corelog " in _lvconvert_mirrors()
623 log_error("Unknown mirrorlog type: %s", mirrorlog); in _lvconvert_mirrors()
635 log_error("Mirror log region size cannot be changed on " in _lvconvert_mirrors()
645 log_error("Logical volume %s has multiple " in _lvconvert_mirrors()
660 log_error("Logical volume %s is already not mirrored.", in _lvconvert_mirrors()
690 log_error("Mirrors of striped volumes are not yet supported."); in _lvconvert_mirrors()
712 log_error("Can't add mirror to out-of-sync mirrored " in _lvconvert_mirrors()
725 log_error("Can't add additional mirror images to " in _lvconvert_mirrors()
740 log_error("Failed to insert resync layer"); in _lvconvert_mirrors()
756 log_error("ABORTING: Failed to remove " in _lvconvert_mirrors()
759 log_error("Manual cleanup with vgcfgrestore " in _lvconvert_mirrors()
774 log_error("Logical volume %s already has %" in _lvconvert_mirrors()
789 log_error("Failed to lock %s", lv->name); in _lvconvert_mirrors()
802 log_error("Problem reactivating %s", lv->name); in _lvconvert_mirrors()
836 log_error("Couldn't find origin volume '%s'.", lp->origin); in lvconvert_snapshot()
841 log_error("Unable to use \"%s\" as both snapshot and origin.", in lvconvert_snapshot()
847 log_error("Unable to create a snapshot of a %s LV.", in lvconvert_snapshot()
858 log_error("Aborting. Failed to wipe snapshot " in lvconvert_snapshot()
864 log_error("Couldn't deactivate LV %s.", lv->name); in lvconvert_snapshot()
869 log_error("Couldn't create snapshot."); in lvconvert_snapshot()
878 log_error("Failed to suspend origin %s", org->name); in lvconvert_snapshot()
887 log_error("Problem reactivating origin %s", org->name); in lvconvert_snapshot()
904 log_error("Cannot convert locked LV %s", lv->name); in lvconvert_single()
909 log_error("Can't convert snapshot logical volume \"%s\"", in lvconvert_single()
915 log_error("Unable to convert pvmove LV %s", lv->name); in lvconvert_single()
920 log_error("Can't repair non-mirrored LV \"%s\".", lv->name); in lvconvert_single()
926 log_error("Unable to convert mirrored LV \"%s\" into a snapshot.", lv->name); in lvconvert_single()
977 log_error("Logical volume \"%s\" not found in " in lvconvert()