mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
16 lines
397 B
XML
16 lines
397 B
XML
|
<pool type='rbd'>
|
||
|
<name>ceph</name>
|
||
|
<uuid>47c1faee-0207-e741-f5ae-d9b019b98fe2</uuid>
|
||
|
<source>
|
||
|
<name>rbd</name>
|
||
|
<host name='localhost' port='6789'/>
|
||
|
<host name='localhost' port='6790'/>
|
||
|
<auth username='admin' type='ceph'>
|
||
|
<secret uuid='2ec115d7-3a88-3ceb-bc12-0ac909a6fd87'/>
|
||
|
</auth>
|
||
|
</source>
|
||
|
<refresh>
|
||
|
<volume allocation='capacity'/>
|
||
|
</refresh>
|
||
|
</pool>
|