1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-11-11 12:23:50 +03:00

vgrename & vgck

This commit is contained in:
Alasdair Kergon
2001-10-08 18:44:22 +00:00
parent d0d9519149
commit aef2aee6a4
10 changed files with 180 additions and 100 deletions

View File

@@ -37,6 +37,7 @@ xx(help,
"Display help for commands",
"help <command>\n")
/*********
xx(lvactivate,
"Activate logical volume on given partition(s)",
"lvactivate "
@@ -44,6 +45,7 @@ xx(lvactivate,
"\t[-h/-?/--help]\n"
"\t[-v/--verbose]\n"
"Logical Volume(s)\n")
***********/
xx(lvchange,
"Change the attributes of logical volume(s)",
@@ -454,12 +456,13 @@ xx(vgrename,
"vgrename\n"
"\t[-A/--autobackup y/n]\n"
"\t[-d/--debug]\n"
"\t[-f/--force]\n"
"\t[-h/-?/--help]\n"
"\t[-v/--verbose]\n"
"\tOldVolumeGroupPath NewVolumeGroupPath /\n"
"\tOldVolumeGroupName NewVolumeGroupName\n",
autobackup_ARG)
autobackup_ARG, force_ARG)
xx(vgscan,
"Search for all volume groups",