From 20e3645aca16197598d7f37f222e6342d1cab9ed Mon Sep 17 00:00:00 2001 From: Stephane Thiell Date: Fri, 8 Nov 2024 10:24:21 -0800 Subject: [PATCH] Release 0.6.0 --- README.rst | 6 ++++++ doc/man/man1/sas_counters.1 | 2 +- doc/man/man1/sas_devices.1 | 2 +- doc/man/man1/sas_discover.1 | 2 +- doc/man/man1/ses_report.1 | 2 +- doc/txt/sas_counters.txt | 4 ++-- doc/txt/sas_devices.txt | 4 ++-- doc/txt/sas_discover.txt | 4 ++-- doc/txt/ses_report.txt | 4 ++-- sasutils-el7.spec | 5 ++++- sasutils.spec | 5 ++++- setup.py | 2 +- 12 files changed, 27 insertions(+), 15 deletions(-) diff --git a/README.rst b/README.rst index f0a6666..6fd54b0 100644 --- a/README.rst +++ b/README.rst @@ -30,6 +30,12 @@ Also, a few "zeroconf" udev scripts for use in udev rules that create friendly d While **sasutils** gets most of the system data from sysfs (/sys), `sg_ses` (available in sg3_utils or sg3-utils) and `smp_discover` (available in smp_utils or smp-utils) are required for some SES features to work. +.. warning:: + + **sasutils** is known to be broken with the new SAS 24Gb/s Broadcom driver mpi3mr. This driver is currently not + creating sas objects (sas_host, etc.) in sysfs, which are used by sasutils. Suggestions are welcome. + + sas_counters ------------ diff --git a/doc/man/man1/sas_counters.1 b/doc/man/man1/sas_counters.1 index 762ff27..18176d7 100644 --- a/doc/man/man1/sas_counters.1 +++ b/doc/man/man1/sas_counters.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH SAS_COUNTERS 1 "2023-10-01" "0.5.0" "sasutils" +.TH SAS_COUNTERS 1 "2024-11-08" "0.6.0" "sasutils" .SH NAME sas_counters \- show Serial Attached SCSI (SAS) counters . diff --git a/doc/man/man1/sas_devices.1 b/doc/man/man1/sas_devices.1 index 7029e36..144c4bb 100644 --- a/doc/man/man1/sas_devices.1 +++ b/doc/man/man1/sas_devices.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH SAS_DEVICES 1 "2023-10-01" "0.5.0" "sasutils" +.TH SAS_DEVICES 1 "2024-11-08" "0.6.0" "sasutils" .SH NAME sas_devices \- show Serial Attached SCSI (SAS) enclosures and devices . diff --git a/doc/man/man1/sas_discover.1 b/doc/man/man1/sas_discover.1 index c664bd5..7986f26 100644 --- a/doc/man/man1/sas_discover.1 +++ b/doc/man/man1/sas_discover.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH SAS_DISCOVER 1 "2023-10-01" "0.5.0" "sasutils" +.TH SAS_DISCOVER 1 "2024-11-08" "0.6.0" "sasutils" .SH NAME sas_discover \- display Serial Attached SCSI (SAS) topology . diff --git a/doc/man/man1/ses_report.1 b/doc/man/man1/ses_report.1 index 59b1f7b..a00ad13 100644 --- a/doc/man/man1/ses_report.1 +++ b/doc/man/man1/ses_report.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH SES_REPORT 1 "2023-10-01" "0.5.0" "sasutils" +.TH SES_REPORT 1 "2024-11-08" "0.6.0" "sasutils" .SH NAME ses_report \- SCSI Enclosure Services (SES) status and metrics reporting utility . diff --git a/doc/txt/sas_counters.txt b/doc/txt/sas_counters.txt index ba8602c..2efa7e5 100644 --- a/doc/txt/sas_counters.txt +++ b/doc/txt/sas_counters.txt @@ -7,9 +7,9 @@ show Serial Attached SCSI (SAS) counters ---------------------------------------- :Author: Stephane Thiell -:Date: 2023-10-01 +:Date: 2024-11-08 :Copyright: Apache License Version 2.0 -:Version: 0.5.0 +:Version: 0.6.0 :Manual section: 1 :Manual group: sasutils diff --git a/doc/txt/sas_devices.txt b/doc/txt/sas_devices.txt index 8df09ca..02ad9bd 100644 --- a/doc/txt/sas_devices.txt +++ b/doc/txt/sas_devices.txt @@ -7,9 +7,9 @@ show Serial Attached SCSI (SAS) enclosures and devices ------------------------------------------------------ :Author: Stephane Thiell -:Date: 2023-10-01 +:Date: 2024-11-08 :Copyright: Apache License Version 2.0 -:Version: 0.5.0 +:Version: 0.6.0 :Manual section: 1 :Manual group: sasutils diff --git a/doc/txt/sas_discover.txt b/doc/txt/sas_discover.txt index 9fa6138..d9e6f38 100644 --- a/doc/txt/sas_discover.txt +++ b/doc/txt/sas_discover.txt @@ -7,9 +7,9 @@ display Serial Attached SCSI (SAS) topology ------------------------------------------- :Author: Stephane Thiell -:Date: 2023-10-01 +:Date: 2024-11-08 :Copyright: Apache License Version 2.0 -:Version: 0.5.0 +:Version: 0.6.0 :Manual section: 1 :Manual group: sasutils diff --git a/doc/txt/ses_report.txt b/doc/txt/ses_report.txt index 706f05f..caf8286 100644 --- a/doc/txt/ses_report.txt +++ b/doc/txt/ses_report.txt @@ -7,9 +7,9 @@ SCSI Enclosure Services (SES) status and metrics reporting utility ------------------------------------------------------------------ :Author: Stephane Thiell -:Date: 2023-10-01 +:Date: 2024-11-08 :Copyright: Apache License Version 2.0 -:Version: 0.5.0 +:Version: 0.6.0 :Manual section: 1 :Manual group: sasutils diff --git a/sasutils-el7.spec b/sasutils-el7.spec index e90054f..1807b62 100644 --- a/sasutils-el7.spec +++ b/sasutils-el7.spec @@ -1,5 +1,5 @@ Name: sasutils -Version: 0.5.0 +Version: 0.6.0 Release: 1%{?dist} Summary: Serial Attached SCSI (SAS) utilities @@ -52,6 +52,9 @@ install -p -m 0644 doc/man/man1/ses_report.1 %{buildroot}/%{_mandir}/man1/ %license LICENSE.txt %changelog +* Fri Nov 8 2024 Stephane Thiell 0.6.0-1 +- update version + * Sun Oct 1 2023 Stephane Thiell 0.5.0-1 - update version diff --git a/sasutils.spec b/sasutils.spec index 898667b..fc45264 100644 --- a/sasutils.spec +++ b/sasutils.spec @@ -1,5 +1,5 @@ Name: sasutils -Version: 0.5.0 +Version: 0.6.0 Release: 1%{?dist} Summary: Serial Attached SCSI (SAS) utilities @@ -52,6 +52,9 @@ install -p -m 0644 doc/man/man1/ses_report.1 %{buildroot}/%{_mandir}/man1/ %license LICENSE.txt %changelog +* Fri Nov 8 2024 Stephane Thiell 0.6.0-1 +- update version + * Sun Oct 1 2023 Stephane Thiell 0.5.0-1 - update version diff --git a/setup.py b/setup.py index f78fd62..ea63465 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ from setuptools import setup, find_packages -VERSION = '0.5.0' +VERSION = '0.6.0' setup(name='sasutils', version=VERSION,