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