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 domblkinfo $dom vda' but it does not work because it failed to stat the volume path as it appears in the source name (svl-cc1-cinder-volume-1/volume-0a4cdeab-863d-4394-845f-008b993bc4e9). However 'virsh domblkstat $dom vda' still works and I am able to get the disk R/W information.
I am wondering if I need to format the volume path to include the protocol (rbd) and the ceph authentication in order to let libvirt be able to talk with the ceph to get the block information. I am still trying that. Can you please provide any comment on this?
Thanks,
Bruce