There's no good reason to set kill_vm_gracefully=no for system_powerdown.
Furthermore, killing the VM ungracefully (with 'quit') can severely damage the
filesystem (I witnessed that at least once).
Therefore, revert to the default, which is kill_vm_gracefully=yes.

Signed-off-by: Michael Goldish <mgold...@redhat.com>
---
 client/tests/kvm/tests_base.cfg.sample |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/client/tests/kvm/tests_base.cfg.sample 
b/client/tests/kvm/tests_base.cfg.sample
index b8288fc..c9dfd0b 100644
--- a/client/tests/kvm/tests_base.cfg.sample
+++ b/client/tests/kvm/tests_base.cfg.sample
@@ -302,7 +302,6 @@ variants:
         shutdown_method = system_powerdown
         sleep_before_powerdown = 20
         kill_vm = yes
-        kill_vm_gracefully = no
 
     - system_reset: install setup unattended_install
         type = boot
-- 
1.5.4.1

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to