Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2009 02:58:24 GMT
From:      Tatsuya Hagino <hagino@sfc.keio.ac.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/134887: ataraid source consistency problem
Message-ID:  <200905240258.n4O2wN5M037749@www.freebsd.org>
Resent-Message-ID: <200905240300.n4O30994056936@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         134887
>Category:       kern
>Synopsis:       ataraid source consistency problem
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 24 03:00:09 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Tatsuya Hagino
>Release:        7.2-STABLE
>Organization:
Keio University
>Environment:
FreeBSD ninna 7.2-STABLE FreeBSD 7.2-STABLE #1: Sun May 24 10:49:24 JST 2009     hagino@ninna:/usr/src/sys/amd64/compile/AMD64  amd64
>Description:
In sys/dev/ata/ata-raid.c, ATA_ATI_ID is used in ata_raid_create as if it is the same as ATA_VIA_ID, but in ata_raid_read_metadata it is used with ATA_SILICON_IMAGE_ID.  Therefore, if you create raid using atacontrol command, it creates VIA metadata, but the system cannot use it when it is rebooted.
>How-To-Repeat:
Create raid using atacontrol command, but it does not recognize it.
>Fix:
I have changed ata_raid_read_meta so that ATA_ATI_ID is the same as ATA_VIA_ID, and it works.


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905240258.n4O2wN5M037749>