Skip to content

Commit

Permalink
rescan-scsi-bus.sh: fix multipath resize without update, https://gith…
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-gilbert committed Oct 16, 2023
1 parent dbd2d27 commit 89427a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Each utility has its own version number, date of last change and
some description at the top of its ".c" file. All utilities in the main
directory have their own "man" pages. There is also a sg3_utils man page.

Changelog for pre-release sg3_utils-1.49 [20231015] [svn: r1053]
Changelog for pre-release sg3_utils-1.49 [20231016] [svn: r1055]
- apply https://github.com/doug-gilbert/sg3_utils/pull/39
and its revision [20230807] mainly for Android
- sg_inq: update version descriptors to T10 table 20230814
Expand All @@ -15,6 +15,8 @@ Changelog for pre-release sg3_utils-1.49 [20231015] [svn: r1053]
- sg_turs: fix missing CDB on several codepaths
- sg_requests: improve buffer truncation
- sg_get_elem_status: various improvements
- rescan-scsi-bus.sh: fix multipath resize without update
https://github.com/doug-gilbert/sg3_utils/pull/43.diff
- new error code: SG_LIB_PROGRESS_NOT_READY for long
duration 'in progress' additional sense codes
- lib/sg_pt_solaris.c : fix compilation issue per
Expand Down
1 change: 1 addition & 0 deletions scripts/rescan-scsi-bus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,7 @@ findresized()
local mpathsize=
declare -a mpathsizes

[ -e "$TMPLUNINFOFILE" ] || getallmultipathinfo
if [ -z "$lunsearch" ] ; then
devs=$(ls /sys/class/scsi_device/)
else
Expand Down

0 comments on commit 89427a6

Please sign in to comment.