This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Ganeti core".
The branch, devel-2.7 has been updated
via bc0fed4b43d2e7c7440423cddfded08cdefd163d (commit)
from 4b8b172db2da14e7bf51a6ef54afac8cf97c8c05 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit bc0fed4b43d2e7c7440423cddfded08cdefd163d
Author: Guido Trotter <[email protected]>
Date: Fri Jan 25 12:31:22 2013 +0100
kvm: fix bug while fetching -device list
_GetKVMOutput expects the command to succeed, but unfortunately on some
versions of kvm "-device ?" will output a correct list of devices, while
exiting with an error code.
To fix this we accept failure in that case (note that this doesn't
change the situation when this command is not supported, as in that case
the output will still not contain the correct string).
This patch also updates the docstring, adding the parameter types and
description.
Signed-off-by: Guido Trotter <[email protected]>
Reviewed-by: Michael Hanselmann <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
lib/hypervisor/hv_kvm.py | 19 ++++++++++++++-----
1 files changed, 14 insertions(+), 5 deletions(-)
hooks/post-receive
--
Ganeti core
--