summaryrefslogtreecommitdiffstats
path: root/tools/args.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2002-02-20 18:29:30 +0000
committerAlasdair Kergon <agk@redhat.com>2002-02-20 18:29:30 +0000
commita45f546fe07430d051ebfc628459f4cee0d1541b (patch)
treed1f473f97b62999edd8bd56d7fa9c86dfd019f14 /tools/args.h
parent48cbf485b607c0c5b915d2f75819ce8197855175 (diff)
downloadlvm2-a45f546fe07430d051ebfc628459f4cee0d1541b.tar.gz
lvm2-a45f546fe07430d051ebfc628459f4cee0d1541b.tar.xz
lvm2-a45f546fe07430d051ebfc628459f4cee0d1541b.zip
o Use 'pvcreate --setphysicalvolumesize' with no short form (instead of -s)
and add severe warning if it's used to make a device seem bigger than it really is. This is not an option people should be using as it breaks metadata integrity. o Use uint64_t throughout (rather than unsigned long long) o Convert a few messages that contain pathnames into the more common form: pathname: message
Diffstat (limited to 'tools/args.h')
-rw-r--r--tools/args.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/args.h b/tools/args.h
index f18e41b8..d2195f9d 100644
--- a/tools/args.h
+++ b/tools/args.h
@@ -10,6 +10,7 @@
*/
arg(version_ARG, '\0', "version", NULL)
arg(quiet_ARG, '\0', "quiet", NULL)
+arg(physicalvolumesize_ARG, '\0', "setphysicalvolumesize", size_arg)
/* Allow some variations */
arg(resizable_ARG, '\0', "resizable", yes_no_arg)
@@ -58,7 +59,6 @@ arg(physicalvolume_ARG, 'P', "physicalvolume", NULL)
arg(readahead_ARG, 'r', "readahead", int_arg)
arg(reset_ARG, 'R', "reset", NULL)
arg(physicalextentsize_ARG, 's', "physicalextentsize", size_arg)
-arg(physicalvolumesize_ARG, 's', "size", size_arg)
arg(stdin_ARG, 's', "stdin", NULL)
arg(snapshot_ARG, 's', "snapshot", NULL)
arg(short_ARG, 's', "short", NULL)