Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
Lustre 2.12.8, Lustre 2.15.1
-
None
-
Servers: CentOS 7.9 (3.10.0-1160.49.1.el7.x86_64), Lustre 2.12.8, ZFS 0.8.5
2.12 Clients: CentOS 7.9 (3.10.0-1160.53.1.el7.x86_64), Lustre 2.12.8
2.15 Clients: CentOS 7.9 (3.10.0-1160.76.1.el7.x86_64), Lustre 2.15.1
-
3
-
9223372036854775807
Description
Even though lu_extent.e_start and lu_extent.e_end are u64 type, we convert them to s64 and check whether they are negative values on MDS. All negative values except -1 (EOF) are regarded as invalid.