mirror of
git://sourceware.org/git/lvm2.git
synced 2025-11-10 08:23:48 +03:00
vgreduce --removemissing to remove missing PVs & deps & make VG consistent
This commit is contained in:
@@ -678,13 +678,14 @@ xx(vgreduce,
|
||||
"\t[-A|--autobackup y|n]\n"
|
||||
"\t[-d|--debug]\n"
|
||||
"\t[-h|--help]\n"
|
||||
"\t[--removemissing]\n"
|
||||
"\t[-t|--test]\n"
|
||||
"\t[-v|--verbose]\n"
|
||||
"\t[--version]" "\n"
|
||||
"\tVolumeGroupName\n"
|
||||
"\t[PhysicalVolumePath...]\n",
|
||||
|
||||
all_ARG, autobackup_ARG, test_ARG)
|
||||
all_ARG, autobackup_ARG, removemissing_ARG, test_ARG)
|
||||
|
||||
xx(vgremove,
|
||||
"Remove volume group(s)",
|
||||
|
||||
Reference in New Issue
Block a user