diff --git a/api-guide/source/server_concepts.rst b/api-guide/source/server_concepts.rst index 8155126860..921dfff182 100644 --- a/api-guide/source/server_concepts.rst +++ b/api-guide/source/server_concepts.rst @@ -69,8 +69,9 @@ server status is one of the following values: expires, the server will be deleted permanently. - ``SUSPENDED``: The server is suspended, either by request or - necessity. This status appears for only the following hypervisors: - XenServer/XCP, KVM, and ESXi. When you suspend a server, its state is stored + necessity. See the + :nova-doc:`feature support matrix ` + for supported compute drivers. When you suspend a server, its state is stored on disk, all memory is written to disk, and the server is stopped. Suspending a server is similar to placing a device in hibernation and its occupied resource will not be freed but rather kept for when the server is diff --git a/api-ref/source/servers.inc b/api-ref/source/servers.inc index 742a4ad6e1..6334a96fef 100644 --- a/api-ref/source/servers.inc +++ b/api-ref/source/servers.inc @@ -139,8 +139,7 @@ body. The possible server status values are: - ``SOFT_DELETED``. The server is marked as deleted but the disk images are still available to restore. - ``SUSPENDED``. The server is suspended, either by request or - necessity. This status appears for only the following hypervisors: - XenServer/XCP, KVM, and ESXi. When you suspend a server, its state is stored + necessity. When you suspend a server, its state is stored on disk, all memory is written to disk, and the server is stopped. Suspending a server is similar to placing a device in hibernation and its occupied resource will not be freed but rather kept for when the server is