!342 集群管理组件支持增量升级

Merge pull request !342 from coolany/master
This commit is contained in:
opengauss-bot
2022-12-10 03:03:44 +00:00
committed by Gitee
7 changed files with 917 additions and 5 deletions

View File

@ -330,6 +330,7 @@ class DefaultValue():
# cluster status
CLUSTER_STATUS_NORMAL = "Normal"
CLUSTER_STATUS_DEGRADED = "Degraded"
CLUSTER_STATUS_UNAVAILABLE = "Unavailable"
###########################
# instance role
###########################