This module cannot be loaded due to a problem while trying to connect to CephFS
Please verify that:
- python-cephfs package is correctly installed in the openATTIC host
- /etc/ceph/*.keyring exists and has mds capabilities
-
/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/*.keyring
# chmod g+r /etc/ceph/*.keyring