CephFS needs to be mounting in Local Dir to be able to use it. Currently i use the following command after Proxmox Node reboot:
#ceph-fuse –m <mon_host:6789> /mnt/<folder> -o nonempty
How can i add this in /etc/fstab so it auto mounts during reboot?
#ceph-fuse –m <mon_host:6789> /mnt/<folder> -o nonempty
How can i add this in /etc/fstab so it auto mounts during reboot?