From 9d3955daf2fd5850b5aaf8b059042958b1c3c70f Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Tue, 20 Apr 2010 18:17:56 +0000 Subject: [PATCH] Remove -n argument from vgcfgrestore. 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 | 1 + tools/commands.h | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WHATS_NEW b/WHATS_NEW index afeb8905d..f1a88b719 100644 --- 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. diff --git a/tools/commands.h b/tools/commands.h index 5e44cb2e1..7d0185b9e 100644 --- a/tools/commands.h +++ b/tools/commands.h @@ -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", -- 2.43.5