Add morph remove node command #14
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-testlib#14
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "anikeev-yadro/frostfs-testlib:anikeev/add_morph_remove_node"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add new comnand to remove node from netwok map
Signed-off-by: anikeev-yadro a.anikeev@yadro.com
69ffed53bf
tod2e1c56ed4
@ -356,1 +356,4 @@
)
def remove_node(
self, node_netmap_key: str, rpc_endpoint: Optional[str] = None, alphabet: Optional[str] = None
The parameter
alphabet
should be renamed toalphabet_wallets
fixed
@ -357,0 +370,4 @@
Command's result.
"""
return self._execute(
f"morph remove-nodes '{node_netmap_key}'",
neofs-adm supports removing multiple nodes in one command, maybe reflect this in the function interface?
fixed
d2e1c56ed4
to539d4c29e6
539d4c29e6
toe73585cf50