diff --git a/WHATS_NEW b/WHATS_NEW index 030a4e8b2..6b5a89b5d 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.02.34 - =================================== + Fix vgsplit error display - fully remove log_suppress. Fix vgsplit error paths to release vg_to lock. Indicate whether or not VG is clustered in vgcreate log message. Mention default --clustered setting in vgcreate man page. diff --git a/tools/vgsplit.c b/tools/vgsplit.c index f0daf35af..30d7802ed 100644 --- a/tools/vgsplit.c +++ b/tools/vgsplit.c @@ -220,7 +220,6 @@ int vgsplit(struct cmd_context *cmd, int argc, char **argv) int opt; int active; int existing_vg; - int old_suppress; struct pv_list *pvl; int consistent; @@ -272,7 +271,6 @@ int vgsplit(struct cmd_context *cmd, int argc, char **argv) if (!vgs_are_compatible(cmd, vg_from,vg_to)) goto error; } else { - log_suppress(old_suppress); existing_vg = 0; /* Set metadata format of original VG */