From: brian Date: Wed, 9 Jul 2008 21:07:14 +0000 (+0000) Subject: b=15625 X-Git-Tag: v1_7_0_51~2^109~2 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=84efd7077c9a971ea55a3153aab83a3813c51524;p=fs%2Flustre-release.git b=15625 i=adilger i=nathan Service Tags. If the service tags package is installed on a Lustre node when a Lustre target is mounted, a service tag will be generated which can then optionally be collected by a Registration Client for addition to the Sun asset inventory system being offered at inventory.sun.com. --- diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index b231aa6..d2b4c81 100644 --- a/lustre/autoconf/lustre-version.ac +++ b/lustre/autoconf/lustre-version.ac @@ -4,6 +4,12 @@ m4_define([LUSTRE_PATCH],[51]) m4_define([LUSTRE_FIX],[0]) # Note: we're starting prerelease versions at 50 this time. +dnl # don't forget to update the service tags info +m4_define([CLIENT_URN],["LUSTRE-165-CLT"]) +m4_define([MDS_URN],["LUSTRE-165-MDS"]) +m4_define([MGS_URN],["LUSTRE-165-MGS"]) +m4_define([OSS_URN],["LUSTRE-165-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)"]) @@ -25,6 +31,10 @@ 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]) @@ -34,3 +44,7 @@ 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])