libvirt/tests/lxcxml2xmldata
Daniel P. Berrange ada14b86cc Add support for storage format in FS <driver>
Extend the <driver> element in filesystem devices to
allow a storage format to be set. The new attribute
uses 'format' to reflect the storage format. This is
different from the <driver> element in disk devices
which use 'type' to reflect the storage format. This
is because the 'type' attribute on filesystem devices
is already used for the driver backend, for which the
disk devices use the 'name' attribute. Arggggh.

Anyway for disks we have

   <driver name="qemu" type="raw"/>

And for filesystems this change means we now have

   <driver type="loop" format="raw"/>

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2013-05-13 13:15:19 +01:00
..
lxc-disk-formats.xml Add support for storage format in FS <driver> 2013-05-13 13:15:19 +01:00
lxc-hostdev.xml Implement support for <hostdev caps=net> 2013-04-08 17:40:08 +01:00
lxc-systemd.xml virCaps: get rid of emulatorRequired 2013-04-04 22:42:38 +02:00