[ceph-users] Ceph mount error and mds laggy

2017-08-15 Thread gjprabu
Hi Team, We are having a issue with mounting ceph and its toughing error "mount error 5 = Input/output error" and also MDS seems mds ceph-zstorage1 is laggy . Kindly provide help us on this issue. cluster a8c92ae6-6842-4fa2-bfc9-8cdefd28df5c health HEALTH_WARN

[ceph-users] ceph mount error

2015-06-11 Thread 张忠波
Hi , My ceph health is OK , And now , I want to build a Filesystem , refer to the CEPH FS QUICK START guide . http://ceph.com/docs/master/start/quick-cephfs/ however , I got a error when i use the command , mount -t ceph 192.168.1.105:6789:/ /mnt/mycephfs . error : mount error 22 =

Re: [ceph-users] ceph mount error

2015-06-11 Thread Gregory Farnum
You probably didn't turn on an MDS, as that isn't set up by default anymore. I believe the docs tell you how to do that somewhere else. If that's not it, please provide the output of ceph -s. -Greg On Sun, Jun 7, 2015 at 8:14 AM, 张忠波 zhangzhongbo2...@163.com wrote: Hi , My ceph health is OK ,

Re: [ceph-users] ceph mount error

2015-06-11 Thread Michael Kuriger
[mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of ??? Sent: Sunday, June 07, 2015 8:15 AM To: ceph-us...@ceph.com; community Cc: xuzh@gmail.com Subject: [ceph-users] ceph mount error Hi , My ceph health is OK , And now , I want to build a Filesystem , refer to the CEPH FS QUICK START guide

Re: [ceph-users] ceph mount error

2015-06-11 Thread Lincoln Bryant
Hi, Are you using cephx? If so, does your client have the appropriate key on it? It looks like you have an mds set up and running from your screenshot. Try mounting it like so: mount -t ceph -o name=admin,secret=[your secret] 192.168.1.105:6789:/ /mnt/mycephfs --Lincoln On Jun 7, 2015, at

Re: [ceph-users] ceph mount error

2015-06-11 Thread Drunkard Zhang
2015-06-12 2:00 GMT+08:00 Lincoln Bryant linco...@uchicago.edu: Hi, Are you using cephx? If so, does your client have the appropriate key on it? It looks like you have an mds set up and running from your screenshot. Try mounting it like so: mount -t ceph -o name=admin,secret=[your secret]