hi, can anyone suggest me for the following error. ? LustreError: 3998:0:(lvfs_linux.c:506:lvfs_linux_exit()) obd mem max: 10681970 leaked: 8 greets +39-328-175-4828 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.clusterfs.com/pipermail/lustre-discuss/attachments/20061107/bde8eb98/attachment.html
On Nov 07, 2006 15:28 -0000, Kuldeep Kr wrote:> can anyone suggest me for the following error. > ? > LustreError: 3998:0:(lvfs_linux.c:506:lvfs_linux_exit()) obd mem max: 10681970 leaked: 8This means there was a leak of 8 bytes during the time Lustre was running. If you are able to reproduce this (i.e. you know what steps you did to hit this problem) then run with allocation trace debugging and get a log. D_ALLOC = 0x10, so if you are running Lustre 1.4 use lconf --ptldebug=0x10 {conf}.xml to enable debugging right at startup, then reproduce problem and lconf --cleanup --dump /tmp/debug.leak {conf}.xml to dump the logs right at the end to contain the trace. There is a tool to account for all of the allocations and report the leak: perl lustre/tests/leak_finder.pl < /tmp/debug.leak 2>&1 | grep Leak Cheers, Andreas -- Andreas Dilger Principal Software Engineer Cluster File Systems, Inc.
Hello, i am getting following error while trying to configure luster partition. any suggestion please ????? ? Nov 9 11:09:37 news8 kernel: LustreError: 7377:0:(socklnd_cb.c:797:ksocknal_launch_packet()) No usable routes to 12345-213.211.135.102@tcp Nov 9 11:09:37 news8 kernel: LustreError: 7377:0:(events.c:53:request_out_callback()) @@@ type 4, status -5 req@dfe5e200 x25/t0 o8->OST_news8.telebyte.nl_UUID@news8.telebyte.nl_UUID:6 lens 240/272 ref 2 fl Rpc:/0/0 rc 0/0 Nov 9 11:09:37 news8 kernel: LustreError: 7377:0:(client.c:940:ptlrpc_expire_one_request()) @@@ timeout (sent at 1163066977, 0s ago) req@dfe5e200 x25/t0 o8->OST_news8.telebyte.nl_UUID@news8.telebyte.nl_UUID:6 lens 240/272 ref 1 fl Rpc:/0/0 rc 0/0 On Tue, 07 Nov 2006 Kuldeep Kr wrote :>hi, >can anyone suggest me for the following error. > >LustreError: 3998:0:(lvfs_linux.c:506:lvfs_linux_exit()) obd mem max: 10681970 leaked: 8 > > >greets > >+39-328-175-4828 >_______________________________________________ >Lustre-discuss mailing list >Lustre-discuss@clusterfs.com >https://mail.clusterfs.com/mailman/listinfo/lustre-discuss+39-328-175-4828 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.clusterfs.com/pipermail/lustre-discuss/attachments/20061109/4355c170/attachment.html