OSDN Git Service

add
[bytom/vapor.git] / toolbar / precog / common / const.go
index 3962b77..d22f93b 100644 (file)
@@ -4,7 +4,7 @@ const (
        NodeUnknownStatus uint8 = iota
        NodeHealthyStatus
        NodeCongestedStatus
-       NodeBusyStatus
+       NodeOrphanStatus
        NodeOfflineStatus
 )
 
@@ -12,6 +12,6 @@ var StatusMap = map[uint8]string{
        NodeUnknownStatus:   "unknown",
        NodeHealthyStatus:   "healthy",
        NodeCongestedStatus: "congested",
-       NodeBusyStatus:      "busy",
+       NodeOrphanStatus:    "orphan",
        NodeOfflineStatus:   "offline",
 }