1
0
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:
Alasdair Kergon
2003-01-17 21:04:26 +00:00
parent 605c60208f
commit 4d7813e57c
8 changed files with 273 additions and 43 deletions

View File

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