The bug was introduced here when ceph_argparse was moved into
ceph-common, but ceph_daemon was left behind:

commit 110608e5bdd9e2f03020ad41f0c2d756684d4417
Author: Ken Dreyer <[email protected]>
Date:   Tue Apr 14 07:58:17 2015 -0600

    debian: move ceph_argparse into ceph-common


...and it was fixed here during a larger change, which moved
ceph_daemon into ceph-common:

commit 0cbe3dea69604730bc7dba7bc3844294f4c9ac5a
Author: Ali Maredia <[email protected]>
Date:   Thu Feb 11 12:59:15 2016 -0500

    debian/rpm: split mon/osd/mds server packages

So this is already fixed upstream, probably no action needed.

John


On Thu, Mar 10, 2016 at 9:46 AM, Florent B <[email protected]> wrote:
> Up ? Why "ceph_daemon.py" is only in "ceph" package ? We don't need all
> Ceph binaries on a CephFS client...
>
> On 12/04/2015 12:22 PM, Florent B wrote:
>> Hi everyone,
>>
>> Previously on Debian Wheezy and Ceph Hammer, I installed "ceph-common"
>> package to get "ceph daemon" command (to access fuse client socket).
>>
>> Now on Debian Jessie and Ceph Infernalis, "ceph daemon" command returns :
>>
>> Traceback (most recent call last):
>>   File "/usr/bin/ceph", line 105, in <module>
>>     from ceph_daemon import DaemonWatcher, admin_socket
>> ImportError: No module named ceph_daemon
>>
>>
>> That's true, there is no /usr/lib/python2.7/dist-packages/ceph_daemon.py
>> file because this is in "ceph" package and I only installed "ceph-common".
>>
>> Is it a bug or do we need all "ceph" packages now ? I do not need
>> monitor, osd, etc. binaries, just "ceph daemon" command.
>>
>> Thank you.
>> _______________________________________________
>> 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
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to