diff --git a/tools/commands.h b/tools/commands.h index dfc219c13..0c861f22f 100644 --- a/tools/commands.h +++ b/tools/commands.h @@ -308,6 +308,19 @@ xx(pvmove, autobackup_ARG, force_ARG, name_ARG, test_ARG) +xx(pvresize, + "Resize a physical volume in use by a volume group", + "pvmove " + "[-A|--autobackup {y|n}] " + "[-d|--debug] " + "[-h|--help]\n\t" + "[-s|--size PhysicalVolumeSize[kKmMgGtT]" "\n" + "[-v|--verbose] " + "[--version]\n\t" + "\tPhysicalVolumePath [PhysicalVolumePath...]\n", + + autobackup_ARG, physicalvolumesize_ARG) + xx(pvscan, "List all physical volumes", "pvscan " "\n" diff --git a/tools/stub.h b/tools/stub.h index 153a0fbfb..36f865081 100644 --- a/tools/stub.h +++ b/tools/stub.h @@ -11,6 +11,7 @@ int lvmsadc(struct cmd_context *cmd, int argc, char **argv) unimplemented int lvmsar(struct cmd_context *cmd, int argc, char **argv) unimplemented int pvdata(struct cmd_context *cmd, int argc, char **argv) unimplemented int pvmove(struct cmd_context *cmd, int argc, char **argv) unimplemented +int pvresize(struct cmd_context *cmd, int argc, char **argv) unimplemented int vgmknodes(struct cmd_context *cmd, int argc, char **argv) unimplemented int vgsplit(struct cmd_context *cmd, int argc, char **argv) unimplemented