details the reboot behavior that a virt driver should follow.

fixes bug 1000774

Change-Id: I5df52f296c86bf00a52f121d440d7ae16a5ee3c9
This commit is contained in:
Armando Migliaccio 2012-10-25 21:27:48 +01:00
parent 4549f13b15
commit 387f520277
2 changed files with 9 additions and 1 deletions

View File

@ -442,7 +442,11 @@
reboot of a server. With a soft reboot, the operating
system is signaled to restart, which allows for a
graceful shutdown of all processes. A hard reboot is
the equivalent of power cycling the server.
the equivalent of power cycling the server. The
virtualization platform should ensure that the reboot
action has completed successfully even in cases in
which the underlying domain/vm is paused or
halted/stopped.
</para>
</section>
<section>

View File

@ -509,6 +509,10 @@
operating system is signaled to restart, which allows
for a graceful shutdown of all processes. A hard
reboot is the equivalent of power cycling the server.
The virtualization platform should ensure that the
reboot action has completed successfully even in cases
in which the underlying domain/vm is paused or
halted/stopped.
</para>
</section>
<section xml:id="Rebuild-d1e416">