Suspending instance will not update resource usage

As reported in the bug, "memory and vCPUs NOT become available to
create other instances when suspending instance". So update the
description for ' Suspend and resume an instance'.

Change-Id: I4c11c73fe9ba42e77c86cefe4360ce2496e810e1
Closes-bug: #1402502
This commit is contained in:
liyingjun 2014-12-17 09:52:22 +08:00
parent 1f47054d87
commit ea46567346
1 changed files with 5 additions and 2 deletions

View File

@ -28,8 +28,11 @@
you suspend an instance, its VM state is stored on disk, all
memory is written to disk, and the virtual machine is stopped.
Suspending an instance is similar to placing a device in
hibernation; memory and vCPUs become available to create other
instances.</para>
hibernation.</para>
<note>
<para>Suspending an instance will not free allocated memory or
virtual CPU resources. To release them, delete the instance.</para>
</note>
<listitem>
<para>To initiate a hypervisor-level suspend operation, run
the following command:</para>