[#312] update morph remove_nodes #312
1 changed files with 0 additions and 1 deletions
|
@ -341,7 +341,6 @@ class FrostfsAdmMorph(CliCommand):
|
|||
return self._execute(
|
||||
f"morph remove-nodes {' '.join(node_netmap_keys)}",
|
||||
**{param: param_value for param, param_value in locals().items() if param not in ["self", "node_netmap_keys"]},
|
||||
**{param: param_value for param, param_value in locals().items() if param not in ["self", "node_netmap_keys"]},
|
||||
)
|
||||
|
||||
def add_rule(
|
||||
|
|
Loading…
Reference in a new issue