File: pool-rbd.xml

package info (click to toggle)
virt-manager 1%3A5.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,404 kB
  • sloc: python: 45,877; xml: 29,099; makefile: 17; sh: 6
file content (12 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
<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>