From ade880fe784ea0e7a10ee77ba53d68c1cd617574 Mon Sep 17 00:00:00 2001 From: Alexander Presnyakov Date: Thu, 11 Sep 2025 14:55:31 +0000 Subject: [PATCH] Return original default value of deactivate_only (False) --- cmapi/cmapi_server/node_manipulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmapi/cmapi_server/node_manipulation.py b/cmapi/cmapi_server/node_manipulation.py index 4d2d9e5dd..f2146a874 100644 --- a/cmapi/cmapi_server/node_manipulation.py +++ b/cmapi/cmapi_server/node_manipulation.py @@ -123,7 +123,7 @@ def add_node( def remove_node( node: str, input_config_filename: str = DEFAULT_MCS_CONF_PATH, output_config_filename: Optional[str] = None, - deactivate_only: bool = True, + deactivate_only: bool = False, use_rebalance_dbroots: bool = True, **kwargs ): """Remove node from a cluster.