mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-27 03:21:44 +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.
13 lines
414 B
XML
13 lines
414 B
XML
<pool type='rbd'>
|
|
<name>rbd-pool</name>
|
|
<capacity unit='bytes'>47256127143936</capacity>
|
|
<allocation unit='bytes'>5537792235090</allocation>
|
|
<available unit='bytes'>35978000121856</available>
|
|
<source>
|
|
<host name='ceph-mon-1.example.com' port='6789'/>
|
|
<host name='ceph-mon-2.example.com' port='6789'/>
|
|
<host name='ceph-mon-3.example.com' port='6789'/>
|
|
<name>rbd</name>
|
|
</source>
|
|
</pool>
|