Skip to content

Commit

Permalink
docs: Add evacuation pre-conditions around the src host
Browse files Browse the repository at this point in the history
These were previously not listed but are important to re-enforce to
avoid corruption of instances during an evacuation.

Change-Id: Ia80dba0ade98940a5c4f94a9d2095e3c9ef21f97
  • Loading branch information
lyarwood committed May 6, 2020
1 parent 6ba06e2 commit 40e3366
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api-ref/source/servers-action-evacuate.inc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Evacuates a server from a failed host to a new host.
- In the request body, if ``onSharedStorage`` is set, then do not set ``adminPass``.
- The target host should not be the same as the instance host.

**Preconditions**

- The failed host must be fenced and no longer running the original server.
- The failed host must be reported as down or marked as forced down using
`Update Forced Down`_.

Starting from API version 2.68, the ``force`` parameter is no longer accepted
as this could not be meaningfully supported by servers with complex resource
allocations.
Expand Down

0 comments on commit 40e3366

Please sign in to comment.