mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
lvmlockctl: wait by default when stopping
lvmlockctl --stop-lockspaces was by default not waiting for all the lockspaces to be gone.
This commit is contained in:
parent
f6a77a894e
commit
88ae03c38f
@ -24,7 +24,7 @@
|
||||
static int quit = 0;
|
||||
static int info = 0;
|
||||
static int dump = 0;
|
||||
static int wait_opt = 0;
|
||||
static int wait_opt = 1;
|
||||
static int force_opt = 0;
|
||||
static int kill_vg = 0;
|
||||
static int drop_vg = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user