]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: Add schema and docs for Veritas HyperScale (VxHS)
authorAshish Mittal <Ashish.Mittal@veritas.com>
Wed, 30 Aug 2017 13:41:23 +0000 (09:41 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 20 Sep 2017 01:10:21 +0000 (21:10 -0400)
commite6a7fa26704785189d597467cb63414b612da52d
tree887580b47da182ab8eb35691f8aa6d9067947221
parent029c36c9819224542b5f57a122192cf9bd9269e1
docs: Add schema and docs for Veritas HyperScale (VxHS)

Alter the schema to allow a VxHS block device. Sample XML is:

  <disk type='network' device='disk'>
    <driver name='qemu' type='raw' cache='none'/>
    <source protocol='vxhs' name='eb90327c-8302-4725-9e1b-4e85ed4dc251'>
      <host name='192.168.0.1' port='9999'/>
    </source>
    <target dev='vda' bus='virtio'/>
    <serial>eb90327c-8302-4725-9e1b-4e85ed4dc251</serial>
    <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  </disk>

Update the html docs to describe the capability for VxHS.

Alter the qemuxml2xmltest to validate the formatting.

Signed-off-by: Ashish Mittal <Ashish.Mittal@veritas.com>
Signed-off-by: John Ferlan <jferlan@redhat.com>
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
tests/qemuxml2argvdata/qemuxml2argv-disk-drive-network-vxhs.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-network-vxhs.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c