提交 84d66060 编写于 作者: L Lin Ma 提交者: Michal Privoznik

virsh: Only return active domain names for 'reset' command

Signed-off-by: NLin Ma <lma@suse.com>
上级 7c07067c
......@@ -5892,7 +5892,7 @@ static const vshCmdInfo info_reset[] = {
};
static const vshCmdOptDef opts_reset[] = {
VIRSH_COMMON_OPT_DOMAIN_FULL(0),
VIRSH_COMMON_OPT_DOMAIN_FULL(VIR_CONNECT_LIST_DOMAINS_ACTIVE),
{.name = NULL}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册