Hello,
I've deployed ceph using kolla (https://wiki.openstack.org/wiki/Kolla).
The main technical decision of kolla is to use docker for everything and so ceph is deployed "dockerized".
As such, using inkscope with has (very) few issues:
Except these little issues (the last one may be the trickier), everything works well!
Hello,
I've deployed ceph using kolla (https://wiki.openstack.org/wiki/Kolla).
The main technical decision of kolla is to use docker for everything and so ceph is deployed "dockerized".
As such, using inkscope with has (very) few issues:
-dcatch in getopt (see allow "-d" as options for ceph-* command #73)fsidand usecephwithceph.confto retrieve it. As there's nocephin the base os, it's difficult to get it (could usedocker exec ceph_* ceph...but it would be complicated to know how to start ceph I think). Perhaps we can add afsidoptions ininkscope.confbecause ceph command is used only for that in sysprobe?cephprobe.pyis a daemon and docker needs foreground srcipts. So I've changed the script (the fast way, may be done a lot better) to make it a foreground script. I think that it would be better to rely on OS command (instead of python tools) to do the daemon part as it make it a lot easier to use it.Except these little issues (the last one may be the trickier), everything works well!