Protection segments are logical groupings of compute hosts that share a recovery policy.
When a host in a segment fails, Instance HA evacuates all protected instances to other
healthy hosts within the same segment. Segments define the fault domain boundary —
instances can only be recovered to hosts within the same segment.
The Dashboard provides a two-step wizard for creating a segment and adding hosts
in a single workflow.
Dashboard
CLI
1
Open the Create Segment wizard
Navigate to Instance HA > Segments and click Create Segment.
The wizard opens with two steps.
2
Step 1 — Configure the segment
Fill in the segment details:
Field
Type
Required
Default
Description
Segment Name
Text input
Yes
—
Human-readable name for the segment
Recovery Method
Dropdown
Yes
auto
Algorithm for selecting evacuation targets
Service Type
Text input
Yes
compute
Service type (fixed, not editable)
Description
Text area
No
—
Optional notes about the segment
Recovery Method options:
Value
Description
auto
Evacuate to any healthy host in the segment
auto_priority
Evacuate using priority-based host selection
reserved_host
Evacuate only to pre-designated standby hosts
rh_priority
Prefer reserved hosts, fall back to any host
Click Next to proceed. The segment is created at this step.
3
Step 2 — Add hosts to the segment
A table of available compute hosts is displayed. Select one or more hosts
to add to the segment.The host selection table shows:
Column
Description
Editable
Name
Compute host name
No
Zone
Availability zone of the host
No
Updated
Last update timestamp
No
Reserved
Designate as standby host for failover
Yes (toggle switch)
Type
Host type identifier
Yes (text input)
Control Attributes
Monitoring attributes (e.g., SSH, IPMI)
Yes (text input)
On Maintenance
Whether the host is in maintenance mode
Yes (toggle switch)
Only compute hosts that are not already assigned to another segment
appear in the selection table. Each host can belong to only one segment.
Set Reserved to Yes for hosts that should remain idle as standby
capacity. Reserved hosts are used by the reserved_host and rh_priority
recovery methods.
Select your hosts and click Confirm to complete the wizard.
Navigate to Instance HA > Segments. Click the More dropdown on a
segment row and select Delete, or select multiple segments using
checkboxes and click Delete in the batch actions bar.Confirm the deletion in the dialog.
Deleting a segment removes all host registrations within it. Instances
on those hosts will no longer be automatically recovered on host failure.
For most deployments, auto is the recommended starting point. Use
reserved_host or rh_priority only when you have dedicated standby
capacity and strict recovery time requirements.