X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fautoconf%2Flustre-version.ac;h=2f38b58fa1861bf814cb1055cfc57c51f089f914;hp=4b1308ccf6ed607cd4b3c2664ca51cd72c34c4a7;hb=c14959687ffbcaa1d539b7cd1bc344eba88c5f17;hpb=440d5b2c1e96c02fed5b839f5cd354032482cd3f diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index 4b1308c..2f38b58 100644 --- a/lustre/autoconf/lustre-version.ac +++ b/lustre/autoconf/lustre-version.ac @@ -3,12 +3,6 @@ m4_define([LUSTRE_MINOR],[1]) m4_define([LUSTRE_PATCH],[54]) m4_define([LUSTRE_FIX],[0]) -dnl # don't forget to update the service tags info -m4_define([CLIENT_URN],["LUSTRE-210-CLT"]) -m4_define([MDS_URN],["LUSTRE-210-MDS"]) -m4_define([MGS_URN],["LUSTRE-210-MGS"]) -m4_define([OSS_URN],["LUSTRE-210-OSS"]) - dnl # liblustre delta is 0.0.1.32 , next version with fixes is ok, but dnl # after following release candidate/beta would spill this warning already. m4_define([LUSTRE_VER_ALLOWED_OFFSET],["OBD_OCD_VERSION(0,0,1,32)"]) @@ -30,10 +24,6 @@ m4_define([LUSTRE_VERSION],m4_if(LUSTRE_FIX,[0],LUSTRE_MAJOR.LUSTRE_MINOR.LUSTRE [AC_LUSTRE_VER_ALLOWED_OFFSET]=LUSTRE_VER_ALLOWED_OFFSET [AC_LUSTRE_LIB_VER_OFFSET_WARN]=LUSTRE_LIB_VER_OFFSET_WARN [AC_LUSTRE_CLI_VER_OFFSET_WARN]=LUSTRE_CLI_VER_OFFSET_WARN -[AC_LUSTRE_CLIENT_URN]=CLIENT_URN -[AC_LUSTRE_MGS_URN]=MGS_URN -[AC_LUSTRE_MDS_URN]=MDS_URN -[AC_LUSTRE_OSS_URN]=OSS_URN AC_SUBST([AC_LUSTRE_MAJOR]) AC_SUBST([AC_LUSTRE_MINOR]) @@ -43,7 +33,3 @@ AC_SUBST([AC_LUSTRE_VERSION_STRING]) AC_SUBST([AC_LUSTRE_VER_ALLOWED_OFFSET]) AC_SUBST([AC_LUSTRE_LIB_VER_OFFSET_WARN]) AC_SUBST([AC_LUSTRE_CLI_VER_OFFSET_WARN]) -AC_SUBST([AC_LUSTRE_CLIENT_URN]) -AC_SUBST([AC_LUSTRE_MDS_URN]) -AC_SUBST([AC_LUSTRE_MGS_URN]) -AC_SUBST([AC_LUSTRE_OSS_URN])