Hello,
I'm trying to mount use CephFS as a shared storage location for Proxmox-hosted VMs but I'm encountering issues mounting the CephFS on Proxmox VMs, with the VMs hosted on the same nodes that Ceph are installed on.
I've followed https://pve.proxmox.com/pve-docs/chapter-pveceph.html to install Ceph Quincy on each of my ProxMox nodes to install Ceph and setup & configure the various Ceph components (e.g. monitors, managers, OSDs, MDS, pools and a CephFS). Whilst I can access this shared storage from each ProxMox node in /mnt/pve/cephfs, I can't mount CephFS using the Kernel Driver on any of the Proxmox-hosted VMs.
Following https://docs.ceph.com/en/quincy/cephfs/mount-prerequisites/:
Would anyone be able to provide any guidance on how I can fix this? Thank you.
I'm trying to mount use CephFS as a shared storage location for Proxmox-hosted VMs but I'm encountering issues mounting the CephFS on Proxmox VMs, with the VMs hosted on the same nodes that Ceph are installed on.
I've followed https://pve.proxmox.com/pve-docs/chapter-pveceph.html to install Ceph Quincy on each of my ProxMox nodes to install Ceph and setup & configure the various Ceph components (e.g. monitors, managers, OSDs, MDS, pools and a CephFS). Whilst I can access this shared storage from each ProxMox node in /mnt/pve/cephfs, I can't mount CephFS using the Kernel Driver on any of the Proxmox-hosted VMs.
Following https://docs.ceph.com/en/quincy/cephfs/mount-prerequisites/:
- I've created a minimal conf file on each VM
- Created a CephX user and obtained the associated secret key.
mount -t ceph user@d8367345-23df-4sdd-b233-dccae02203a0.cephfs=/ -o mon_addr=192.168.10.30:6789,secret=AQBX/wljacvdIhAAUgeMY9z4d3kKzi7ngzl4iA==
gives the following error message:
Code:
mount: user@d8367345-23df-4sdd-b233-dccae02203a0.cephfs=/: can't find in /etc/fstab.
Would anyone be able to provide any guidance on how I can fix this? Thank you.