failover.reboot.other_node

Reboot the other node and wait for it to come back online.

Warning

This makes very few checks on HA systems. You need to know what you’re doing before calling this.

This method is a job.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: options

options

Type: object
Default:
{ "reason": "System upgrade", "graceful": false }

Options for rebooting the other node.

No Additional Properties

Reason

Type: string Default: "System upgrade"

Reason for the system reboot.

Must be at least 1 characters long

Graceful

Type: boolean Default: false

If set, call system.reboot to gracefully reboot the other node. By default, failover.become_passive will be called on the other node to forcefully reboot and simulate a failover event unless there were changes in the other node's boot environment.

Result

Type: null

Returns null when the other node reboot is successfully initiated.



Required roles: FULL_ADMIN