question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ceph user/group missing

See original GitHub issue

Ceph user & group missing when deploying with Ubuntu/Docker:

TASK [ceph-config : create ceph conf directory and assemble directory] *********
failed: [xxx] (item=/etc/ceph/) => {"failed": true, "gid": 64045, "group": "64045", "item": "/etc/ceph/", "mode": "0755", "msg": "chown failed: failed to look up user ceph", "owner": "64045", "path": "/etc/ceph/", "size": 4096, "state": "directory", "uid": 64045}
failed: [xxx] (item=/etc/ceph/ceph.d/) => {"failed": true, "gid": 0, "group": "root", "item": "/etc/ceph/ceph.d/", "mode": "0755", "msg": "chown failed: failed to look up user ceph", "owner": "root", "path": "/etc/ceph/ceph.d/", "size": 4096, "state": "directory", "uid": 0}

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

5reactions
nulltropecommented, May 7, 2019

Running a non-containtainerized environment and hitting this issue. If your ceph_origin is set to repository the user and group will never be created. Is there a reason the user & group are only created in local mode? Both local and repository require the user and group be present. To me, the role is currently broken.

3reactions
nulltropecommented, May 7, 2019

@dsavineau I see, it must be because I had an older version of ceph packages installed which did not create the user & group.

Apologies for re-opening a closed thread but the solution was never posted here before your reply, and there were others with a similar issue already following this thread.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ceph not working monitors and managers lost - Proxmox forums
proxmox node to node connectivity is fine - just ceph MANAGERS are missing and no OSDs are shown.
Read more >
Bug #47866: Object not found on healthy cluster - rgw - Ceph
If I run `rados stat` on the head object, it shows a size of 0 bytes. All subsequent shadow objects are gone completely....
Read more >
Ceph monitor not working - what am I missing? : r/Proxmox
Any ideas where to start? I did restart each node... reboot.. but it still acts like the old version installed... any command line...
Read more >
ceph - Google Groups
Any plans to include ceph libraries into esos ? -- You received this message because you are subscribed to the Google Groups "esos-users"...
Read more >
1775303 – selinux policy prevents host logrotate from rotating ...
It does this by passing the host's /var/log/ceph/$fsid through to ... the ceph group is hardcoded [1] The ceph user/group aren't present on ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found