Patch series for reboot feature, part 1
authorAlexander Schreiber <als@google.com>
Wed, 17 Oct 2007 15:00:59 +0000 (15:00 +0000)
committerAlexander Schreiber <als@google.com>
Wed, 17 Oct 2007 15:00:59 +0000 (15:00 +0000)
commit007a2f3e50e20aa187eff32807c221afb0227986
tree89d0395aa8b832bc0f6b28a47b0e1b7ef152cca2
parentfafa59906e4dd01c54d1011014c5ff5556fadfc9
Patch series for reboot feature, part 1

This patch series implements the reboot command for gnt-instance. It
supports three types of reboot: soft (hypervisor reboot), hard (instance
config rebuild and reboot) and full (full instance shutdown and startup
again).

This patch contains the backend and rpc part of the patch.

Reviewed-by: iustinp
daemons/ganeti-noded
lib/backend.py
lib/constants.py
lib/rpc.py