--- /dev/null
+<pool type="dir">
+ <name>virtimages</name>
+ <target>
+ <path>/var/lib/virt/images</path>
+ </target>
+</pool>
--- /dev/null
+<pool type="fs">
+ <name>virtimages</name>
+ <source>
+ <device path="/dev/VolGroup00/VirtImages"/>
+ </source>
+ <target>
+ <path>/var/lib/virt/images</path>
+ <permissions>
+ <mode>0700</mode>
+ <owner>0</owner>
+ <group>0</group>
+ <label>system_u:object_r:xen_image_t:s0</label>
+ </permissions>
+ </target>
+</pool>
--- /dev/null
+<pool type="logical">
+ <name>HostVG</name>
+ <source>
+ <device path="/dev/sda1"/>
+ </source>
+ <target>
+ <path>/dev/HostVG</path>
+ </target>
+</pool>
--- /dev/null
+<pool type="netfs">
+ <name>virtimages</name>
+ <source>
+ <host name="nfs.example.com"/>
+ <directory path="/var/lib/virt/images"/>
+ </source>
+ <target>
+ <path>/var/lib/virt/images</path>
+ <permissions>
+ <mode>0700</mode>
+ <owner>0</owner>
+ <group>0</group>
+ <label>system_u:object_r:xen_image_t:s0</label>
+ </permissions>
+ </target>
+</pool>
--- /dev/null
+<volume type="file">
+ <name>cow.img</name>
+ <storage>
+ <allocation>0</allocation>
+ <capacity unit="T">1</capacity>
+ </storage>
+ <target>
+ <format type="cow"/>
+ </target>
+</volume>
--- /dev/null
+<volume type="file">
+ <name>qcow.img</name>
+ <storage>
+ <allocation>0</allocation>
+ <capacity unit="T">1</capacity>
+ </storage>
+ <target>
+ <format type="qcow"/>
+ </target>
+</volume>
--- /dev/null
+<volume type="file">
+ <name>qcow2.img</name>
+ <storage>
+ <allocation>0</allocation>
+ <capacity unit="T">1</capacity>
+ </storage>
+ <target>
+ <format type="qcow2"/>
+ </target>
+</volume>
--- /dev/null
+<volume type="file">
+ <name>raw.img</name>
+ <storage>
+ <allocation unit="M">10</allocation>
+ <capacity unit="M">1000</capacity>
+ </storage>
+</volume>
--- /dev/null
+<volume type="file">
+ <name>sparse.img</name>
+ <storage>
+ <allocation>0</allocation>
+ <capacity unit="T">1</capacity>
+ </storage>
+</volume>
--- /dev/null
+<volume type="file">
+ <name>vmdk3.img</name>
+ <storage>
+ <allocation>0</allocation>
+ <capacity unit="T">1</capacity>
+ </storage>
+ <target>
+ <format type="vmdk"/>
+ </target>
+</volume>