支持CM独立升级

This commit is contained in:
coolany
2022-10-18 11:14:31 +08:00
committed by kyosang@163.com
parent 4a933fdebd
commit a78e9382f9
7 changed files with 917 additions and 5 deletions

View File

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