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
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
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
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
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
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
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
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
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
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
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
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
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
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 ==
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
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
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
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
18 matches
Mail list logo