wido commented on issue #13718: URL: https://github.com/apache/cloudstack/issues/13718#issuecomment-5094449558
> [@wido](https://github.com/wido) Wondering if we should consider it as an enhancement > > Bypassing libvirt entirely and querying Ceph directly via restful api to get the usage stats of a erasure code pool or a ceph storage pool > > curl -k -u admin: https://<>:8443/api/pool > > The usage reporting in cloudstack could also get affected because of querying the data from libvirt I doubt if that's a good idea. Technically, yes, it could be done, but I wonder if we can get this to work. Ceph is implemented in the DefaultPrimartStorageDriver and this relies on Libvirt. If we want to do this cleanly we should write a separate Ceph driver for CloudStack, a plugin. Maybe Libvirt can be improved, getting a patch into Libvirt might be better and more future proof. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
