Comment 5 for bug 1748037

Revision history for this message
Alvaro Uria (aluria) wrote :

This also affects nrpe checks because:
* directory perms
drwxr-x--- 11 ceph ceph 4096 Nov 10 12:22 /var/lib/ceph

* nrpe check runs the following command locally as "nagios":
/bin/cat /var/lib/ceph/osd/ceph-*/whoami | ...

By running "chmod 755 /var/lib/ceph", issue gets fixed, although it opens a possibly unintended hole.