Your message dated Thu, 24 Jul 2008 17:02:39 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#488371: fixed in smartmontools 5.38-2
has caused the Debian Bug report #488371,
regarding smartmontools: cciss examples/docs
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
488371: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488371
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: smartmontools
Version: 5.38-1

Here is a patch that adds examples for cciss to the default smartd.conf 
file and adds some more cciss documentation to the manpages. I think this 
patch gets things to parity with the 3ware documentation with a couple 
minor exceptions

1.) the part in the 3ware description about being able to use ATA commands 
via passing through the SCSI device I didn't clone because I don't have a 
way to test that. I guess it probably works?
2.) I didn't add anything for SMARTD_DEVICESTRING because I don't know the 
proper format. Maybe someone who knows the code could?

Thanks,

-- 
Matt Taggart
[EMAIL PROTECTED]

diff -ur smartmontools-5.38/smartd.8.in smartmontools-5.38.new/smartd.8.in
--- smartmontools-5.38/smartd.8.in	2008-03-04 14:09:47.000000000 -0800
+++ smartmontools-5.38.new/smartd.8.in	2008-06-28 04:07:26.000000000 -0700
@@ -496,11 +496,11 @@
 .B # This is an example smartd startup config file
 .B # /usr/local/etc/smartd.conf for monitoring three
 .B # ATA disks, three SCSI disks, six ATA disks
-.B # behind two 3ware controllers, three SATA disks
-.B # directly connected to the highpoint rocket-
-.B # raid controller, two SATA disks connected to
-.B # the highpoint rocketraid controller via a pmport
-.B # device and one SATA disk.
+.B # behind two 3ware controllers, two disks on a cciss
+.B # controller, three SATA disks directly connected to
+.B # the highpoint rocket-raid controller, two SATA
+.B # disks connected to the highpoint rocketraid
+.B # controller via a pmport device and one SATA disk.
 .B #
 .nf
 .B # First ATA disk on two different interfaces. On
@@ -551,6 +551,13 @@
 .B \ \ /dev/twa0 -d 3ware,1 -a -s L/../../7/02
 .B #
 .nf
+.B # Monitor 2 disks connected to the first HP SmartArray controller which
+.B # uses the cciss driver. Start long tests on Sunday nights and short
+.B # self-tests every night and send errors to root
+.B \ \ /dev/cciss/c0d0 -d cciss,0 -a -s (L/../../7/02|S/../.././02) -m root
+.B \ \ /dev/cciss/c0d0 -d cciss,1 -a -s (L/../../7/03|S/../.././03) -m root
+.B #
+.nf
 .B # Three SATA disks on a highpoint rocketraid controller.
 .B # Start short self-tests daily between 1-2, 2-3, and
 .B # 3-4 am.
@@ -630,6 +637,10 @@
 appear to \fBsmartd\fP as normal ATA devices.  Hence all the ATA
 directives can be used for these disks (but see note below).
 
+.B If a cciss controller is used
+then the corresponding block device (/dev/cciss/c?d?) must be listed,
+along with the \'\-d cciss,N\' Directive (see below).
+
 .TP
 .B \-d TYPE
 Specifies the type of the device.  This Directive may be used multiple
@@ -1110,9 +1121,10 @@
 .IP \fBSMARTD_DEVICE\fP 4
 is set to the device path (examples: /dev/hda, /dev/sdb).
 .IP \fBSMARTD_DEVICETYPE\fP 4
-is set to the device type (possible values: ata, scsi, 3ware,N, hpt,L/M/N).
-Here N=0,...,23 denotes the ATA disk behind a 3ware RAID controller and
-L/M/N denotes the SATA disk behind a HighPoint RocketRAID controller.
+is set to the device type (possible values: ata, scsi, 3ware,N, cciss,N,
+hpt,L/M/N). Here N=0,...,23 denotes the ATA disk behind a 3ware or cciss
+RAID controller and L/M/N denotes the SATA disk behind a HighPoint
+RocketRAID controller.
 .IP \fBSMARTD_DEVICESTRING\fP 4
 is set to the device description.  For SMARTD_DEVICETYPE of ata or
 scsi, this is the same as SMARTD_DEVICE.  For 3ware RAID controllers,
