-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
65 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
.\" Man page generated from reStructuredText. | ||
. | ||
.TH SAS_DEVICES 1 "2022-11-14" "0.3.13" "sasutils" | ||
.SH NAME | ||
sas_devices \- show Serial Attached SCSI (SAS) enclosures and devices | ||
. | ||
.nr rst2man-indent-level 0 | ||
. | ||
|
@@ -30,26 +27,30 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] | |
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u | ||
.. | ||
.TH "SAS_DEVICES" 1 "2023-02-16" "0.4.0" "sasutils" | ||
.SH NAME | ||
sas_devices \- show Serial Attached SCSI (SAS) enclosures and devices | ||
.SH SYNOPSIS | ||
.sp | ||
\fBsas_devices [\-h] [\-v]\fP | ||
\fBsas_devices [\-h] [\-vv]\fP | ||
.SH DESCRIPTION | ||
.sp | ||
\fBsas_devices\fP shows SAS devices and automatically resolves common associated | ||
enclosures (no configuration required). Useful to check cabling and hardware | ||
setup. When used with \fI\-v\fP, \fBsas_devices\fP will also display all disk devices | ||
with serial numbers. | ||
\fBsas_devices\fP shows SAS devices and automatically resolves multiple paths and | ||
common associated enclosures (no configuration required). Useful to check | ||
cabling and hardware setup. When used with \fI\-v\fP, \fBsas_devices\fP will also | ||
display all disk devices with serial numbers. Adding a second \fI\-v\fP will display | ||
additional information like some sysfs paths involved. | ||
.SH OPTIONS | ||
.INDENT 0.0 | ||
.TP | ||
.B optional arguments: | ||
.INDENT 7.0 | ||
.TP | ||
.B \-h\fP,\fB \-\-help | ||
.B \-h\fP,\fB \-\-help | ||
show this help message and exit | ||
.TP | ||
.B \-v\fP,\fB \-\-verbose | ||
enable verbose output | ||
.B \-v\fP,\fB \-\-verbose | ||
verbosity level, repeat multiple times! | ||
.UNINDENT | ||
.UNINDENT | ||
.SH EXIT STATUS | ||
|
@@ -59,11 +60,13 @@ An exit status of zero indicates success of the command, and failure otherwise. | |
.sp | ||
\fBsas_counters\fP(1), \fBsas_discover\fP(1), \fBses_report\fP(1) | ||
.SH BUG REPORTS | ||
.sp | ||
Use the following URL to submit a bug report or feedback: | ||
.INDENT 0.0 | ||
.TP | ||
.B Use the following URL to submit a bug report or feedback: | ||
.INDENT 3.5 | ||
\fI\%https://github.com/stanford\-rc/sasutils/issues\fP | ||
.UNINDENT | ||
.UNINDENT | ||
.SH AUTHOR | ||
Stephane Thiell <[email protected]> | ||
.SH COPYRIGHT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ show Serial Attached SCSI (SAS) counters | |
---------------------------------------- | ||
|
||
:Author: Stephane Thiell <[email protected]> | ||
:Date: 2022-11-14 | ||
:Date: 2023-02-16 | ||
:Copyright: Apache License Version 2.0 | ||
:Version: 0.3.13 | ||
:Version: 0.4.0 | ||
:Manual section: 1 | ||
:Manual group: sasutils | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,33 +7,34 @@ show Serial Attached SCSI (SAS) enclosures and devices | |
------------------------------------------------------ | ||
|
||
:Author: Stephane Thiell <[email protected]> | ||
:Date: 2022-11-14 | ||
:Date: 2023-02-16 | ||
:Copyright: Apache License Version 2.0 | ||
:Version: 0.3.13 | ||
:Version: 0.4.0 | ||
:Manual section: 1 | ||
:Manual group: sasutils | ||
|
||
|
||
SYNOPSIS | ||
======== | ||
|
||
``sas_devices [-h] [-v]`` | ||
``sas_devices [-h] [-vv]`` | ||
|
||
DESCRIPTION | ||
=========== | ||
|
||
|
||
``sas_devices`` shows SAS devices and automatically resolves common associated | ||
enclosures (no configuration required). Useful to check cabling and hardware | ||
setup. When used with `-v`, ``sas_devices`` will also display all disk devices | ||
with serial numbers. | ||
``sas_devices`` shows SAS devices and automatically resolves multiple paths and | ||
common associated enclosures (no configuration required). Useful to check | ||
cabling and hardware setup. When used with `-v`, ``sas_devices`` will also | ||
display all disk devices with serial numbers. Adding a second `-v` will display | ||
additional information like some sysfs paths involved. | ||
|
||
OPTIONS | ||
======= | ||
|
||
optional arguments: | ||
-h, --help show this help message and exit | ||
-v, --verbose enable verbose output | ||
-v, --verbose verbosity level, repeat multiple times! | ||
|
||
EXIT STATUS | ||
=========== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ display Serial Attached SCSI (SAS) topology | |
------------------------------------------- | ||
|
||
:Author: Stephane Thiell <[email protected]> | ||
:Date: 2022-11-14 | ||
:Date: 2023-02-16 | ||
:Copyright: Apache License Version 2.0 | ||
:Version: 0.3.13 | ||
:Version: 0.4.0 | ||
:Manual section: 1 | ||
:Manual group: sasutils | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ SCSI Enclosure Services (SES) status and metrics reporting utility | |
------------------------------------------------------------------ | ||
|
||
:Author: Stephane Thiell <[email protected]> | ||
:Date: 2022-11-14 | ||
:Date: 2023-02-16 | ||
:Copyright: Apache License Version 2.0 | ||
:Version: 0.3.13 | ||
:Version: 0.4.0 | ||
:Manual section: 1 | ||
:Manual group: sasutils | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,9 @@ install -p -m 0644 doc/man/man1/ses_report.1 %{buildroot}/%{_mandir}/man1/ | |
%license LICENSE.txt | ||
|
||
%changelog | ||
* Thu Feb 16 2023 Stephane Thiell <[email protected]> 0.4.0-1 | ||
- update version | ||
|
||
* Mon Nov 14 2022 Stephane Thiell <[email protected]> 0.3.13-1 | ||
- update version | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: sasutils | ||
Version: 0.3.13 | ||
Version: 0.4.0 | ||
Release: 1%{?dist} | ||
Summary: Serial Attached SCSI (SAS) utilities | ||
|
||
|
@@ -51,6 +51,9 @@ install -p -m 0644 doc/man/man1/ses_report.1 %{buildroot}/%{_mandir}/man1/ | |
%license LICENSE.txt | ||
|
||
%changelog | ||
* Thu Feb 16 2023 Stephane Thiell <[email protected]> 0.4.0-1 | ||
- update version | ||
|
||
* Mon Nov 14 2022 Stephane Thiell <[email protected]> 0.3.13-1 | ||
- update version | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright (C) 2016, 2017, 2018, 2019, 2021, 2022 | ||
# Copyright (C) 2016, 2017, 2018, 2019, 2021, 2022, 2023 | ||
# The Board of Trustees of the Leland Stanford Junior University | ||
# Written by Stephane Thiell <[email protected]> | ||
# | ||
|
@@ -17,7 +17,7 @@ | |
|
||
from setuptools import setup, find_packages | ||
|
||
VERSION = '0.3.13' | ||
VERSION = '0.4.0' | ||
|
||
setup(name='sasutils', | ||
version=VERSION, | ||
|