kern/150936: [ciss] Write possibility of the RAID1 level

看板FB_bugs作者時間15年前 (2010/09/26 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
>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: _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"
文章代碼(AID): #1CdZZaNa (FB_bugs)