1
0
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:
Alasdair Kergon 2005-04-04 14:44:49 +00:00
parent a478de3db6
commit 0a0f13e600
2 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -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",