summaryrefslogtreecommitdiff
path: root/api-guide
diff options
context:
space:
mode:
authorAmit Uniyal <auniyal@redhat.com>2022-07-29 11:34:21 +0000
committerAmit Uniyal <auniyal@redhat.com>2022-08-02 04:18:10 +0000
commit1495d802c6a6b2ce3b92d59686e1e0e23a28c21f (patch)
treef5bb06ba9eee2e9ff80949aabb29573fafd90f57 /api-guide
parent0bea7f6b6bcd0f2494c3e1a224bfd71a388ab258 (diff)
downloadnova-1495d802c6a6b2ce3b92d59686e1e0e23a28c21f.tar.gz
Updated Suspend definition in server concepts doc
Closes-Bug: #1943881 Change-Id: Icb8de13f665c340cd5d863654f8ad981de21293d
Diffstat (limited to 'api-guide')
-rw-r--r--api-guide/source/server_concepts.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/api-guide/source/server_concepts.rst b/api-guide/source/server_concepts.rst
index 62d8331891..f6d07a99d0 100644
--- a/api-guide/source/server_concepts.rst
+++ b/api-guide/source/server_concepts.rst
@@ -518,12 +518,12 @@ Server actions
- **Suspend**, **Resume**
- Administrative users might want to suspend a server if it is
- infrequently used or to perform system maintenance. When you suspend
- a server, its VM state is stored on disk, all memory is written to
- disk, and the virtual machine is stopped. Suspending a server is
- similar to placing a device in hibernation; memory and vCPUs become
- available to create other servers.
+ Users might want to suspend a server if it is infrequently used or
+ to perform system maintenance. When you suspend a server, its VM state
+ is stored on disk, all memory is written to disk, and the virtual machine
+ 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 resumed.
Resume will resume a suspended server to an active state.