60e03d7bf3
Change-Id: Iea3f4f3d2e5c6040c1e0bc7bfae8719cc7d8ac55
19 lines
749 B
ReStructuredText
19 lines
749 B
ReStructuredText
.. _masakari-guide:
|
|
|
|
=============================================
|
|
Masakari - Virtual Machines High Availability
|
|
=============================================
|
|
|
|
Overview
|
|
~~~~~~~~
|
|
|
|
Masakari provides Instances High Availability Service for OpenStack clouds by
|
|
automatically recovering failed Instances. Currently, Masakari can recover
|
|
KVM-based Virtual Machine(VM)s from failure events such as VM process down,
|
|
provisioning process down, and nova-compute host failure. Masakari also
|
|
provides an API service to manage and control the automated rescue mechanism.
|
|
|
|
Kolla deploys Masakari API, Masakari Engine and Masakari Instance Monitor
|
|
containers which are the main Masakari components only if ``enable_masakari``
|
|
is set in ``/etc/kolla/globals.yml``.
|