Thank you Gregory !

I think I found all options :
https://github.com/ceph/ceph/blob/master/src/common/config_opts.h

Is that right ?

On 04/02/2014 04:19 PM, Gregory Farnum wrote:
> It's been a while, but I think you need to use the long form
> "client_mountpoint" config option here instead. If you search the list
> archives it'll probably turn up; this is basically the only reason we
> ever discuss "-r". ;)
> Software Engineer #42 @ http://inktank.com | http://ceph.com
>
>
> On Wed, Apr 2, 2014 at 5:10 AM, Florent B <flor...@coppint.com> wrote:
>> Hi all,
>>
>> I am trying to set a fuse.ceph mount on a Debian 7 (kernel 3.2).
>>
>> I use Ceph Emperor version.
>>
>> How can I set a root directory in fstab using fuse.ceph ??
>>
>> I do :
>>
>> id=mail01,conf=/etc/ceph/ceph.conf,r=/fs1-mail1 /fs1-mail1 fuse.ceph noatime
>> 0 0
>>
>>
>> But I get this error :
>>
>> ceph-fuse[23794]: starting ceph client
>> fuse: unknown option `--r=/fs1-mail1'
>> ceph-fuse[23794]: fuse failed to initialize
>> 2014-04-02 14:04:23.132664 7f7e4fd91760 -1 fuse_lowlevel_new failed
>> ceph-fuse[23785]: mount failed: (33) Numerical argument out of domain
>>
>>
>> Whereas when I do :
>>
>> ceph-fuse -d --id mail01 -m mon.mycompany.net -r /fs1-mail1 /fs1-mail1
>>
>> It works fine.
>>
>> How can I do that ?
>>
>> My configuration file only contains monitor address. Passing it as an option
>> could be nice.
>>
>> Thank you a lot
>>
>>
>> _______________________________________________
>> 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

Reply via email to