diff --git a/cmapi/cmapi_server/handlers/cluster.py b/cmapi/cmapi_server/handlers/cluster.py index 10a213fb7..f2d8f892b 100644 --- a/cmapi/cmapi_server/handlers/cluster.py +++ b/cmapi/cmapi_server/handlers/cluster.py @@ -83,6 +83,7 @@ class ClusterHandler(): r_json = r.json() if len(r_json.get('services', 0)) == 0: r_json['dbrm_mode'] = 'offline' + r_json['cluster_mode'] = 'offline' response[f'{str(node)}'] = r_json num_nodes += 1