mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Add --ignorelockingfailure to vgmknodes.
This commit is contained in:
parent
a478de3db6
commit
0a0f13e600
@ -1,9 +1,9 @@
|
||||
Version 2.01.09 -
|
||||
=================================
|
||||
Add --ignorelockingfailure to vgmknodes.
|
||||
clvmd: Don't allow user operations to start until the lvm thread is fully up.
|
||||
clvmd-gulm: set KEEPALIVE on sockets.
|
||||
|
||||
|
||||
Version 2.01.08 - 22nd March 2005
|
||||
=================================
|
||||
Add clustered attribute so vgchange can identify clustered VGs w/o locking.
|
||||
|
@ -717,9 +717,12 @@ xx(vgmknodes,
|
||||
"vgmknodes\n"
|
||||
"\t[-d|--debug]\n"
|
||||
"\t[-h|--help]\n"
|
||||
"\t[--ignorelockingfailure]\n"
|
||||
"\t[-v|--verbose]\n"
|
||||
"\t[--version]" "\n"
|
||||
"\t[VolumeGroupName...]\n" )
|
||||
"\t[VolumeGroupName...]\n",
|
||||
|
||||
ignorelockingfailure_ARG)
|
||||
|
||||
xx(vgreduce,
|
||||
"Remove physical volume(s) from a volume group",
|
||||
|
Loading…
Reference in New Issue
Block a user