Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Apr 2016 20:50:39 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r414075 - branches/2016Q2/sysutils/mfid
Message-ID:  <201604262050.u3QKodLo042008@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Tue Apr 26 20:50:39 2016
New Revision: 414075
URL: https://svnweb.freebsd.org/changeset/ports/414075

Log:
  MFH: r414074
  
  sysutils/mfid: Update to 0.02
  
  The original implementation of mfid from Yahoo! disabled the RAID
  controller's Patrol Reads. The user is given no warning that this is
  happening. This update to mfid removes this functionality and comes with
  a large pkg-message warning to inform the user about the previous
  behavior as well as steps to re-enable Patrol Reads for their RAID card.
  
  Thank you to Terrence Koeman for noticing this behavior, and jhb for
  confirming the history of this code.
  
  While here, change the MASTER_SITE to my LOCAL distfiles location.
  
  Approved by:	ports-secteam (with hat)

Added:
  branches/2016Q2/sysutils/mfid/pkg-message
     - copied unchanged from r414074, head/sysutils/mfid/pkg-message
Modified:
  branches/2016Q2/sysutils/mfid/Makefile
  branches/2016Q2/sysutils/mfid/distinfo
Directory Properties:
  branches/2016Q2/   (props changed)

Modified: branches/2016Q2/sysutils/mfid/Makefile
==============================================================================
--- branches/2016Q2/sysutils/mfid/Makefile	Tue Apr 26 20:49:21 2016	(r414074)
+++ branches/2016Q2/sysutils/mfid/Makefile	Tue Apr 26 20:50:39 2016	(r414075)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	mfid
-PORTVERSION=	0.01
+PORTVERSION=	0.02
 CATEGORIES=	sysutils
-MASTER_SITES=	https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
+MASTER_SITES=	LOCAL/feld
 
 MAINTAINER=	feld@FreeBSD.org
 COMMENT=	Monitoring daemon for mfi RAID controllers

Modified: branches/2016Q2/sysutils/mfid/distinfo
==============================================================================
--- branches/2016Q2/sysutils/mfid/distinfo	Tue Apr 26 20:49:21 2016	(r414074)
+++ branches/2016Q2/sysutils/mfid/distinfo	Tue Apr 26 20:50:39 2016	(r414075)
@@ -1,2 +1,2 @@
-SHA256 (mfid-0.01.tar.gz) = 5f6814849555343620fd14fb3ce97448146e1b3f262b75c9696aa9de41772863
-SIZE (mfid-0.01.tar.gz) = 6535
+SHA256 (mfid-0.02.tar.gz) = 10c6bb1e46596fe1f30ddabb295ef2d5be1b38e9be1255f067a17189e3cc4a78
+SIZE (mfid-0.02.tar.gz) = 6342

Copied: branches/2016Q2/sysutils/mfid/pkg-message (from r414074, head/sysutils/mfid/pkg-message)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2016Q2/sysutils/mfid/pkg-message	Tue Apr 26 20:50:39 2016	(r414075, copy of r414074, head/sysutils/mfid/pkg-message)
@@ -0,0 +1,33 @@
+! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
+!                                                                     !
+!  Please note that a previous version of mfid disabled the RAID      !
+!  controller's Patrol Reads. The original mfid implementation was    !
+!  used in a high performance environment without the need for the    !
+!  data safety and integrity features that Patrol Reads provide.      !
+!                                                                     !
+!  If you value data safety and integrity over performance, you       !
+!  you should re-enable Patrol Reads.                                 !
+!                                                                     !
+!  Check if patrol is disabled:                                       !
+!                                                                     !
+!  # /usr/sbin/mfiutil -u 0 show patrol                               !
+!  Operation Mode: disabled                                           !
+!  Runs Completed: 0                                                  !
+!  Current State: stopped                                             !
+!                                                                     !
+!                                                                     !
+!  Turn patrol back on:                                               !
+!                                                                     !
+!  # /usr/sbin/mfiutil -u 0 patrol auto                               !
+!                                                                     !
+!                                                                     !
+!  Confirm patrol status:                                             !
+!                                                                     !
+!  # /usr/sbin/mfiutil -u 0 show patrol                               !
+!  Operation Mode: auto                                               !
+!  Next Run Starts: Sat Apr 30 02:58:41 2016                          !
+!  Runs Start Every 604800 seconds                                    !
+!  Runs Completed: 0                                                  !
+!  Current State: stopped                                             !
+!                                                                     !
+! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !



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