Improve node output messages (from pvchealthd)

1. Output startup "list" entries in cyan with s state
2. Add start of keepalive run message
This commit is contained in:
2023-11-29 16:29:43 -05:00
parent 077dd8708f
commit 4a2eba0961
2 changed files with 18 additions and 14 deletions

View File

@ -700,6 +700,10 @@ def node_keepalive(logger, config, zkhandler, this_node):
active_coordinator_state = this_node.coordinator_state
runtime_start = datetime.now()
logger.out(
"Starting node keepalive run",
state="t",
)
# Set the migration selector in Zookeeper for clients to read
if config["enable_hypervisor"]: