Skip to content

Commit

Permalink
smartctl.8.in: Fix '-d sssraid' documentation syntax.
Browse files Browse the repository at this point in the history
smartd.conf.5.in: Add '-d sssraid' documentation.

git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk/smartmontools@5422 4ea69e1a-61f1-4043-bf83-b5c94c648137
  • Loading branch information
chrfranke committed Dec 5, 2022
1 parent b0130ce commit 3541570
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 21 deletions.
5 changes: 4 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
$Id$

2022-11-05 Christian Franke <[email protected]>
2022-12-05 Christian Franke <[email protected]>

smartctl.8.in: Fix '-d sssraid' documentation syntax.
smartd.conf.5.in: Add '-d sssraid' documentation.

os_linux.cpp: Build fix for r5420.

Expand Down
36 changes: 16 additions & 20 deletions smartctl.8.in
Original file line number Diff line number Diff line change
Expand Up @@ -532,26 +532,6 @@ For PERC5/6 controllers: \fBmegaraid_sas_ioctlN\fP
.Sp
.\" %ENDIF OS Linux
.\" %IF OS Linux Windows Cygwin

.I sssraid,E,S
\- [Linux only] the device consists of one or more SCSI/SAS disks connected
to a SSSRAID controller. The non-negative integer E (in the range of 0 to
8) denotes the enclosure and S (range 0 to 128) denotes the slot.
Use syntax such as:
.\" %ENDIF OS Linux
.\" %IF OS ALL
.br
Linux:
.\" %ENDIF OS ALL
.\" %IF OS Linux
.br
\fBsmartctl \-a \-d sssraid,0,1 /dev/bsg/sssraid0\fP
.br
It is possible to set RAID device name as /dev/bsg/sssraidN, where N is a SCSI bus
number.
.Sp
.\" %ENDIF OS Linux

.I aacraid,H,L,ID
\- [Linux, Windows and Cygwin only] the device consists of one or more
SCSI/SAS or SATA disks connected to an AacRaid controller.
Expand Down Expand Up @@ -725,6 +705,22 @@ under FreeBSD, it is the character device which the driver registered (eg,
/dev/hptrr, /dev/hptmv6).
.\" %ENDIF OS FreeBSD Linux
.Sp
.\" %IF OS Linux
.I sssraid,E,S
\- [Linux only]
[NEW EXPERIMENTAL SMARTCTL FEATURE]
the device consists of one or more SCSI/SAS or SATA disks connected to a
SSSRAID controller.
The non-negative integer E (in the range of 0 to 8) denotes the enclosure
and S(range 0 to 128) denotes the slot.
Use syntax such as:
.br
\fBsmartctl \-a \-d sssraid,0,1 /dev/bsg/sssraid0\fP
.br
It is possible to set RAID device name as /dev/bsg/sssraidN, where N is a
SCSI bus number.
.Sp
.\" %ENDIF OS Linux
.I intelliprop,N[+TYPE]
\- the device consists of multiple ATA disks connected to an Intelliprop
controller.
Expand Down
11 changes: 11 additions & 0 deletions smartd.conf.5.in
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,17 @@ to the default value 1.
Please see the \fBsmartctl\fP(8) man page for further details.
.Sp
.\" %ENDIF OS FreeBSD Linux
.\" %IF OS Linux
.I sssraid,E,S
\- [Linux only]
[NEW EXPERIMENTAL SMARTD FEATURE]
the device consists of one or more SCSI/SAS or SATA disks connected to a
SSSRAID controller.
The non-negative integer E (in the range of 0 to 8) denotes the enclosure
and S(range 0 to 128) denotes the slot.
Please see the \fBsmartctl\fP(8) man page for further details.
.Sp
.\" %ENDIF OS Linux
.I intelliprop,N[+TYPE]
\- the device consists of multiple ATA disks connected to an Intelliprop
controller.
Expand Down

0 comments on commit 3541570

Please sign in to comment.