This module cannot be loaded due to a problem while trying to connect to the Ceph cluster
with fsid {{ fsid }}
This module cannot be loaded because no Ceph cluster is configured
Please verify that:
- Ceph is correctly configured in file /etc/ceph/*.conf
-
File /etc/ceph/*.conf and /etc/ceph/*.keyring
can be read by the openattic user
-
You can change the user group
by running the following commands:
# chgrp openattic /etc/ceph/*.{conf,keyring}
# chmod g+r /etc/ceph/*.{conf,keyring}