I'm trying to mount a CephFS of a Mimic Cluster with a Luminous Client on a PVE 5.2 node, but are seeing this:
Same mount works just fine on the Mimic Cluster CentOS7.5 nodes:
root@node7:~# grep ceph /etc/fstab
none /var/lib/ceph/backup fuse.ceph ceph.id=admin,_netdev,defaults 0 0
root@node7:~# mount /var/lib/ceph/backup
no valid command found; 10 closest matches:
config-key ls
config-key list
config-key exists <key>
config-key rm <key>
config-key del <key>
config-key put <key> {<val>}
config-key set <key> {<val>}
config-key get <key>
osd tier add-cache <poolname> <poolname> <int[0-]>
osd tier remove-overlay <poolname>
Error EINVAL: invalid command
root@node7:~# dpkg -l | grep ceph
ii ceph-common 12.2.5-1~bpo90+1 amd64 common utilities to mount and interact with a ceph storage cluster
ii libcephfs2 12.2.5-1~bpo90+1 amd64 Ceph distributed file system client library
ii python-cephfs 12.2.5-1~bpo90+1 amd64 Python 2 libraries for the Ceph libcephfs library
Same mount works just fine on the Mimic Cluster CentOS7.5 nodes:
[root@n1 ~]# grep ceph /etc/fstab
none /var/lib/ceph/backup fuse.ceph ceph.id=admin,_netdev,defaults 0 0
[root@n1 ~]# df -h /var/lib/ceph/backup
Filesystem Size Used Avail Use% Mounted on
ceph-fuse 1.5T 92G 1.4T 7% /var/lib/ceph/backup
[root@n1 ~]# rpm -qa| grep -i ceph
ceph-release-1-1.el7.noarch
ceph-mon-13.2.0-0.el7.x86_64
ceph-13.2.0-0.el7.x86_64
ceph-common-13.2.0-0.el7.x86_64
ceph-mgr-13.2.0-0.el7.x86_64
ceph-radosgw-13.2.0-0.el7.x86_64
libcephfs2-13.2.0-0.el7.x86_64
ceph-base-13.2.0-0.el7.x86_64
ceph-mds-13.2.0-0.el7.x86_64
ceph-fuse-13.2.0-0.el7.x86_64
ceph-deploy-2.0.0-0.noarch
python-cephfs-13.2.0-0.el7.x86_64
ceph-selinux-13.2.0-0.el7.x86_64
ceph-osd-13.2.0-0.el7.x86_64