Re: [Lustre-discuss] LustreErrors on mgs/mdt when accessing files

2009-03-17 Thread Alex Lyashkov
Hi Patrick, On Tue, 2009-03-17 at 08:51 +0100, Patrick Winnertz wrote: > Hey, > > looks something wrong with permission: > > $ wget http://www.credativ.com/~pwi/lustre-debug-client > > --2009-03-17 07:51:24-- > > http://www.credativ.com/~pwi/lustre-debug-client > > Resolving www.credativ.com... 88

Re: [Lustre-discuss] LustreErrors on mgs/mdt when accessing files

2009-03-17 Thread Patrick Winnertz
Hey, > looks something wrong with permission: > $ wget http://www.credativ.com/~pwi/lustre-debug-client > --2009-03-17 07:51:24-- > http://www.credativ.com/~pwi/lustre-debug-client > Resolving www.credativ.com... 88.198.32.163 > Connecting to www.credativ.com|88.198.32.163|:80... connected. > HTTP

Re: [Lustre-discuss] LustreErrors on mgs/mdt when accessing files

2009-03-16 Thread Alex Lyashkov
Hi On Mon, 2009-03-16 at 14:19 +0100, Patrick Winnertz wrote: > Hey, > > > Is this error replicated? can you replicate this with start debug daemon > > (lctl debug_daemon ) and set lnet.debug=-1 / > > lnet.subsystem_debug=-1 ? > As I was not sure where you want me to set this I've uploaded t

Re: [Lustre-discuss] LustreErrors on mgs/mdt when accessing files

2009-03-16 Thread Patrick Winnertz
Hey, > Is this error replicated? can you replicate this with start debug daemon > (lctl debug_daemon ) and set lnet.debug=-1 / > lnet.subsystem_debug=-1 ? As I was not sure where you want me to set this I've uploaded two debug logs (one from the client and one from the mgs/mdt server). http

Re: [Lustre-discuss] LustreErrors on mgs/mdt when accessing files

2009-03-16 Thread Alex Lyashkov
Hi Patrik, On Mon, 2009-03-16 at 11:17 +0100, Patrick Winnertz wrote: > Hey, > > After a test on my freshly installed testcluster with lustre 1.6.7 I saw some > errors in our logfiles. > > I've basically created plenty of files with: i=1; while true; do touch $i; > echo > $i > $i; i=$(($i+1)

[Lustre-discuss] LustreErrors on mgs/mdt when accessing files

2009-03-16 Thread Patrick Winnertz
Hey, After a test on my freshly installed testcluster with lustre 1.6.7 I saw some errors in our logfiles. I've basically created plenty of files with: i=1; while true; do touch $i; echo $i > $i; i=$(($i+1)); done and tried to delete them later with: lfs find . | xargs rm Many files are delet