Updated Suspend definition in server concepts doc

Closes-Bug: #1943881
Change-Id: Icb8de13f665c340cd5d863654f8ad981de21293d
This commit is contained in:
Amit Uniyal 2022-07-29 11:34:21 +00:00
parent 0bea7f6b6b
commit 1495d802c6

View File

@ -518,12 +518,12 @@ Server actions
- **Suspend**, **Resume** - **Suspend**, **Resume**
Administrative users might want to suspend a server if it is Users might want to suspend a server if it is infrequently used or
infrequently used or to perform system maintenance. When you suspend to perform system maintenance. When you suspend a server, its VM state
a server, its VM state is stored on disk, all memory is written to is stored on disk, all memory is written to disk, and the virtual machine
disk, and the virtual machine is stopped. Suspending a server is is stopped. Suspending a server is similar to placing a device in
similar to placing a device in hibernation; memory and vCPUs become hibernation and its occupied resource will not be freed but rather kept
available to create other servers. for when the server is resumed.
Resume will resume a suspended server to an active state. Resume will resume a suspended server to an active state.