mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-11 05:17:59 +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.
9 lines
178 B
XML
9 lines
178 B
XML
<pool type="gluster">
|
|
<name>pool-gluster</name>
|
|
<source>
|
|
<host name="some.random.hostname"/>
|
|
<dir path="/some/source/path"/>
|
|
<name>gv0</name>
|
|
</source>
|
|
</pool>
|