]> sourceware.org Git - lvm2.git/commitdiff
Remove -n argument from vgcfgrestore.
authorMilan Broz <mbroz@redhat.com>
Tue, 20 Apr 2010 18:17:56 +0000 (18:17 +0000)
committerMilan Broz <mbroz@redhat.com>
Tue, 20 Apr 2010 18:17:56 +0000 (18:17 +0000)
This is old lvm1 syntax, because arguments changed
from PVs to VGs compatibility is broken already.

name_ARG is not used in code.

WHATS_NEW
tools/commands.h

index afeb8905d1254fc82ebaaaf209ea0b017317e05d..f1a88b71984b664b3c9a4d432e8ffa3c81525921 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.64 -
 =================================
+  Remove obsolete --name parameter from vgcfgrestore.
   Add -S command to clvmd to restart the daemon preserving exclusive locks.
   Increment lvm2app version from 1 to 2.
   Change lvm2app memory alloc/free for pv/vg/lv properties.
index 5e44cb2e1e4777f4346d9291f0d05c72258e3ffb..7d0185b9e00f713c470ba3d66b5d6e7a11b146e2 100644 (file)
@@ -688,14 +688,13 @@ xx(vgcfgrestore,
    "\t[-f|--file filename] " "\n"
    "\t[-l[l]|--list [--list]]" "\n"
    "\t[-M|--metadatatype 1|2]" "\n"
-   "\t[-n|--name VolumeGroupName] " "\n"
    "\t[-h|--help]" "\n"
    "\t[-t|--test] " "\n"
    "\t[-v|--verbose]" "\n"
    "\t[--version] " "\n"
    "\tVolumeGroupName",
 
-   file_ARG, list_ARG, metadatatype_ARG, name_ARG, test_ARG)
+   file_ARG, list_ARG, metadatatype_ARG, test_ARG)
 
 xx(vgchange,
    "Change volume group attributes",
This page took 0.042382 seconds and 5 git commands to generate.