]> xenbits.xensource.com Git - libvirt.git/commit
virsh: Add adapter options for pool-{create|define}-as
authorJohn Ferlan <jferlan@redhat.com>
Thu, 4 Dec 2014 14:22:30 +0000 (09:22 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 5 Dec 2014 16:49:53 +0000 (11:49 -0500)
commitbd00e00eaf07b25d3c71d95784d95bdef693d8be
treeb5f3190b4be66f67714e76a9e0b1c1805d91b0b1
parent893258063dfe82aad0300c71e4e379a48e1910d1
virsh: Add adapter options for pool-{create|define}-as

Add the optional adapter options for pool create/define.  Results in
either:

<adapter type='scsi_host' name='scsi_host2'/>

or (on one line)

<adapter type='fc_host' parent='scsi_host5'
         wwnn='20000000c9831b4b' wwpn='10000000c9831b4b'/>

being generated.
tools/virsh-pool.c
tools/virsh.pod