mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-24 21:34:47 +03:00
4224b0926e
In several cases we were trying to define two different pools with the same UUID. Libvirt used to accept that but as of a recent commit it started rejecting it for the test driver. The UUID stuff isn't adding anything so drop it from all the test cases and data.
12 lines
223 B
XML
12 lines
223 B
XML
<pool type="logical">
|
|
<name>pool-logical-list1</name>
|
|
<source>
|
|
<format type="lvm2"/>
|
|
<device path="/dev/sda21"/>
|
|
<name>testvg2</name>
|
|
</source>
|
|
<target>
|
|
<path>/dev/testvg2</path>
|
|
</target>
|
|
</pool>
|