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
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
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
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
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)
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