]> xenbits.xensource.com Git - libvirt.git/commitdiff
virsh: Be explicit that vol-resize is an offline operation.
authorIvan Baldo <ibaldo@adinet.com.uy>
Tue, 11 Oct 2016 20:13:57 +0000 (17:13 -0300)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 13 Oct 2016 05:57:31 +0000 (07:57 +0200)
It is stated in the manual already, so let's mention the same thing in
the description to avoid causing problems.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
tools/virsh-volume.c

index f302f9558db7ac085b5214eab4315fc0036e8341..e8cef395b7e35cbe45996031ee0ee1a5093a0ae2 100644 (file)
@@ -1050,7 +1050,9 @@ 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. This is safe only for storage "
+                "volumes not in use by an active guest.\n"
+                "See blockresize for live resizing.")
     },
     {.name = NULL}
 };