From 0b7ec61bcc8ff86299ce700526de0f400e41f49f Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Sat, 25 Mar 2017 08:07:36 -0400 Subject: [PATCH] storage: Better describe logical pool creation/definition parameters MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit https://bugzilla.redhat.com/show_bug.cgi?id=1398087 Clean up the virsh man page description for --pool-create-as in order to better describe how the various arguments are used when creating (or defining) a logical pool. Signed-off-by: Ján Tomko --- tools/virsh.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/virsh.pod b/tools/virsh.pod index 43124ba558..9a52d67163 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -3639,6 +3639,12 @@ follow-up command to build the pool. The I<--overwrite> and I<--no-overwrite> flags follow the same rules as B. If just I<--build> is provided, then B is called with no flags. +For a "logical" pool only [I<--name>] needs to be provided. The +[I<--source-name>] if provided must match the Volume Group name. +If not provided, one will be generated using the [I<--name>]. If +provided the [I<--target>] is ignored and a target source is generated +using the [I<--source-name>] (or as generated from the [I<--name>]). + =item B I Define an inactive persistent storage pool or modify an existing persistent one -- 2.39.5