]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Remove --flags from nodesuspend
authorJiri Denemark <jdenemar@redhat.com>
Thu, 25 Oct 2012 08:14:38 +0000 (10:14 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 26 Oct 2012 10:18:31 +0000 (12:18 +0200)
commitab54581549667af43b2bef493c696633d46031ff
treece08a85dff9109b241bb1de9809be43ca136d27a
parent3cdf4dd49a1f15443def09752c206802ec32ef97
virsh: Remove --flags from nodesuspend

We always expose individual bits from flags as separate options rather
than exposing a raw flags options. Since virNodeSuspendForDuration does
not currently support any flags, the only way of using this --flags
options that would not fail is "--flags 0", which is equivalent to
omitting the option. Thus it is highly unlikely anyone would actually be
using it and removing it should be safe.
tools/virsh-host.c
tools/virsh.pod