Releases: stanford-rc/sasutils
Releases · stanford-rc/sasutils
v0.6.1
v0.6.0
What's Changed
- Always sanitize sysfs values (avoid binary output, especially with Dell HBA355e which has a weird board name)
- Show linkrate information in verbose output by @chriscray in #16
![sasutil-linkrate-ftw](https://private-user-images.githubusercontent.com/1494929/384486204-e671a4dc-c504-45c6-8e81-93551e959a5e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MDgwMDMsIm5iZiI6MTczODkwNzcwMywicGF0aCI6Ii8xNDk0OTI5LzM4NDQ4NjIwNC1lNjcxYTRkYy1jNTA0LTQ1YzYtOGU4MS05MzU1MWU5NTlhNWUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMDU1NTAzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YTk0NTYzOTVkNmQ5ZjdjMjc0OGNkNmIzNmE4NzZhOTdkYTM4NTRlNmI4MjAzODEyZWRlMDM5YTFlZDgyMGQzMyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.UHjvg4vgh7njhNkdK3qmNkTBESdz_S-loVEgRUerRu4)
New Contributors
- @chriscray made their first contribution in #16
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Tape support!
- Major rewrite of
sas_devices
- support other scsi devices (not only block devices), like tape drives and medium changers.
- new argument
-o, --format
to specify the fields to display
- Added
sas_st_snic_alias
to create convenient udev aliases of SAS tape drives when they are attached to an enclosure like SAS switches. The aliases are derived from the SES subenclosure nickname + bay number provided in sysfs which depends on cabling, not the drive serial number. The script is also meant to be an example and should be adapted to specific needs. - Improved IO display in
sas_discover --counters
(to monitor SCSI commands)
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Full Changelog: v0.3.13...v0.4.0