On Tue, Oct 1, 2019 at 4:14 PM <fleg@lpnhe.in2p3.fr> wrote:
Thanks. Happy to ear that el8 packages will soon be available. F.
By the way, it seems that mount.ceph is called by mount. I already tryed that : mount -t ceph 123.456.789.000:6789:/ /data -o name=xxx_user,secretfile=/etc/ceph/client.xxx_user.keyring and get mount: /data: wrong fs type, bad option, bad superblock on 123.456.789.000:6789:/, missing codepage or helper program, or other error. Anyway, we will wait !
You need to pass secret=<secret in base64> instead of secretfile. The kernel won't go and read a random file somewhere, that is mount.ceph's job. You may need to pass -i to prevent mount from attempting to call mount.ceph, although it should work fine without -i as long as you specify only those options that the kernel can handle on its own. Thanks, Ilya