gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gluster-devel] 3.4.0alpha3 performances


From: Emmanuel Dreyfus
Subject: Re: [Gluster-devel] 3.4.0alpha3 performances
Date: Sun, 26 May 2013 20:22:38 +0200
User-agent: MacSOUP/2.7 (unregistered for 2319 days)

Hi

I reproduced this error:

> [2013-05-08 14:59:52.442458] W
> [client-rpc-fops.c:1755:client3_3_xattrop_cbk] 0-gfs33-client-0: remote
> operation failed: Undefined error: 0. Path: (null) (--)
> [2013-05-08 14:59:52.475153] W
> [client-rpc-fops.c:1755:client3_3_xattrop_cbk] 0-gfs33-client-1: remote
> operation failed: Undefined error: 0. Path: (null) (--)
> [2013-05-08 16:05:17.096920] W
> [client-rpc-fops.c:1994:client3_3_setattr_cbk] 0-gfs33-client-0: remote
> operation failed: No such file or directory
> [2013-05-08 16:05:17.097871] W
> [client-rpc-fops.c:1755:client3_3_xattrop_cbk] 0-gfs33-client-0: remote
> operation failed: Undefined error: 0. Path: (null) (--)
> [2013-05-08 16:05:17.131096] W
> [client-rpc-fops.c:1755:client3_3_xattrop_cbk] 0-gfs33-client-1: remote
> operation failed: Undefined error: 0. Path: (null) (--)

Here is what I did:

mkdir -p /gfs34/manu/netbsd
chown -R manu:manu  /gfs34/manu
su manu
cd /gfs/manu/netbsd
wget ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-6.0/source/sets/src.tgz
wget ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-6.0/source/sets/syssrc.tgz
wget ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-6.0/source/sets/sharesrc.tgz
wget ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-6.0/source/sets/gnusrc.tgz
tar -xzf src.tgz &
tar -xzf gnusrc.tgz &
tar -xzf syssrc.tgz &
tar -xzf sharesrc.tgz &
[Once completed]
mv usr usr.old
tar -xzf src.tgz &
tar -xzf gnusrc.tgz &
tar -xzf syssrc.tgz &
tar -xzf sharesrc.tgz &

I suspect it is triggered by unpacking at the same path as before.

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]