File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ # Version 6.1.2 (03/20/2021)
2+
3+ Removed the "switching to the multi-threaded zimon port automatically" feature
4+ Added logic closing the socket connection in case the query to the pmcollector ends up in an Exception
5+ Added new "MOREINFO" level to the logger
6+ Added log tracing for the cherrypy server process pid
7+
8+ Expanded test module with unit tests for the bridgeLogger module
9+
10+
11+
112# Version 6.1.1 (03/05/2021)
213
314Added version tracking inside the bridge module
Original file line number Diff line number Diff line change 11The following matrix gives a quick overview of the supported software for the IBM Spectrum Scale bridge for Grafana packages by version number:
22
3+ # Version 6.1.2 (03/20/2021)
4+ - Python 3.6
5+ - CherryPy 18.6.0
6+ - IBM Spectrum Scale system must run 5.0.5 FP2 and above or
7+ - IBM Spectrum Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.1.0.1
8+ - Grafana 7.1.0 and above
9+
310# Version 6.1.1 (03/05/2021)
411- Python 3.6
512- CherryPy 18.6.0
Original file line number Diff line number Diff line change 2020@author: HWASSMAN
2121'''
2222
23- __version__ = '6.1.1 '
23+ __version__ = '6.1.2 '
You can’t perform that action at this time.
0 commit comments