Skip to content

Commit

Permalink
GPFS: RHEL9.2 recommended version
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPitterling committed May 31, 2024
1 parent 5216144 commit 0a2ddf1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/lib/check/4500_ibm-gpfs_version_intel.check
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function check_4500_ibm-gpfs_version_intel {
local -r _goodversion51='5.1.0.2' #supported only on RHEL 7.7, starting with RHEL 8.1 and SLES 15 SP0
local -r _goodversion51n='5.1.2.11' #RHEL7.7,8.4 and SLES15.2
local -r _goodversion51nn='5.1.9.1' #SLES15.3,15.4
local -r _goodversion51nnn='5.1.9.2' #RHEL9.2
# MODIFICATION SECTION<<

#2908360 - Spectrum Scale Software Lenovo ESD Platform
Expand All @@ -38,9 +39,9 @@ function check_4500_ibm-gpfs_version_intel {

case "${OS_VERSION}" in

6.* | 7.[0-6] | 8.0 ) _goodversion=${_goodversion51} ;;
8.[1-3] ) _goodversion=${_goodversion51} ;;
*) _goodversion=${_goodversion51n} ;;
6.* | 7.[0-6] | 8.[1-3] ) _goodversion=${_goodversion51} ;;
7.* | 8.* | 9.[0-1] ) _goodversion=${_goodversion51n} ;;
9.* ) _goodversion=${_goodversion51nnn} ;;

esac

Expand Down

0 comments on commit 0a2ddf1

Please sign in to comment.