I have two ceph pools on my data center mounted to the following:
When i run that command it mounted the ISOs dir, I wanted to mount the cephfs pool. Any idea where to go next or why that was the default mount.
Same situation when mounted via fstab.
Not sure what else to post that will help solve this.
- ISOs = /mnt/pve/ISOs
- cephfs = /mnt/pve/cephfs
Code:
mount -t ceph admin@.cephfs=/ /mnt/cephfs
When i run that command it mounted the ISOs dir, I wanted to mount the cephfs pool. Any idea where to go next or why that was the default mount.
Same situation when mounted via fstab.
Code:
192.168.250.111:6789,192.168.250.121:6789,192.168.250.131:6789:/ /mnt/cephfs ceph <br>name=admin,secret=xxx,noatime,_netdev 0 2