Date: Fri, 28 Nov 2003 14:27:05 +0100 (CET) From: Martin Blapp <mb@imp.ch> To: YONETANI Tomokazu <t-yonetani@ergobrains.co.jp> Cc: Martin Blapp <mbr@FreeBSD.org> Subject: Re: LOR or panic with ips driver (was Re: cvs commit:src/sys/dev/ips ips.c ips.h ips_commands.c) Message-ID: <20031128142547.T16675@cvs.imp.ch> In-Reply-To: <20031128111552.GA69277@ergobrains.co.jp> References: <200311270837.hAR8ba1K080927@repoman.freebsd.org> <20031128111552.GA69277@ergobrains.co.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, > After seeing this commit message, I've upgraded -CURRENT installed on > NetFinity 6000R(with ServeRAID 4H) to catch up with the recent changes. > However, LOR or panic still persists. You can panic your -CURRENT machine > by creating a log of files in a directory. You can do it with a simple > shell script like this: > > $ mkdir foo; i=0; while :; do echo $i > foo/$i; i=$(($i+1)); done Just tested this bug on our ServeRaid 5i, it doesn't happen here. The machines just runs out of inodes. Anyone else with a ServeRAID 4H can try this ? Martin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031128142547.T16675>