Overview
Failover segments group compute hosts into logical fault domains. Each segment has its own recovery method — determining how instances are relocated when a host fails. Creating well-designed segments is the most important administrative task for Instance HA. Incorrect segment design (too few hosts, wrong recovery method) is the primary cause of failed automatic recovery.Prerequisites
- Administrator role in Polystack Identity
- Compute hosts registered and reachable
- Instance HA service deployed via the deployment console
Segment Design Principles
Match Physical Topology
Group hosts that share a failure domain — the same power circuit, network switch,
or rack. Hosts in the same fault domain should not be in the same segment.
Reserve Enough Headroom
For
auto recovery, maintain 20–30% unused capacity across all hosts in the segment.
For reserved_host, the reserved node must absorb all instances from the largest host.Separate Critical Workloads
Place SLA-critical instances in segments with
reserved_host recovery. Use auto
segments for standard workloads where recovery capacity is shared.Single-Segment Host Membership
A compute host can belong to only one segment. Plan segment boundaries before
registering hosts to avoid re-registration overhead.
Create a Failover Segment
- Dashboard
- CLI
Navigate to Instance HA administration
Navigate to
Instance-HA > Segments (admin view).
Create the segment
Click Create Segment and complete the form:
Save
Click Create Segment. The segment appears in the list with status
ENABLED.Segment created and ready for host registration.
Register Hosts in a Segment
- Dashboard
- CLI
Open the segment
Navigate to Instance-HA > Segments (admin view) and click the segment name.
Add host
Click Add Host and fill in:
Confirm registration
The host appears in the segment host list with
ON_MAINTENANCE: False.Host registered and available as a recovery target.
Manage Segment Lifecycle
- Disable a Segment
- Place Host on Maintenance
- Delete a Segment
Temporarily disable a segment to suppress recovery during maintenance windows.Re-enable after maintenance is complete:
Disable segment
Re-enable segment
Validation
- Dashboard
- CLI
Navigate to Instance-HA > Segments (admin view). Verify:
- All production segments have
Status: ENABLED - Each segment lists the expected compute hosts
- Reserved hosts are correctly flagged for
reserved_hostsegments
Segments are enabled and all compute hosts are registered.
Next Steps
Host Monitors
Configure IPMI and SSH monitors for hosts registered in your segments.
Recovery Methods
Deep-dive into recovery method selection and reserved host configuration.
Engine Configuration
Tune detection timeouts, retry intervals, and engine behaviour.
Architecture
Review the full Instance HA component architecture and deployment topology.
