summaryrefslogtreecommitdiff
path: root/api-guide/source/server_concepts.rst
diff options
context:
space:
mode:
Diffstat (limited to 'api-guide/source/server_concepts.rst')
-rw-r--r--api-guide/source/server_concepts.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/api-guide/source/server_concepts.rst b/api-guide/source/server_concepts.rst
index 62d8331891..9341965140 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.
@@ -1048,7 +1048,7 @@ Nova is able to write metadata to a special configuration drive that attaches
to the server when it boots. The server can mount this drive and read files
from it to get information that is normally available through the metadata
service. For more details, refer to the :nova-doc:`user guide
-<user/metadata.html>`.
+<user/metadata.html#config-drives>`.
User data
---------