提交 83adcb5b 编写于 作者: I Ivan Baldo 提交者: Martin Kletzander

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: NMartin Kletzander <mkletzan@redhat.com>
上级 e1a33ed1
......@@ -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}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册