Re: [ceph-users] ceph mount error

2015-06-11 Thread Drunkard Zhang
2015-06-12 2:00 GMT+08:00 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

This should be the solution,  you can get error detail from kernel
log, by dmesg.

> --Lincoln
>
> On Jun 7, 2015, at 10:14 AM, 张忠波 wrote:
>
> 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 = Invalid
> argument
> I refer to munual , and now , I don't know how to solve it .
> I am looking forward to your reply !
>
> <截图1.png>
>
>
> ___
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
>
>
> ___
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


[ceph-users] Chinese translation of Ceph Documentation

2014-12-05 Thread Drunkard Zhang
Hi,

I have migrated my Chinese translation from PDF to Ceph official
doc build system. Just replace doc/ in ceph repository with this repo,
the building should be work. The  official doc build guide should be
work for this too.

Old PDF: https://github.com/drunkard/docs_zh
New: https://github.com/drunkard/ceph-doc-zh_CN
The html output: https://github.com/drunkard/docs_zh/tree/master/output/html

There's a lot changes to sync with mainline since my last updates,
will do it in spare time :)

There's some issues to resolve:

1. The build system doesn't support python3 yet, so if you are using
python3 as default interpreter, you shoule switch to python2
temporarily.

2. Building of man pages will fail, changes needed to support
non-ascii encoding. HTML version is fine.

Any way, I'm improving it ;) Any help is welcome!
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com