From: Ivan Baldo Date: Tue, 11 Oct 2016 20:13:57 +0000 (-0300) Subject: virsh: Be explicit that vol-resize is an offline operation. X-Git-Tag: v2.4.0-rc1~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83adcb5bdf8354bab8b1779a4655b963a36f050c;p=thirdparty%2Flibvirt.git virsh: Be explicit that vol-resize is an offline operation. 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 --- diff --git a/tools/virsh-volume.c b/tools/virsh-volume.c index f302f9558d..e8cef395b7 100644 --- a/tools/virsh-volume.c +++ b/tools/virsh-volume.c @@ -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} };