![Adam Spiers](/assets/img/avatar_default.png)
Move the draft of the restructured HA guide to this dedicated repository, in order to focus reviews on a smaller, more specialist audience and accelerate development. Change-Id: I95a4b46fecaafafd1beb8314d1cf795b60fb17a8
931 B
931 B
Introduction to high availability
High availability systems seek to minimize the following issues:
- System downtime: Occurs when a user-facing service is unavailable beyond a specified maximum amount of time.
- Data loss: Accidental deletion or destruction of data.
Most high availability systems guarantee protection against system
downtime and data loss only in the event of a single failure. However,
they are also expected to protect against cascading failures, where a
single failure deteriorates into a series of consequential failures.
Many service providers guarantee a Service Level Agreement (SLA)
including uptime
percentage of computing service, which is calculated based on the
available time and system downtime excluding planned outage time.
intro-ha-key-concepts.rst intro-ha-common-tech.rst