libvirt/tests/storagepoolxml2xmlout
Jason Dillaman 669018bc9c storage: optional 'refresh' elemement on pool
The new 'refresh' element can override the default refresh operations
for a storage pool. The only currently supported override is to set
the volume allocation size to the volume capacity. This can be specified
by adding the following snippet:

<pool>
...
  <refresh>
    <volume allocation='capacity'/>
  </refresh>
...
</pool>

This is useful for certain backends where computing the actual allocation
of a volume might be an expensive operation.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2019-03-19 16:46:21 +01:00
..
pool-dir-naming.xml storage: conf: Don't output owner/group -1 2015-05-21 15:00:52 -04:00
pool-dir.xml
pool-disk-device-nopartsep.xml conf: Add storage pool device attribute part_separator 2016-01-19 13:02:59 -05:00
pool-disk.xml
pool-fs.xml xml: output memory unit for clarity 2012-03-07 18:24:43 -07:00
pool-gluster-sub.xml storage: document gluster pool 2013-11-25 11:03:19 -07:00
pool-gluster.xml
pool-iscsi-auth.xml
pool-iscsi-direct-auth.xml
pool-iscsi-direct.xml
pool-iscsi-multiiqn.xml
pool-iscsi-vendor-product.xml
pool-iscsi.xml xml: output memory unit for clarity 2012-03-07 18:24:43 -07:00
pool-logical-create.xml
pool-logical-noname.xml
pool-logical-nopath.xml
pool-logical.xml
pool-mpath.xml
pool-netfs-auto.xml
pool-netfs-cifs.xml storage: Fix the schema and add tests for cifs pool 2015-06-15 17:25:33 -04:00
pool-netfs-gluster.xml
pool-netfs-ns-mountopts.xml
pool-netfs-protocol-ver.xml
pool-netfs.xml xml: output memory unit for clarity 2012-03-07 18:24:43 -07:00
pool-rbd-ns-configopts.xml
pool-rbd-refresh-volume-allocation.xml
pool-rbd.xml
pool-scsi-type-fc-host-managed.xml
pool-scsi-type-fc-host.xml
pool-scsi-type-scsi-host-stable.xml
pool-scsi-type-scsi-host.xml
pool-scsi.xml New XML attributes for storage pool source adapter 2013-04-08 18:41:06 +08:00
pool-sheepdog.xml
pool-vstorage.xml tests: storage: Fix storage xml2xml test for vstorage pool 2017-01-27 10:39:53 +01:00
pool-zfs-sourcedev.xml zfs: fix storagepoolxml2xml test 2015-05-27 14:03:42 +04:00
pool-zfs.xml