On Sun, Jul 10, 2016 at 9:36 AM, Stefan Priebe - Profihost AG <[email protected]> wrote: > Hi, > > is the ceph admin socket protocol described anywhere? I want to talk directly > to the socket instead of calling the ceph binary. I searched the doc but > didn't find anything useful.
There's no binary involved in sending commands to the admin socket, the CLI is using the python code here: https://github.com/ceph/ceph/blob/master/src/pybind/ceph_daemon.py Cheers, John > Thanks, > Stefan > _______________________________________________ > ceph-users mailing list > [email protected] > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com _______________________________________________ ceph-users mailing list [email protected] http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
