Re: [libvirt] Get disk size for disk type=network

2014-03-11 Thread Eric Blake
On 03/10/2014 07:09 PM, Qiang Fu wrote: Hi, In the output of virsh dumpxml command the disk section is as follows: disk type='network' device='disk' driver name='qemu' type='raw' cache='writeback'/ auth username='svl-cc1-cinder-user' secret type='ceph'

Re: [libvirt] Get disk size for disk type=network

2014-03-11 Thread Qiang Fu
Hi Eric, Thanks for your reply. In this case the openstack is integrated with ceph and the volume in ceph is attached to the VMs in openstack. The VM is able to access the volume using the authentication included in the disk section. So there will not be any pool on the KVM side. I tried 'virsh

[libvirt] Get disk size for disk type=network

2014-03-10 Thread Qiang Fu
Hi, In the output of virsh dumpxml command the disk section is as follows: disk type='network' device='disk' driver name='qemu' type='raw' cache='writeback'/ auth username='svl-cc1-cinder-user' secret type='ceph' uuid='e80afa94-a64c-486c-9e34-d55e85f26406'/ /auth