mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
Fix vgsplit error display - fully remove log_suppress.
Author: Dave Wysochanski <dwysocha@redhat.com>
This commit is contained in:
parent
9ac3596d63
commit
e80512dd52
@ -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.
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user