I'm leveraging Ceph in a vm prototyping environment currently and am having 
issues abstracting my VM definitions from the storage pool (to use a libvirt 
convention). 

I'm able to use the rbd support within the disk configuration of individual VMs 
but am struggling to find a good reference for abstracting it to a storage 
pool. How do I pull the source definition from below to the pool definition?
    

<disk type='network' device='disk'>
  <driver name='qemu' type='raw'/>
  <auth username='libvirt'>
    <secret type='ceph' uuid='447aba2d-3507-4c1f-90c8-e60ea5ac92fb'/>
  </auth>
  <source protocol='rbd' name='libvirt-pool/Ubuntu_sample_host_disk'>
    <host name='xxx.175.240.174' port='6789'/>
    <host name='xxx.175.240.176' port='6789'/>
    <host name='xxx.175.240.178' port='6789'/>
  </source>
  <target dev='vda' bus='virtio'/>
  <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
</disk>


Thanks.
Dan

-- 
Dan Geist dan(@)polter.net
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to