Move cli_nova_evacuate.rst out of common/

The Cloud Admin Guide compute-node-down.rst file
has been reworked to link to the User Admin User
Guide rather than include cli_nova_evacuate.rst
directly.

This means that cli_nova_evacuate.rst is no
longer a common file, and it has been moved into
user-guide-admin/source/

Change-Id: Ia4f23bf4aa73d2098863eecb9240182e3939fd87
This commit is contained in:
Brian Moss 2015-08-25 14:10:50 +10:00
parent a5fb08c966
commit 1cd948697d
3 changed files with 9 additions and 10 deletions

View File

@ -8,18 +8,19 @@ If Compute is deployed with a shared file system, and a node fails,
there are several methods to quickly recover from the failure. This
section discusses manual recovery.
.. TODO include common/cli_nova_evacuate.rst
Evacuate instances
~~~~~~~~~~~~~~~~~~
If a cloud compute node fails due to a hardware malfunction or another reason,
you can evacuate instances using the :command:`nova evacuate` command. See the
`Admin User Guide
<http://docs.openstack.org/user-guide-admin/cli_nova_evacuate.html>`__.
.. _nova-compute-node-down-manual-recovery:
Manual recovery
~~~~~~~~~~~~~~~
To recover a KVM or libvirt compute node, see
the section called :ref:`nova-compute-node-down-manual-recovery`. For
all other hypervisors, use this procedure:
**Recovering from a failed compute node manually**
Use this procedure to recover a failed compute node manually:
#. Identify the VMs on the affected hosts. To do this, you can use a
combination of :command:`nova list` and :command:`nova show` or

View File

@ -8,7 +8,7 @@ This section includes tasks specific to the OpenStack environment.
:maxdepth: 2
cli_nova_specify_host.rst
common/cli_nova_evacuate.rst
cli_nova_evacuate.rst
cli_nova_migrate.rst
cli_admin_manage_ip_addresses.rst
cli_admin_manage_stacks.rst

View File

@ -1,5 +1,3 @@
:orphan:
==================
Evacuate instances
==================