mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-03 13:47:18 +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.
10 lines
173 B
XML
10 lines
173 B
XML
<pool type="scsi">
|
|
<name>pool-scsi</name>
|
|
<source>
|
|
<adapter name="/some/source/path"/>
|
|
</source>
|
|
<target>
|
|
<path>/some/target/path</path>
|
|
</target>
|
|
</pool>
|