mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
lvcreate: restore missed --monitor
Fix regression from d13239b054
.
This patch reorganized whole command option parsing, however
it has lost support to accept --monitor arg.
This commit is contained in:
parent
2b9843c20b
commit
20e317cf92
@ -1,5 +1,6 @@
|
||||
Version 2.02.130 -
|
||||
===================================
|
||||
Restore support for --monitor option in lvcreate (2.02.112).
|
||||
Read thin-pool data and metadata percent without flush.
|
||||
Detect blocked thin-pool and avoid scanning their thin volumes.
|
||||
Check if dm device is usable before checking its size (2.02.116).
|
||||
|
@ -700,6 +700,7 @@ static int _lvcreate_params(struct cmd_context *cmd,
|
||||
contiguous_ARG,\
|
||||
ignoreactivationskip_ARG,\
|
||||
ignoremonitoring_ARG,\
|
||||
monitor_ARG,\
|
||||
mirrors_ARG,\
|
||||
name_ARG,\
|
||||
noudevsync_ARG,\
|
||||
|
Loading…
Reference in New Issue
Block a user