mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
tests: storage: Fix storage xml2xml test for vstorage pool
The input and output were the same, but the output file did not correspond to what libvirt would output.
This commit is contained in:
parent
a7ae7ca9d4
commit
bfc32e5895
@ -5,14 +5,9 @@
|
||||
<allocation unit='bytes'>0</allocation>
|
||||
<available unit='bytes'>0</available>
|
||||
<source>
|
||||
<name>vstorage-cluster</name>
|
||||
<name>vzstorage-cluster</name>
|
||||
</source>
|
||||
<target>
|
||||
<path>/mnt/vstorage-cluster</path>
|
||||
<permissions>
|
||||
<mode>0755</mode>
|
||||
<owner>-1</owner>
|
||||
<group>-1</group>
|
||||
</permissions>
|
||||
<path>/mnt/vstorage_cluster</path>
|
||||
</target>
|
||||
</pool>
|
||||
|
Loading…
Reference in New Issue
Block a user