[libvirt] [PATCH] virsh: vol-resize: be explicit that this is an offline operation.

Ivan Baldo ibaldo at adinet.com.uy
Tue Oct 11 20:13:57 UTC 2016


No time to read manpages at home heheh (qemu-img check -r all repaired it very well though).
---
 tools/virsh-volume.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/virsh-volume.c b/tools/virsh-volume.c
index f302f95..46c36c2 100644
--- a/tools/virsh-volume.c
+++ b/tools/virsh-volume.c
@@ -1050,7 +1050,7 @@ static const vshCmdInfo info_vol_resize[] = {
      .data = N_("resize a vol")
     },
     {.name = "desc",
-     .data = N_("Resizes a storage volume.")
+     .data = N_("Resizes a storage volume offline (only safe if not in use).")
     },
     {.name = NULL}
 };
-- 
2.1.4




More information about the libvir-list mailing list