mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 23:25:24 +00:00
07613d2020
by running this command: git ls-files -z | xargs -0 perl -pi -0777 -e 's/\n\n+$/\n/' This is in preparation for a more strict make syntax-check rule that will detect trailing blank lines.
21 lines
512 B
XML
21 lines
512 B
XML
<volume>
|
|
<name>Swap</name>
|
|
<key>r4xkCv-MQhr-WKIT-R66x-Epn2-e8hG-1Z5gY0</key>
|
|
<source>
|
|
<device path='/dev/sda2'>
|
|
<extent start='31440502784' end='33520877568'/>
|
|
</device>
|
|
</source>
|
|
<capacity>2080374784</capacity>
|
|
<allocation>2080374784</allocation>
|
|
<target>
|
|
<path>/dev/HostVG/Swap</path>
|
|
<permissions>
|
|
<mode>060660</mode>
|
|
<owner>0</owner>
|
|
<group>6</group>
|
|
<label>system_u:object_r:fixed_disk_device_t:s0</label>
|
|
</permissions>
|
|
</target>
|
|
</volume>
|