docs: Reword virDomainGetEmulatorPinInfo description
[libvirt.git] / tests / storagevolxml2xmlout / vol-luks.xml
blobc011d4cc6296b28402dba5ca9a9305965c4a5893
1 <volume type='file'>
2   <name>LuksDemo.img</name>
3   <key>/var/lib/libvirt/images/LuksDemo.img</key>
4   <capacity unit='bytes'>5368709120</capacity>
5   <allocation unit='bytes'>294912</allocation>
6   <target>
7     <path>/var/lib/libvirt/images/LuksDemo.img</path>
8     <format type='raw'/>
9     <permissions>
10       <mode>0644</mode>
11       <owner>0</owner>
12       <group>0</group>
13       <label>unconfined_u:object_r:virt_image_t:s0</label>
14     </permissions>
15     <encryption format='luks'>
16       <secret type='passphrase' uuid='f52a81b2-424e-490c-823d-6bd4235bc572'/>
17     </encryption>
18   </target>
19 </volume>