From owner-svn-ports-all@freebsd.org Tue Apr 26 20:49:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2730B1DD37; Tue, 26 Apr 2016 20:49:22 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E3021148; Tue, 26 Apr 2016 20:49:22 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3QKnLqE041779; Tue, 26 Apr 2016 20:49:21 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3QKnL0H041776; Tue, 26 Apr 2016 20:49:21 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201604262049.u3QKnL0H041776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 26 Apr 2016 20:49:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414074 - head/sysutils/mfid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 20:49:22 -0000 Author: feld Date: Tue Apr 26 20:49:21 2016 New Revision: 414074 URL: https://svnweb.freebsd.org/changeset/ports/414074 Log: 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. MFH: 2016Q2 Added: head/sysutils/mfid/pkg-message (contents, props changed) Modified: head/sysutils/mfid/Makefile head/sysutils/mfid/distinfo Modified: head/sysutils/mfid/Makefile ============================================================================== --- head/sysutils/mfid/Makefile Tue Apr 26 20:49:08 2016 (r414073) +++ head/sysutils/mfid/Makefile Tue Apr 26 20:49:21 2016 (r414074) @@ -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: head/sysutils/mfid/distinfo ============================================================================== --- head/sysutils/mfid/distinfo Tue Apr 26 20:49:08 2016 (r414073) +++ head/sysutils/mfid/distinfo Tue Apr 26 20:49:21 2016 (r414074) @@ -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 Added: head/sysutils/mfid/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/mfid/pkg-message Tue Apr 26 20:49:21 2016 (r414074) @@ -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 ! +! ! +! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !