From b42eb4c376cedfa0f5192b2665c97c8e043c1a37 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Sat, 7 Oct 2006 23:04:36 +0000 Subject: [PATCH] Accept regionsize with lvconvert. --- tools/commands.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/commands.h b/tools/commands.h index 8268bb1a7..7aa56425a 100644 --- a/tools/commands.h +++ b/tools/commands.h @@ -83,6 +83,7 @@ xx(lvconvert, "Change logical volume layout", "lvconvert " "[-m|--mirrors Mirrors [--corelog]]\n" + "\t[-R|--regionsize MirrorLogRegionSize]\n" "\t[--alloc AllocationPolicy]\n" "\t[-d|--debug]\n" "\t[-h|-?|--help]\n" @@ -100,7 +101,7 @@ xx(lvconvert, "\t[--version]" "\n" "\tOriginalLogicalVolume[Path] SnapshotLogicalVolume[Path]\n", - alloc_ARG, chunksize_ARG, mirrors_ARG, corelog_ARG, + alloc_ARG, chunksize_ARG, mirrors_ARG, corelog_ARG, regionsize_ARG, snapshot_ARG, test_ARG, zero_ARG) xx(lvcreate,