1 #ifndef _LUSTRE_VER_H_ 2 #define _LUSTRE_VER_H_ 3 /* This file automatically generated from lustre/include/lustre_ver.h.in, 4 * based on parameters in lustre/autoconf/lustre-version.ac. 5 * Changes made directly to this file will be lost. */ 6 7 #define LUSTRE_MAJOR 2 8 #define LUSTRE_MINOR 3 9 #define LUSTRE_PATCH 64 10 #define LUSTRE_FIX 0 11 #define LUSTRE_VERSION_STRING "2.3.64" 12 13 #define LUSTRE_VERSION_CODE OBD_OCD_VERSION(LUSTRE_MAJOR, \ 14 LUSTRE_MINOR, LUSTRE_PATCH, \ 15 LUSTRE_FIX) 16 17 /* liblustre clients are only allowed to connect if their LUSTRE_FIX mismatches 18 * by this amount (set in lustre/autoconf/lustre-version.ac). */ 19 #define LUSTRE_VERSION_ALLOWED_OFFSET OBD_OCD_VERSION(0, 0, 1, 32) 20 21 /* If lustre version of client and servers it connects to differs by more 22 * than this amount, client would issue a warning. 23 * (set in lustre/autoconf/lustre-version.ac) */ 24 #define LUSTRE_VERSION_OFFSET_WARN OBD_OCD_VERSION(0, 4, 0, 0) 25 26 #endif 27