Hide Forgot
Description of problem: CephFS libraries lack support for mount.cephfs's secretfile option to read a keyfile. This is supported in Ceph's official repository for Ceph, and is related to the libraries. Version-Release number of selected component (if applicable): 0.67.4 How reproducible: Easily Steps to Reproduce: 1. Install ceph, ceph-libs, ceph-libcephfs 2. Setup fstab with an entry similar to: mon:/ /mnt ceph norbytes,name=admin,secretfile=/etc/ceph/ceph.secret,_netdev 3. Watch it fail with the secretfile option not being supported. Actual results: Filesystem fails to mount with error in syslog about secretfile not being supported. Expected results: Filesystem mounts using the provided keyfile. Additional info:
This should no longer be the case, we are using pretty much the same spec file for the upstream builds as the Fedora builds.