>Number:         150936
>Category:       kern
>Synopsis:       [ciss] Write possibility of the RAID1 level
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 25 14:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andrej Zverev
>Release:        
>Organization:
>Environment:


        
>Description:
        Since ciss(4) raid level 1 can also be 1+0 (depend on number of disks) 
        we should write this possibility too.
        
>How-To-Repeat:
        
>Fix:

        

--- ciss.c.diff begins here ---
Index: ciss.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/ciss/ciss.c,v
retrieving revision 1.106
diff -u -r1.106 ciss.c
--- ciss.c      28 Apr 2010 18:49:45 -0000      1.106
+++ ciss.c      25 Sep 2010 14:25:40 -0000
@@ -4394,7 +4394,7 @@
     case CISS_LDRIVE_RAID0:
        return("RAID 0");
     case CISS_LDRIVE_RAID1:
-       return("RAID 1");
+       return("RAID 1(1+0)");
     case CISS_LDRIVE_RAID4:
        return("RAID 4");
     case CISS_LDRIVE_RAID5:
--- ciss.c.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to