mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
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 <mkletzan@redhat.com>
This commit is contained in:
parent
e1a33ed18c
commit
83adcb5bdf
@ -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}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user