From 36ac20e5a7fcf5eaa3e4e49273bb8d1f8f4725d7 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Wed, 13 Mar 2019 20:28:33 -0400 Subject: [PATCH] Increase state length width --- client-common/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-common/node.py b/client-common/node.py index bce9cb67..fdf98675 100644 --- a/client-common/node.py +++ b/client-common/node.py @@ -264,7 +264,7 @@ def get_list(zk_conn, limit): node_name_length = 5 daemon_state_length = 7 coordinator_state_length = 12 - domain_state_length = 7 + domain_state_length = 8 domains_count_length = 4 cpu_count_length = 5 load_length = 5