Re: fuse problem

2011-05-19 Thread huang jun
thanks,all i find the problem, as Brian Chrisman said,the cfuse process exited,so i need to find why it exits. the output of debug below: 2011-05-20 11:09:06.531980 b7ff56d0 thread 3086961552 start 2011-05-20 11:09:06.532043 b7ff56d0 thread 3076471696 start 2011-05-20 11:09:06.532061 b7ff56d0 threa

Re: fuse problem

2011-05-19 Thread huang jun
unfortunately, i tried all what you have told me, but no one works.there still nothing in /home/client_logfile: huangjun:/mnt# ll /home/client_logfile -rwxrwxrwx 1 root root 1 2011-05-19 20:57 /home/client_logfile but i think this is not so seriously, i have a problem confused me a lot. i

Re: fuse problem

2011-05-19 Thread Colin Patrick McCabe
Usually you don't have the ability to create directories or files in /home unless you're root. Perhaps you should create /home/client_logfile and give it the right permissions? If that doesn't work, make sure you are editing the configuration that you are actually using. You can force cfuse to use

Re: fuse problem

2011-05-19 Thread huang jun
hi,colin i try it as you said, but i can not see anything [client] log_file = /home/client_logfile debug ms = 1 debug client = 10 client cache size = 1024*1024*100 is there anything wrong with this setting? thanks! 2011/5/20 Colin Patrick McCabe : > Hi Huang, > > cfuse is a cl

Re: fuse problem

2011-05-19 Thread Colin Patrick McCabe
Hi Huang, cfuse is a client, so it will use whatever the logging settings are for clients. you can set this by adding something like this to the [client] section of your configuration file: log_file = /my_log_file You can also use this command-line switch to override the configuration: --log-fil

Re: fuse problem

2011-05-19 Thread huang jun
hi,brian my 'ceph -s' shows everything is ok and if i do it on the other machine, i did not find this error. i trun on the debug on ceph.conf like : [client] debug ms = 1 debug client = 10 but i can't find where does this info goes to ? not in /var/log/ceph/ so where should i loo

Re: [PATCH 0/2] Adding ceph_readdir to libceph

2011-05-19 Thread Sage Weil
On Thu, 19 May 2011, Brian Chrisman wrote: > Some applications (Samba-VFS layer included) expect readdir() rather than > readdir_r(). > Expanded Client & libceph to include readdir. > Expanded testceph to cover additional basic functionality. > > Brian Chrisman (2): > add ceph_readdir() to libc

Re: operate one file in multi clients with libceph

2011-05-19 Thread Sage Weil
On Thu, 19 May 2011, Sage Weil wrote: > On Thu, 19 May 2011, Sage Weil wrote: > > On Thu, 19 May 2011, Simon Tian wrote: > > > Hi Sage, > > > > > > I've test this patch. > > > With 8 times test, only 1 (the first time) got a thread assert fail.As > > > back trace 1 showed: > > > > Do you have

[PATCH 0/2] Adding ceph_readdir to libceph

2011-05-19 Thread Brian Chrisman
Some applications (Samba-VFS layer included) expect readdir() rather than readdir_r(). Expanded Client & libceph to include readdir. Expanded testceph to cover additional basic functionality. Brian Chrisman (2): add ceph_readdir() to libceph expanding testceph to test open/readdir/telldir s

[PATCH 2/2] expanding testceph to test open/readdir/telldir

2011-05-19 Thread Brian Chrisman
Signed-off-by: Brian Chrisman --- src/client/testceph.cc | 88 +-- 1 files changed, 69 insertions(+), 19 deletions(-) diff --git a/src/client/testceph.cc b/src/client/testceph.cc index c24cc03..413da10 100644 --- a/src/client/testceph.cc +++ b/src/c

[PATCH 1/2] add ceph_readdir() to libceph

2011-05-19 Thread Brian Chrisman
Signed-off-by: Brian Chrisman --- src/client/Client.cc | 35 +-- src/client/Client.h|1 + src/include/ceph/libceph.h |1 + src/libceph.cc |5 + 4 files changed, 40 insertions(+), 2 deletions(-) diff --git a/src/client/C

Re: [PATCH 2/2] libceph: fix handle_timeout() racing with con_work()/try_write()

2011-05-19 Thread Jim Schutt
Hi Sage, Sage Weil wrote: On Wed, 18 May 2011, Jim Schutt wrote: Sage Weil wrote: I pushed a patch to the msgr_race branch that catches all four cases (I think). Does the fix make sense given what you saw? Sorry, I haven't completed much testing; it took me a while to figure out the fix nee

Re: operate one file in multi clients with libceph

2011-05-19 Thread Sage Weil
On Thu, 19 May 2011, Sage Weil wrote: > On Thu, 19 May 2011, Simon Tian wrote: > > Hi Sage, > > > > I've test this patch. > > With 8 times test, only 1 (the first time) got a thread assert fail.As > > back trace 1 showed: > > Do you have a simple reproducer for this? Nevermind, I'm easily tr

Re: operate one file in multi clients with libceph

2011-05-19 Thread Sage Weil
On Thu, 19 May 2011, Simon Tian wrote: > Hi Sage, > > I've test this patch. > With 8 times test, only 1 (the first time) got a thread assert fail.As > back trace 1 showed: Do you have a simple reproducer for this? sage > == back trace 1 ==

(un)stability of ceph

2011-05-19 Thread Udo Waechter
Hi there. I'm new to the list, but am following the development of ceph for a while now. Great project. It really looks like the next big things. After researching parallel/shared filesystems for a last year, we tried to implement lustre. This project basically died for us with Oracle's aquireme

Re: fuse problem

2011-05-19 Thread Brian Chrisman
On Thu, May 19, 2011 at 4:12 AM, huang jun wrote: > hi, all > i just encountered a problem about cfuse: > i mount cfsue successfully on /mnt by using >   "cfuse -m 192.168.0.170:6789 /mnt" > but when i enter /mnt directory, it shows that: >   [root@localhost mnt]# ll >   ls: .: Transport endpoint

fuse problem

2011-05-19 Thread huang jun
hi, all i just encountered a problem about cfuse: i mount cfsue successfully on /mnt by using "cfuse -m 192.168.0.170:6789 /mnt" but when i enter /mnt directory, it shows that: [root@localhost mnt]# ll ls: .: Transport endpoint is not connected my cfuse client is on centos5, it kernel vers

Does anyone use IDE tool for Ceph development

2011-05-19 Thread Qian Wei
Hello friends! I am learning ceph. Does anyone use IDE tool for Ceph development? Can you tell me something about IDE for ceph? Thanks very much for your reading my e-mail. Sincerely, Jetway Chang -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message t