-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
rhel-10.0
-
None
-
No
-
None
-
rhel-storage-management
-
ssg_platform_storage
-
1
-
False
-
False
-
-
None
-
None
-
None
-
None
-
-
All
-
None
The rescan-scsi-bus script is using the "which" tool to find some other tools, but as shown in RHEL-38488 it doesn't have to be installed as some other packages changed their dependency chains. We have 2 options
- add Requires: which into the sg3_utils package, or
- replace the use of "which" by using "command -v" instead, which built into the bash shell (see eg. https://github.com/ibm-s390-linux/s390-tools/commit/0b0960254e8c2b556cefa97f83651a92f54a5e42 for similar change in the s390-tools project).