I don't understand why systemctl calls /bin/mount like this : $ systemctl status mnt-cephfs.mount -l * mnt-cephfs.mount - /mnt/cephfs Loaded: loaded (/etc/fstab) Active: failed (Result: exit-code) since Tue 2016-01-19 12:53:11 CET; 2s ago Where: /mnt/cephfs What: id=my_user,mon_host=my_monitor.company.com,keyring=/etc/ceph-keyring.conf,client_mountpoint=/my_directory/ Docs: man:fstab(5) man:systemd-fstab-generator(8) Process: 1132 ExecMount=/bin/mount -n id=my_user,mon_host=my_monitor.company.com,keyring=/etc/ceph-keyring.conf,client_mountpoint=/my_directory/ /mnt/cephfs -t fuse.ceph -o noatime,defaults,_netdev (code=exited, status=1/FAILURE) Jan 19 12:53:11 wordpress-dev mount[1132]: error parsing '-o': expected string of the form TYPE.ID, valid types are: auth, mon, osd, mds, client Jan 19 12:53:11 wordpress-dev systemd[1]: mnt-cephfs.mount mount process exited, code=exited status=1 Jan 19 12:53:11 wordpress-dev systemd[1]: Failed to mount /mnt/cephfs. Jan 19 12:53:11 wordpress-dev systemd[1]: Unit mnt-cephfs.mount entered failed state. I tried a few combinations of -o options, without success... I don't understand what Ceph is trying to parse... It worked very well on Hammer under Wheezy, does not work on Infernalis on Jessie On 01/19/2016 12:21 PM, Florent B
wrote:
Hi Gregory and thank you. |
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com