forked from libvirt/libvirt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Add storage volume XML 2 XML tests.
- Loading branch information
Showing
16 changed files
with
343 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<volume> | ||
<name>sparse.img</name> | ||
<source/> | ||
<capacity>10000000000</capacity> | ||
<allocation>0</allocation> | ||
<target> | ||
<path>/var/lib/libvirt/images/sparse.img</path> | ||
<permissions> | ||
<mode>0</mode> | ||
<owner>0744</owner> | ||
<group>0</group> | ||
</permissions> | ||
</target> | ||
<backingStore> | ||
<path>/var/lib/virt/images/master.img</path> | ||
<format type='vmdk'/> | ||
<permissions> | ||
<mode>0744</mode> | ||
<owner>1</owner> | ||
<group>1</group> | ||
<label>virt_image_t</label> | ||
</permissions> | ||
</backingStore> | ||
</volume> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<volume> | ||
<name>sparse.img</name> | ||
<source/> | ||
<capacity unit="T">1</capacity> | ||
<allocation>0</allocation> | ||
<target> | ||
<path>/var/lib/libvirt/images/sparse.img</path> | ||
<permissions> | ||
<mode>0</mode> | ||
<owner>0744</owner> | ||
<group>0</group> | ||
<label>virt_image_t</label> | ||
</permissions> | ||
</target> | ||
</volume> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<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>0660</mode> | ||
<owner>0</owner> | ||
<group>6</group> | ||
<label>system_u:object_r:fixed_disk_device_t:s0</label> | ||
</permissions> | ||
</target> | ||
<backingStore> | ||
<path>/dev/HostVG/snapshot</path> | ||
<permissions> | ||
<mode>0744</mode> | ||
<owner>1</owner> | ||
<group>1</group> | ||
<label>virt_image_t</label> | ||
</permissions> | ||
</backingStore> | ||
</volume> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<volume> | ||
<name>sparse.img</name> | ||
<key>(null)</key> | ||
<source> | ||
</source> | ||
<capacity>10000000000</capacity> | ||
<allocation>0</allocation> | ||
<target> | ||
<path>/var/lib/libvirt/images/sparse.img</path> | ||
<format type='raw'/> | ||
<permissions> | ||
<mode>00</mode> | ||
<owner>744</owner> | ||
<group>0</group> | ||
</permissions> | ||
</target> | ||
<backingStore> | ||
<path>/var/lib/virt/images/master.img</path> | ||
<format type='vmdk'/> | ||
<permissions> | ||
<mode>0744</mode> | ||
<owner>1</owner> | ||
<group>1</group> | ||
<label>virt_image_t</label> | ||
</permissions> | ||
</backingStore> | ||
</volume> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<volume> | ||
<name>sparse.img</name> | ||
<key>(null)</key> | ||
<source> | ||
</source> | ||
<capacity>1099511627776</capacity> | ||
<allocation>0</allocation> | ||
<target> | ||
<path>/var/lib/libvirt/images/sparse.img</path> | ||
<format type='raw'/> | ||
<permissions> | ||
<mode>00</mode> | ||
<owner>744</owner> | ||
<group>0</group> | ||
<label>virt_image_t</label> | ||
</permissions> | ||
</target> | ||
</volume> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<volume> | ||
<name>Swap</name> | ||
<key>(null)</key> | ||
<source> | ||
</source> | ||
<capacity>2080374784</capacity> | ||
<allocation>2080374784</allocation> | ||
<target> | ||
<path>/dev/HostVG/Swap</path> | ||
<permissions> | ||
<mode>0660</mode> | ||
<owner>0</owner> | ||
<group>6</group> | ||
<label>system_u:object_r:fixed_disk_device_t:s0</label> | ||
</permissions> | ||
</target> | ||
<backingStore> | ||
<path>/dev/HostVG/snapshot</path> | ||
<permissions> | ||
<mode>0744</mode> | ||
<owner>1</owner> | ||
<group>1</group> | ||
<label>virt_image_t</label> | ||
</permissions> | ||
</backingStore> | ||
</volume> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<volume> | ||
<name>Swap</name> | ||
<key>(null)</key> | ||
<source> | ||
</source> | ||
<capacity>2080374784</capacity> | ||
<allocation>2080374784</allocation> | ||
<target> | ||
<path>/dev/HostVG/Swap</path> | ||
<permissions> | ||
<mode>0660</mode> | ||
<owner>0</owner> | ||
<group>6</group> | ||
<label>system_u:object_r:fixed_disk_device_t:s0</label> | ||
</permissions> | ||
</target> | ||
</volume> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<volume> | ||
<name>sda1</name> | ||
<key>(null)</key> | ||
<source> | ||
</source> | ||
<capacity>106896384</capacity> | ||
<allocation>106896384</allocation> | ||
<target> | ||
<path>/dev/sda1</path> | ||
<format type='none'/> | ||
<permissions> | ||
<mode>0660</mode> | ||
<owner>0</owner> | ||
<group>6</group> | ||
<label>system_u:object_r:fixed_disk_device_t:s0</label> | ||
</permissions> | ||
</target> | ||
</volume> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<volume> | ||
<name>OtherDemo.img</name> | ||
<key>(null)</key> | ||
<source> | ||
</source> | ||
<capacity>5368709120</capacity> | ||
<allocation>294912</allocation> | ||
<target> | ||
<path>/var/lib/libvirt/images/OtherDemo.img</path> | ||
<format type='qcow2'/> | ||
<permissions> | ||
<mode>0644</mode> | ||
<owner>0</owner> | ||
<group>0</group> | ||
<label>unconfined_u:object_r:virt_image_t:s0</label> | ||
</permissions> | ||
<encryption format='qcow'> | ||
<secret type='passphrase' uuid='e78d4b51-a2af-485f-b0f5-afca709a80f4'/> | ||
</encryption> | ||
</target> | ||
<backingStore> | ||
<path>/var/lib/libvirt/images/BaseDemo.img</path> | ||
<format type='raw'/> | ||
<permissions> | ||
<mode>0644</mode> | ||
<owner>0</owner> | ||
<group>0</group> | ||
<label>unconfined_u:object_r:virt_image_t:s0</label> | ||
</permissions> | ||
</backingStore> | ||
</volume> |
Oops, something went wrong.