Skip to content

Commit

Permalink
update docstring for sys step-down (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
briantist committed Oct 15, 2023
1 parent ade6739 commit 1a4df90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hvac/api/system_backend/leader.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ def read_leader_status(self):
def step_down(self):
"""Force the node to give up active status.
If the node does not have active status, this endpoint does nothing.
When executed against a non-active node, i.e. a standby or performance
standby node, the request will be forwarded to the active node.
Note that the node will sleep for ten seconds before attempting to grab
the active lock again, but if no standby nodes grab the active lock in
the interim, the same node may become the active node again. Requires a
Expand Down

0 comments on commit 1a4df90

Please sign in to comment.