All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Ruehl <aacraidbug@xit.com.hk>
To: "Linux-scsi vger.kernel.org" <linux-scsi@vger.kernel.org>
Subject: Re: aacraid 2.6.21+ partition table disappear
Date: Thu, 19 Jul 2007 13:34:45 +0800	[thread overview]
Message-ID: <469EF7F5.7060103@xit.com.hk> (raw)
In-Reply-To: <AE4F746F2AECFC4DA4AADD66A1DFEF01BF5F29@otce2k301.adaptec.com>

Hi Mark,

the 2.6.22.1 already inherits your patch but still could not boot.
The patch you send remove the 'FSCS_HIDDEN' check.
I found one more check in line 480 of aachba.c (2.6.22.1) my this cause the
problem?

   461
   462 static int _aac_probe_container2(void * context, struct fib * 
fibptr)
   463 {
          ...
   478                 if ((le32_to_cpu(dresp->status) == ST_OK) &&
   479                     (le32_to_cpu(dresp->mnt[0].vol) != CT_NONE) &&
   480                     (le32_to_cpu(dresp->mnt[0].state) != 
FSCS_HIDDEN)) {
   481                         fsa_dev_ptr->valid = 1;


I search/read the thread from 2007/04/13 and the difference the
AACRAID in this thread is "rev 02"  ours "rev 01".


thank you
Chris






Salyzyn, Mark wrote:
> The problem description matches this patch (which showed up on
> 2007/04/13).
>
> Sincerely -- Mark Salyzyn
>
>   
>> -----Original Message-----
>> From: linux-scsi-owner@vger.kernel.org 
>> [mailto:linux-scsi-owner@vger.kernel.org] On Behalf Of Chris Ruehl
>> Sent: Wednesday, July 18, 2007 5:48 AM
>> To: Linux-scsi vger.kernel.org
>> Subject: aacraid 2.6.21+ partition table disappear 
>>
>>
>> Hi all,
>>
>> I had been last 2 Day in China trying update a Linux (Debian Sarge)
>> running a 2.6.14.3 to 2.6.21.6 or 2.6.22.1
>>
>> The boot stuck in a VFS Kernel Panic no root filesystem found.
>>
>> 1) aacraid compiled into kernel - failed
>> 2) as module + initrd                  - failed
>>
>> the initrd show that the sda with 200GB was found - driver sd
>> but no partition was found.
>>
>> Sorry I could not get a serial cable to cover the boot log - and it's 
>> impossible
>> to get one if you can't speak Mandarin.
>>
>> Do you have any hint what I could do?
>>
>> Thank you
>> Chris
>>
>> Controller is
>> 0000:02:08.0 RAID bus controller: Adaptec AAC-RAID (rev 01)
>>         Subsystem: Adaptec 2120S (Crusader)
>>
>>
>> kerneloutput   """  2.6.14.3  """
>>
>> Loading Adaptec I2O RAID: Version 2.4 Build 5go
>> Detecting Adaptec I2O RAID controllers...
>> Adaptec aacraid driver (1.1-4 Jan 28 2006 18:35:59)
>> AAC0: kernel 4.2-0[8205]
>> AAC0: monitor 4.2-0[8205]
>> AAC0: bios 4.2-0[8205]
>> AAC0: serial c49a76
>> AAC0: Non-DASD support enabled.
>> scsi0 : aacraid
>>   Vendor: ADAPTEC   Model: XITArray1         Rev: V1.0
>>   Type:   Direct-Access                      ANSI SCSI revision: 02
>>   Vendor: SEAGATE   Model: ST373207LC        Rev: D701
>>   Type:   Direct-Access                      ANSI SCSI revision: 03
>>   Vendor: SEAGATE   Model: ST373207LC        Rev: D701
>>   Type:   Direct-Access                      ANSI SCSI revision: 03
>>   Vendor: SEAGATE   Model: ST373207LC        Rev: D701
>>   Type:   Direct-Access                      ANSI SCSI revision: 03
>>   Vendor: SEAGATE   Model: ST373207LC        Rev: D701
>>   Type:   Direct-Access                      ANSI SCSI revision: 03
>>   Vendor: SEAGATE   Model: ST373207LC        Rev: D701
>>   Type:   Direct-Access                      ANSI SCSI revision: 03
>> 3ware 9000 Storage Controller device driver for Linux v2.26.02.004.
>> SCSI device sda: 429920256 512-byte hdwr sectors (220119 MB)
>> sda: Write Protect is off
>> sda: Mode Sense: 03 00 00 00
>> sda: got wrong page
>> sda: assuming drive cache: write through
>> SCSI device sda: 429920256 512-byte hdwr sectors (220119 MB)
>> sda: Write Protect is off
>> sda: Mode Sense: 03 00 00 00
>> sda: got wrong page
>> sda: assuming drive cache: write through
>>  sda: sda1 sda2 < sda5 sda6 sda7 sda8 sda9 >
>>
>>
>> -- 
>> X-IT Management Ltd.
>> Office A, 14/F, Wing Sing Commercial Bldg.
>> 12 Wing Lok Street, Sheung Wan
>> Hong Kong
>>
>> 3596 7575  PHONE
>> 3585 5118  FAX
>>
>> -
>> To unsubscribe from this list: send the line "unsubscribe 
>> linux-scsi" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>>     


-- 
X-IT Management Ltd.
Office A, 14/F, Wing Sing Commercial Bldg.
12 Wing Lok Street, Sheung Wan
Hong Kong

3596 7575  PHONE
3585 5118  FAX


      reply	other threads:[~2007-07-19  5:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-18  9:47 aacraid 2.6.21+ partition table disappear Chris Ruehl
2007-07-18 12:10 ` Salyzyn, Mark
2007-07-19  5:34   ` Chris Ruehl [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=469EF7F5.7060103@xit.com.hk \
    --to=aacraidbug@xit.com.hk \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.