Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f1f40ec1a1ada0da106b7b4b8130f93914d6ac86)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f1f40ec1a1ada0da106b7b4b8130f93914d6ac86)
  • Date: Tue, 29 Jan 2013 11:22:04 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
disk/mpt-status/BUILD | 1 +
disk/mpt-status/DETAILS | 25 +++++++++++++++++++++++++
disk/mpt-status/HISTORY | 2 ++
disk/mpt-status/PRE_BUILD | 8 ++++++++
5 files changed, 40 insertions(+)

New commits:
commit f1f40ec1a1ada0da106b7b4b8130f93914d6ac86
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mpt-status: new spell, tool to get RAID status out of mpt (and other) HW
RAID controllers

diff --git a/ChangeLog b/ChangeLog
index b92b37c..b23057c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * disk/mpt-status: new spell, tool to get RAID status out of mpt (and
+ other) HW RAID controllers
+
2013-01-28 Vlad Glagolev <stealth AT sourcemage.org>
* mail/greylstd: new spell, simple SQLite-based greylisting daemon

diff --git a/disk/mpt-status/BUILD b/disk/mpt-status/BUILD
new file mode 100755
index 0000000..6dfecc1
--- /dev/null
+++ b/disk/mpt-status/BUILD
@@ -0,0 +1 @@
+default_build_make
diff --git a/disk/mpt-status/DETAILS b/disk/mpt-status/DETAILS
new file mode 100755
index 0000000..070015f
--- /dev/null
+++ b/disk/mpt-status/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=mpt-status
+ VERSION=1.2.0
+ SOURCE=${SPELL}_${VERSION}.orig.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://ftp.debian.org/debian/pool/main/m/${SPELL}/${SOURCE}
+ SOURCE_URL[1]=http://hwraid.le-vert.net/debian/sources/${SOURCE}
+
SOURCE_HASH=sha512:48d9ecb3d9b42f7731a048ba6147fc2edabbb3ac7936c3273fc613e661f54a66c9f240283a7b84040efd059539fb1c59172b74fad50781647f98644c3da25cac
+ WEB_SITE=http://freecode.com/projects/mptstatus
+ ENTERED=20130129
+ LICENSE[0]=GPL
+ KEYWORDS="lsi disk raid"
+ SHORT="tool to get RAID status out of mpt (and other) HW RAID
controllers"
+cat << EOF
+mpt-status is a query tool for accessing the running configuration and
status of
+LSI SCSI HBAs.
+
+It is a heavily modified version of the original mpt-status-1.0 tool written
by
+Matt Braithwaite.
+
+It allows you to monitor the health and status of your RAID setup. Currently
+supported and tested HBAs are the LSI 1030 SCSI RAID storage controller and
LSI
+SAS1064 SCSI RAID storage controller. Since the tool uses the MPI (message
+passing interface), chances are high that the basic information regarding
RAID
+status will be available for all LSI-based controllers.
+EOF
diff --git a/disk/mpt-status/HISTORY b/disk/mpt-status/HISTORY
new file mode 100644
index 0000000..9085857
--- /dev/null
+++ b/disk/mpt-status/HISTORY
@@ -0,0 +1,2 @@
+2013-01-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, {PRE_,}BUILD: spell created
diff --git a/disk/mpt-status/PRE_BUILD b/disk/mpt-status/PRE_BUILD
new file mode 100755
index 0000000..f6145fc
--- /dev/null
+++ b/disk/mpt-status/PRE_BUILD
@@ -0,0 +1,8 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+# get_kernel_version() doesn't include local tag
+local KVER=`uname -r` &&
+
+sedit "s:-O2:-I$INSTALL_ROOT/lib/modules/$KVER/source/include $CFLAGS:" \
+ Makefile



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f1f40ec1a1ada0da106b7b4b8130f93914d6ac86), Vlad Glagolev, 01/29/2013

Archive powered by MHonArc 2.6.24.

Top of Page