Blame SOURCES/libvirt-virsh-man-Mention-that-volumes-need-to-be-in-storage-pool-for-undefine.patch

c401cc
From 9329b0bafa413d86c9147fed02c914a869438498 Mon Sep 17 00:00:00 2001
c401cc
Message-Id: <9329b0bafa413d86c9147fed02c914a869438498.1387385061.git.jdenemar@redhat.com>
c401cc
From: Peter Krempa <pkrempa@redhat.com>
c401cc
Date: Wed, 18 Dec 2013 16:55:55 +0100
c401cc
Subject: [PATCH] virsh: man: Mention that volumes need to be in storage pool
c401cc
 for undefine
c401cc
c401cc
https://bugzilla.redhat.com/show_bug.cgi?id=1044445
c401cc
c401cc
When undefining a VM with storage the man page doesn't explicitly
c401cc
mention that the volumes need to be a part of the storage pool otherwise
c401cc
it won't work.
c401cc
c401cc
(cherry picked from commit 878b8fa4298a4eefefded1d65a3bac5081b52444)
c401cc
c401cc
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
c401cc
---
c401cc
 tools/virsh.pod | 3 ++-
c401cc
 1 file changed, 2 insertions(+), 1 deletion(-)
c401cc
c401cc
diff --git a/tools/virsh.pod b/tools/virsh.pod
c401cc
index 5555b0d..74ea0bc 100644
c401cc
--- a/tools/virsh.pod
c401cc
+++ b/tools/virsh.pod
c401cc
@@ -1782,7 +1782,8 @@ on inactive domains. Volume deletion is only attempted after the domain is
c401cc
 undefined; if not all of the requested volumes could be deleted, the
c401cc
 error message indicates what still remains behind. If a volume path is not
c401cc
 found in the domain definition, it's treated as if the volume was successfully
c401cc
-deleted.
c401cc
+deleted. Only volumes managed by libvirt in storage pools can be removed this
c401cc
+way.
c401cc
 (See B<domblklist> for list of target names associated to a domain).
c401cc
 Example: --storage vda,/path/to/storage.img
c401cc
 
c401cc
-- 
c401cc
1.8.5.1
c401cc