ClusterLabs / hawk

A web-based GUI for managing and monitoring the Pacemaker High-Availability cluster resource manager
http://hawk-ui.github.io/
GNU General Public License v2.0
151 stars 51 forks source link

Fix detection of partial upgrade #260

Closed petrpavlu closed 2 years ago

petrpavlu commented 2 years ago

Partial upgrade detection is based on reading crm_feature_set operation attributes but they record only a version of the designated controller which was active when a given operation was run. Fix this detection by instead querying #feature-set transient attributes.