1.mount error 5 = Input/output error 2. mount error 22 = Invalid argument 第一个,首先先查mds服务是正常,不存在则添加 第二个,密钥不正确,检查密钥 用户空间挂载 CEPH 文件系统 (客户端服务器执行) Ceph v0.55 及后续版本默认开启了 cephx 认证。 从用户空间挂载Ceph 文件系统前,确保客户端主机有一份...
kernel cephfs # mount -t ceph 10.10.1.2:6789:/ /mnt/tstfs2/ -o mds_namespace=tstfs mount error 22 = Invalid argument 这个问题的bug信息:http://tracker.ceph.com/issues/18161 ceph-fuse 待验证 查看cephfs状态 # ceph fs get tstfs Filesystem 'tstfs' (1) fs_name tstfs epoch 13 flags ...
到这里已经完成了部署cephfs的整个过程,下面记录一下部署过程中遇到的问题 部署cephfs时的问题:mount error 22 = Invalid argument 在执行挂载到kernel的挂载命令时,并没有指定用户名和秘钥进行挂载,结果提示下面的错误: [root@node3 ~]# mount -t ceph 192.168.197.154:6789:/ /mnt/mycephfsmount error 22 =...
参阅:https://ceph.readthedocs.io/en/latest/cephfs/mount-using-kernel-driver/ [root@k-master ceph]# mount -t ceph k-master:/ /mnt/cephfs/ mount error 22 = Invalid argument [root@k-master ceph]# cat ./ceph.client.admin.keyring [client.admin] key = AQAwmhpf7pEnOBAAXK4KC/J2YbVPDyN...
Mount Ceph FS with the Kernel Driver root@ceph-client:~# mount /root/test_fs mount error 110 = Connection timed out root@ceph-client:/var/log# tail -f syslog Aug 5 14:03:06 ceph-client kernel: [ 565.194592] libceph: mon0 192.168.56.201:6789 feature set mismatch, my 107b84a842aca ...
mount error 22 = Invalid argument Copy link Contributor Rakshith-R commented Jun 21, 2023 @dbenduga Remove debug from pv.spec.MountOptions. Delete and recreate cephfs sc too to remove debug option. Are you using cephcsi canary image? 👍 1 Sorry, something went wrong. nixpanic added ...
mount error 22 = Invalid argument i found add mds_namespace para will fail 2/ use ceph-fuse [root@node-7:/home]$ ceph-fuse /home/jlx -m 178.178.178.189:1091,178.178.178.19:1091,178.178.178.188:1091 -c /etc/ceph/ceph.conf -n client.admin --key=AQA0w> ...
mount error 22 = Invalid argument Code: kernel: libceph: bad option at 'conf=/etc/pve/ceph.conf' I noticed that two version of libceph are installed. Could this be a problem? Code: dpkg -l|grep ceph ii ceph 12.2.13-pve1 amd64 distributed storag...
#mount-t ceph10.10.1.2:6789:/ /mnt/tstfs2/ -o mds_namespace=tstfsmounterror22= Invalid argument 这个问题的bug信息:http://tracker.ceph.com/issues/18161 ceph-fuse 待验证 查看Cephfs状态 # ceph fs get tstfs Filesystem'tstfs'(1)
(UID: "445ee063-d1f1-11e6-a3e3-1418776a29a6") with: CephFS: mount failed: mount failed: fork/exec /bin/mount: invalid argument Mounting arguments: monitor1:6789,monitor2:6789,monitor3:6789:/data /var/lib/kubelet/pods/445ee063-d1f1-11e6-a3e3-1418776a29a6/volumes/kubernetes.io~...