From 2f1dc3de4672f4d7aa42bb4984618d382388e0d2 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 19 Apr 2016 17:34:57 -0400 Subject: [PATCH] man: Clarify virsh vol-clone works within a single pool virsh vol-clone is expected to clone a volume within a single pool; it doesn't work for cloning across pools. Clarify the docs https://bugzilla.redhat.com/show_bug.cgi?id=1103714 --- tools/virsh-volume.c | 2 +- tools/virsh.pod | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/virsh-volume.c b/tools/virsh-volume.c index 36dd0ed8e5..9cc8e5219f 100644 --- a/tools/virsh-volume.c +++ b/tools/virsh-volume.c @@ -546,7 +546,7 @@ static const vshCmdInfo info_vol_clone[] = { .data = N_("clone a volume.") }, {.name = "desc", - .data = N_("Clone an existing volume.") + .data = N_("Clone an existing volume within the parent pool.") }, {.name = NULL} }; diff --git a/tools/virsh.pod b/tools/virsh.pod index 6c9d4ec609..052c7acd0c 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -3530,10 +3530,10 @@ only slightly higher initial disk space usage. =item B [I<--pool> I] I I [I<--prealloc-metadata>] [I<--reflink>] -Clone an existing volume. Less powerful, but easier to type, version of -B. -I<--pool> I is the name or UUID of the storage pool to create -the volume in. +Clone an existing volume within the parent pool. Less powerful, +but easier to type, version of B. +I<--pool> I is the name or UUID of the storage pool +that contains the source volume, and will contain the new volume. I is the name or key or path of the source volume. I is the name of the new volume. [I<--prealloc-metadata>] preallocate metadata (for qcow2 images which don't -- GitLab