mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
vgimport: fix the all VGs case
The ALL_VGS_IS_DEFAULT flag was wrongly removed; it is needed for vgimport -a to work.
This commit is contained in:
parent
2972604f0c
commit
e15db15926
@ -1229,7 +1229,7 @@ xx(vgextend,
|
|||||||
|
|
||||||
xx(vgimport,
|
xx(vgimport,
|
||||||
"Register exported volume group with system",
|
"Register exported volume group with system",
|
||||||
0,
|
ALL_VGS_IS_DEFAULT,
|
||||||
"vgimport\n"
|
"vgimport\n"
|
||||||
"\t[-a|--all]\n"
|
"\t[-a|--all]\n"
|
||||||
"\t[--commandprofile ProfileName]\n"
|
"\t[--commandprofile ProfileName]\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user