diff -ur smartmontools-5.38/smartd.conf smartmontools-5.38.new/smartd.conf
--- smartmontools-5.38/smartd.conf	2006-11-12 15:39:04.000000000 -0800
+++ smartmontools-5.38.new/smartd.conf	2008-06-28 03:29:45.000000000 -0700
@@ -87,6 +87,12 @@
 # NOTE: On Windows, DEVICESCAN works also for 3ware controllers.
 #/dev/hdc,0 -a -s L/../../2/01
 #/dev/hdc,1 -a -s L/../../2/03
+#
+# Monitor 2 disks connected to the first HP SmartArray controller which
+# uses the cciss driver. Start long tests on Sunday nights and short
+# self-tests every night and send errors to root
+#/dev/cciss/c0d0 -d cciss,0 -a -s (L/../../7/02|S/../.././02) -m root
+#/dev/cciss/c0d0 -d cciss,1 -a -s (L/../../7/03|S/../.././03) -m root
 
 # Monitor 3 ATA disks directly connected to a HighPoint RocketRAID. Start long
 # self-tests Sundays between 1-2, 2-3, and 3-4 am. 
diff -ur smartmontools-5.38/smartd.conf.5.in smartmontools-5.38.new/smartd.conf.5.in
--- smartmontools-5.38/smartd.conf.5.in	2008-06-28 03:57:05.000000000 -0700
+++ smartmontools-5.38.new/smartd.conf.5.in	2008-06-28 04:04:51.000000000 -0700
@@ -118,11 +118,11 @@
 .B # This is an example smartd startup config file
 .B # /usr/local/etc/smartd.conf for monitoring three
 .B # ATA disks, three SCSI disks, six ATA disks
-.B # behind two 3ware controllers, three SATA disks
-.B # directly connected to the highpoint rocket-
-.B # raid controller, two SATA disks connected to
-.B # the highpoint controller via a pmport device
-.B # and one SATA disk.
+.B # behind two 3ware controllers, two disks on a cciss
+.B # controller, three SATA disks directly connected
+.B # to the highpoint rocket-raid controller, two
+.B # SATA disks connected to the highpoint controller
+.B # via a pmport device and one SATA disk.
 .B #
 .nf
 .B # First ATA disk on two different interfaces. On
@@ -173,6 +173,13 @@
 .B \ \ /dev/twa0 -d 3ware,1 -a -s L/../../7/02
 .B #
 .nf
+.B # Monitor 2 disks connected to the first HP SmartArray controller which
+.B # uses the cciss driver. Start long tests on Sunday nights and short
+.B # self-tests every night and send errors to root
+.B \ \ /dev/cciss/c0d0 -d cciss,0 -a -s (L/../../7/02|S/../.././02) -m root
+.B \ \ /dev/cciss/c0d0 -d cciss,1 -a -s (L/../../7/03|S/../.././03) -m root
+.B #
+.nf
 .B # Three SATA disks on a highpoint rocketraid controller.
 .B # Start short self-tests daily between 1-2, 2-3, and
 .B # 3-4 am.
@@ -252,6 +259,9 @@
 appear to \fBsmartd\fP as normal ATA devices.  Hence all the ATA
 directives can be used for these disks (but see note below).
 
+.B If a cciss controller is used
+then the corresponding block device (/dev/cciss/c?d?) must be listed,
+along with the \'\-d cciss,N\' Directive (see below).
 .TP
 .B \-d TYPE
 Specifies the type of the device.  This Directive may be used multiple
@@ -732,9 +742,10 @@
 .IP \fBSMARTD_DEVICE\fP 4
 is set to the device path (examples: /dev/hda, /dev/sdb).
 .IP \fBSMARTD_DEVICETYPE\fP 4
