Hi list, I'm working with ceph as storage backend for my cloud environment, that works fine. But when I try to get ceilometer meters for my rbd resources I get errors in ceilometer-polling.log ---cut here--- 2016-06-29 15:45:19.711 29483 ERROR ceilometer.compute.pollsters.disk [req-823d46da-5a23-45bd-a0e9-596e7d4a9fc3 admin - - - -] Ignoring instance instance-000002d7 (51d7bfdc-feec-4f13-ad0c-190dcfa2c62d) : this function is not supported by the connection driver: virDomainGetBlockInfo 2016-06-29 15:45:19.711 29483 ERROR ceilometer.compute.pollsters.disk Traceback (most recent call last): 2016-06-29 15:45:19.711 29483 ERROR ceilometer.compute.pollsters.disk File "/usr/lib/python2.7/site-packages/ceilometer/compute/pollsters/disk.py", line 625, in get_samples 2016-06-29 15:45:19.711 29483 ERROR ceilometer.compute.pollsters.disk instance, 2016-06-29 15:45:19.711 29483 ERROR ceilometer.compute.pollsters.disk File "/usr/lib/python2.7/site-packages/ceilometer/compute/pollsters/disk.py", line 567, in _populate_cache 2016-06-29 15:45:19.711 29483 ERROR ceilometer.compute.pollsters.disk for disk, info in disk_info: 2016-06-29 15:45:19.711 29483 ERROR ceilometer.compute.pollsters.disk File "/usr/lib/python2.7/site-packages/ceilometer/compute/virt/libvirt/inspector.py", line 215, in inspect_disk_info 2016-06-29 15:45:19.711 29483 ERROR ceilometer.compute.pollsters.disk block_info = domain.blockInfo(device) 2016-06-29 15:45:19.711 29483 ERROR ceilometer.compute.pollsters.disk File "/usr/lib64/python2.7/site-packages/libvirt.py", line 690, in blockInfo 2016-06-29 15:45:19.711 29483 ERROR ceilometer.compute.pollsters.disk if ret is None: raise libvirtError ('virDomainGetBlockInfo() failed', dom=self) 2016-06-29 15:45:19.711 29483 ERROR ceilometer.compute.pollsters.disk libvirtError: this function is not supported by the connection driver: virDomainGetBlockInfo 2016-06-29 15:45:19.711 29483 ERROR ceilometer.compute.pollsters.disk ---cut here--- This bug [1] describes the issue, but it seems to be a libvirt issue, not ceilometer. So I wanted to ask if someone knows (maybe Jim Fehlig :-D ) if somebody is working on it, if there's already a fix or any information at all. I believe I have completed all required steps, installed rados-gateway including running apache, integrated keystone with the radosgw, added meters to /etc/ceilometer/pipeline.yaml, but I don't get any rbd meters. I tried on both xen and kvm compute nodes: KVM: compute2:~ # rpm -qi libvirt-1.2.18.2-8.1.x86_64 Name : libvirt Version : 1.2.18.2 Release : 8.1 Architecture: x86_64 Install Date: Mo 27 Jun 2016 11:44:18 CEST Group : Development/Libraries/C and C++ Size : 106 License : LGPL-2.1+ Signature : RSA/SHA256, Fr 17 Jun 2016 13:54:18 CEST, Key ID b88b2fd43dbdc284 Source RPM : libvirt-1.2.18.2-8.1.src.rpm Build Date : Fr 17 Jun 2016 13:51:46 CEST Build Host : build21 Relocations : (not relocatable) Packager : http://bugs.opensuse.org Vendor : openSUSE XEN: compute3:~ # rpm -qi libvirt-1.3.5-587.1.x86_64 Name : libvirt Version : 1.3.5 Release : 587.1 Architecture: x86_64 Install Date: Mo 27 Jun 2016 11:47:22 CEST Group : Development/Libraries/C and C++ Size : 106 License : LGPL-2.1+ Signature : RSA/SHA256, Fr 24 Jun 2016 19:54:06 CEST, Key ID a193fbb572174fc2 Source RPM : libvirt-1.3.5-587.1.src.rpm Build Date : Fr 24 Jun 2016 19:52:28 CEST Build Host : cloud103 Relocations : (not relocatable) Vendor : obs://build.opensuse.org/Virtualization I'd appreciate any information on that! Best regards, Eugen [1] https://bugs.launchpad.net/ceilometer/+bug/1457440 -- Eugen Block voice : +49-40-559 51 75 NDE Netzdesign und -entwicklung AG fax : +49-40-559 51 77 Postfach 61 03 15 D-22423 Hamburg e-mail : eblock@nde.ag Vorsitzende des Aufsichtsrates: Angelika Mozdzen Sitz und Registergericht: Hamburg, HRB 90934 Vorstand: Jens-U. Mozdzen USt-IdNr. DE 814 013 983 -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org