Details
-
Bug
-
Resolution: Fixed
-
Trivial
-
Lustre 2.12.8, Lustre 2.15.1
-
3
-
9223372036854775807
Description
The code in config/lustre-build-ldiskfs.m4 for detecting Ubuntu kernel version is not working correctly.
A Ubuntu kernel version looks like 5.4.0-126-generic, the
AS_VERSION_COMPARE([$LINUXRELEASE],[5.8.0],[
code lines doesn't work as intended.