-is set to the device type (possible values: ata, scsi, 3ware,N, hpt,L/M/N).
-Here N=0,...,23 denotes the ATA disk behind a 3ware RAID controller and
-L/M/N denotes the SATA disk behind a HighPoint RocketRAID controller.
+is set to the device type (possible values: ata, scsi, 3ware,N, cciss,N,
+hpt,L/M/N). Here N=0,...,23 denotes the ATA disk behind a 3ware or cciss
+RAID controller and L/M/N denotes the SATA disk behind a HighPoint
+RocketRAID controller.
 .IP \fBSMARTD_DEVICESTRING\fP 4
 is set to the device description.  For SMARTD_DEVICETYPE of ata or
 scsi, this is the same as SMARTD_DEVICE.  For 3ware RAID controllers,

--- End Message ---
--- Begin Message ---
Source: smartmontools
Source-Version: 5.38-2

We believe that the bug you reported is fixed in the latest version of
smartmontools, which is due to be installed in the Debian FTP archive:

smartmontools_5.38-2.diff.gz
  to pool/main/s/smartmontools/smartmontools_5.38-2.diff.gz
smartmontools_5.38-2.dsc
  to pool/main/s/smartmontools/smartmontools_5.38-2.dsc
smartmontools_5.38-2_powerpc.deb
  to pool/main/s/smartmontools/smartmontools_5.38-2_powerpc.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guido Guenther <[EMAIL PROTECTED]> (supplier of updated smartmontools package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 24 Jul 2008 12:15:34 -0400
Source: smartmontools
Binary: smartmontools
Architecture: source powerpc
Version: 5.38-2
Distribution: unstable
Urgency: low
Maintainer: Guido Guenther <[EMAIL PROTECTED]>
Changed-By: Guido Guenther <[EMAIL PROTECTED]>
Description: 
 smartmontools - control and monitor storage systems using S.M.A.R.T.
Closes: 488371
Changes: 
 smartmontools (5.38-2) unstable; urgency=low
 .
   * [fd9c675] add lintian override Full stop at end of synopsis is OK -
     it doesn't end a sentence but is part of an abbreviation.
   * [fab76b4] update copyright
   * [1731d9e] bump standards version
   * [d0f2f2e] add README.source
   * [2d3e4b9] new patch 61_cciss-doc.patch update ccis examples/docs
     (Closes: #488371) - thanks to Matt Taggart
Checksums-Sha1: 
 048ac878539c70318bbc86755c61cc0a97566b26 1064 smartmontools_5.38-2.dsc
 da2a7d8b7dc9fc33e9c8e7982d1be0dc8230107f 28797 smartmontools_5.38-2.diff.gz
 9310697e7428737d3df9670d7ffece94571b2dca 339450 
smartmontools_5.38-2_powerpc.deb
Checksums-Sha256: 
 9a066a0f7e57d42903db951f857b05fa97b5e21e5f45a36d0a83486bb4f19953 1064 
smartmontools_5.38-2.dsc
 9d71cf655a0dcfa234f20d21f04fa1e6f3aa5a45aa1c83a1aec3120fa61d363e 28797 
smartmontools_5.38-2.diff.gz
 5e9e42ec53814bed25f13fe5ddf3649053039106a4af9e0cd9b3945a68735488 339450 
smartmontools_5.38-2_powerpc.deb
Files: 
 c8b5ca0dbca503bfafb110fff1048b11 1064 utils optional smartmontools_5.38-2.dsc
 afeb193d59a0f7f988d17a728b8c0c0d 28797 utils optional 
smartmontools_5.38-2.diff.gz
 ebd291d16df104384684296a5c4b0750 339450 utils optional 
smartmontools_5.38-2_powerpc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFIiLFZn88szT8+ZCYRAjtBAJ9NTVAkj9OEoDoZdKbnxz1YypfX3QCfa/j8
DU0RjvLR0rOP8vQMGEbvvL8=
=isMU
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to