Merge ""SUSPENDED" description changed in server_concepts guide and API REF"

This commit is contained in:
Zuul 2019-11-14 03:08:11 +00:00 committed by Gerrit Code Review
commit bd0eab8ff5
2 changed files with 13 additions and 13 deletions

View File

@ -70,12 +70,12 @@ server status is one of the following values:
- ``SUSPENDED``: The server is suspended, either by request or - ``SUSPENDED``: The server is suspended, either by request or
necessity. This status appears for only the following hypervisors: necessity. This status appears for only the following hypervisors:
XenServer/XCP, KVM, and ESXi. Administrative users may suspend a XenServer/XCP, KVM, and ESXi. When you suspend a server, its state is stored
server if it is infrequently used or to perform system maintenance. on disk, all memory is written to disk, and the server is stopped.
When you suspend a server, its state is stored on disk, all Suspending a server is similar to placing a device in hibernation and its
memory is written to disk, and the server is stopped. occupied resource will not be freed but rather kept for when the server is
Suspending a server is similar to placing a device in hibernation; resumed. If an instance is infrequently used and the occupied resource needs
memory and vCPUs become available to create other servers. to be freed to create other servers, it should be shelved.
- ``UNKNOWN``: The state of the server is unknown. It could be because a part - ``UNKNOWN``: The state of the server is unknown. It could be because a part
of the infrastructure is temporarily down (see :doc:`down_cells` of the infrastructure is temporarily down (see :doc:`down_cells`

View File

@ -139,13 +139,13 @@ body. The possible server status values are:
- ``SOFT_DELETED``. The server is marked as deleted but the disk - ``SOFT_DELETED``. The server is marked as deleted but the disk
images are still available to restore. images are still available to restore.
- ``SUSPENDED``. The server is suspended, either by request or - ``SUSPENDED``. The server is suspended, either by request or
necessity. This status appears for only the XenServer/XCP, KVM, and necessity. This status appears for only the following hypervisors:
ESXi hypervisors. Administrative users can suspend an instance if it XenServer/XCP, KVM, and ESXi. When you suspend a server, its state is stored
is infrequently used or to perform system maintenance. When you on disk, all memory is written to disk, and the server is stopped.
suspend an instance, its VM state is stored on disk, all memory is Suspending a server is similar to placing a device in hibernation and its
written to disk, and the virtual machine is stopped. Suspending an occupied resource will not be freed but rather kept for when the server is
instance is similar to placing a device in hibernation; memory and resumed. If a server is infrequently used and the occupied resource needs
vCPUs become available to create other instances. to be freed to create other servers, it should be shelved.
- ``UNKNOWN``. The state of the server is unknown. Contact your cloud - ``UNKNOWN``. The state of the server is unknown. Contact your cloud
provider. provider.
- ``VERIFY_RESIZE``. System is awaiting confirmation that the server - ``VERIFY_RESIZE``. System is awaiting confirmation that the server