]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Fix printing of XML for pool-create-as
authorJohn Ferlan <jferlan@redhat.com>
Thu, 28 May 2015 18:29:19 +0000 (14:29 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 1 Jun 2015 09:40:45 +0000 (05:40 -0400)
commitcffc099356f0ce1bb94d9d009aa49a99b9001d3c
tree15c5628717e92dfddd5dc409c029fc688ca13d61
parent9e460562da8d3b68d705ad7138c9a4c6b1b54efe
virsh: Fix printing of XML for pool-create-as

https://bugzilla.redhat.com/show_bug.cgi?id=1224088

commit id 'bd00e00e' neglected to add the new adapter source options
into the if condition that allowed printing the <source> XML fields.
The <adapter type='fc_host'.../> doesn't require other options in order
to be complete.
tools/virsh-pool.c