I am using Proxmox 5.4 with CephFS and multiple file systems. One filesystem is called cephfs and it's on NVMe and the other is cephfs_slow and it's on standard SATA. I can manually mount each file system with:
mount -t ceph -o mds_namespace=cephfs virt0,virt4,virt8,virt12:/ /foo
mount -t ceph -o mds_namespace=cephfs_slow virt0,virt4,virt8,virt12:/ /bar
However I want Proxmox to use cephfs_slow for backups and since I can't pass parameters to mount in the GUI I keep mounting cephfs because it was created first rather then cephfs_slow, where I want my backups.
mount -t ceph -o mds_namespace=cephfs virt0,virt4,virt8,virt12:/ /foo
mount -t ceph -o mds_namespace=cephfs_slow virt0,virt4,virt8,virt12:/ /bar
However I want Proxmox to use cephfs_slow for backups and since I can't pass parameters to mount in the GUI I keep mounting cephfs because it was created first rather then cephfs_slow, where I want my backups.