LLNL / lmt

Lustre Monitoring Tools
GNU General Public License v2.0
67 stars 21 forks source link

Lustre version detection issue breaks compatability tests #49

Closed ofaaland closed 4 years ago

ofaaland commented 4 years ago

Make check runs lmtmetric against several lustre versions' /proc file formats via the content in test/lustre_versions/. Commit

allows lmt to correctly parse Lustre v2.10 version files, but in doing so forces the version found under /proc or /sys to be used. This prevents lmtmetric from working properly against the test/lustre_versions, because the lustre version found determines what paths are opened to obtain metrics, and the lustre version used is always the one on the machine the test is run on.