Hi I am trying to install ceph with the ceph ansible role: https://github.com/shieldwed/ceph-ansible. I had to fix some ansible tasks to work correctly with ansible 2.0.2.0 but now it seems to work quite well. Sadly I have now come across a bug, I cannot solve myself: When ansible is starting the service ceph-mon@ceph-control01.service, ceph-create-keys@control01.service gets started as a dependency to create the admin key. Within the unit log the following lines are shown: May 19 11:42:14 control01 ceph-create-keys[21818]: INFO:ceph-create-keys:Talking to monitor... May 19 11:42:14 control01 ceph-create-keys[21818]: INFO:ceph-create-keys:Cannot get or create admin key May 19 11:42:15 control01 ceph-create-keys[21818]: INFO:ceph-create-keys:Talking to monitor... May 19 11:42:15 control01 ceph-create-keys[21818]: INFO:ceph-create-keys:Cannot get or create admin key And so on. Since this script is calling “ceph --cluster=ceph --name=mon. --keyring=/var/lib/ceph/mon/ceph-control01/keyring auth get-or-create client.admin mon allow * osd allow * mds allow *” I tried to call this command myself and got this as a result: Segmentation fault (core dumped) As for the ceph versions, I tried two different with the same result: · Ubuntu integrated: ceph 10.1.2 · Official stable repo: http://download.ceph.com/debian-jewel so: 10.2.1 How can I circumvent this problem? Or is there any solution to that? Thanks Daniel |
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com