1) set up mds server ceph-deploy mds --overwrite-conf create <hostname of mds server> 2) create filesystem ceph osd pool create cephfs_data 128 ceph osd pool create cephfs_metadata 16 ceph fs new cephfs cephfs_metadata cephfs_data ceph fs ls ceph mds stat 3) mount it! From: ceph-users [mailto:ceph-users-bounces@xxxxxxxxxxxxxx]
On Behalf Of ??? Hi , My ceph health is OK , And now , I want to build a Filesystem , refer to the CEPH FS QUICK START guide . however , I got a error when i use the command , mount -t ceph 192.168.1.105:6789:/ /mnt/mycephfs . error : mount error 22 = Invalid argument I refer to munual , and now , I don't know how to solve it . I am looking forward to your reply ! |
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com