Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964819AbWHQLoB (ORCPT ); Thu, 17 Aug 2006 07:44:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964823AbWHQLoA (ORCPT ); Thu, 17 Aug 2006 07:44:00 -0400 Received: from hobbit.corpit.ru ([81.13.94.6]:62547 "EHLO hobbit.corpit.ru") by vger.kernel.org with ESMTP id S964819AbWHQLn7 (ORCPT ); Thu, 17 Aug 2006 07:43:59 -0400 Message-ID: <44E4567B.4080104@tls.msk.ru> Date: Thu, 17 Aug 2006 15:43:55 +0400 From: Michael Tokarev User-Agent: Mail/News 1.5 (X11/20060318) MIME-Version: 1.0 To: Matthew Wilcox CC: linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Subject: Re: Random scsi disk disappearing References: <44E44B3E.10708@tls.msk.ru> <20060817113537.GK4340@parisc-linux.org> In-Reply-To: <20060817113537.GK4340@parisc-linux.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1271 Lines: 31 Matthew Wilcox wrote: > On Thu, Aug 17, 2006 at 02:55:58PM +0400, Michael Tokarev wrote: [sporadic disk disappearing, no logging] > > I'd recommend turning on scsi logging; it might give you a clue about > which bit of scanning is failing to work properly. > > Try booting with scsi_mod.scsi_logging_level = 448 (I think I have that > number right; 7 shifted left by 6) and then you can compare failing and > non-failing runs and see if there's any difference. It should be the same as echo $((7<<6)) > /sys/module/scsi_mod/parameters/scsi_logging_level (which indeed is 448) at runtime, right? (And yes, CONFIG_SCSI_LOGGING is set to y). Heh oh those magic numbers!.. ;) Ok, I've turned on the logging on a bunch of machines (using the sysfs method), let's see what will happen next. Thank you! By the way, should kernel pefrorm at least *some* "minimal" logging of such a serious events by default? Well ok, ok, it's not known yet what the event really is, so I'm shutting up now, at least for a while.. ;) /mjt - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/