Bug 151132 - [patch] sysutils/cciss_vol_status
Summary: [patch] sysutils/cciss_vol_status
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-01 08:20 UTC by Andrej Zverev
Modified: 2010-11-04 14:30 UTC (History)
0 users

See Also:


Attachments
cciss_vol_status.diff (1.19 KB, patch)
2010-10-01 08:20 UTC, Andrej Zverev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Zverev freebsd_committer freebsd_triage 2010-10-01 08:20:01 UTC
	Add possibility to display facts what RAID 1 also can be 1+0.
	In fact in linux doing same thing. 
	http://github.com/mirrors/linux-2.6/blob/master/drivers/block/cciss.c
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-01 08:20:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-11-04 14:25:43 UTC
az          2010-11-04 14:25:38 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/cciss_vol_status Makefile 
  Added files:
    sysutils/cciss_vol_status/files patch-cciss_vol_status.c. 
  Log:
  Cosmetic: make it less confusing when displaying RAID 1 level, that might
  be 1+0 as well.
  
  PR:             ports/151132
  Submitted by:   az
  Approved by:    maintainer (timeout > 14d)
  
  Revision  Changes    Path
  1.5       +1 -0      ports/sysutils/cciss_vol_status/Makefile
  1.1       +11 -0     ports/sysutils/cciss_vol_status/files/patch-cciss_vol_status.c. (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Andrej Zverev freebsd_committer freebsd_triage 2010-11-04 14:26:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!