[Users] oVirt 3.2 and Solaris 10 guests

Dan Kenigsberg danken at redhat.com
Sun Feb 24 21:21:20 UTC 2013


On Sun, Feb 24, 2013 at 07:18:46PM +0100, René Koch wrote:
> Thanks a lot for your feedback.
> 
> I'll try to play around with qemu options next week and try to find out which setting causes this issue.
> What's the best way for changing this options - using hook scripts I guess...

I'm told that unsetting this option is not possible in Engine. So yeah,
you are left with either hook script or a temporary hack of

diff --git a/vdsm/clientIF.py b/vdsm/clientIF.py
index 38aa0d7..b489e0e 100644
--- a/vdsm/clientIF.py
+++ b/vdsm/clientIF.py
@@ -341,6 +341,7 @@ class clientIF:
         return res['status']['code']
 
     def createVm(self, vmParams):
+        vmParams['acpiEnable'] = False
         self.vmContainerLock.acquire()
         self.log.info("vmContainerLock acquired by vm %s",
                           vmParams['vmId'])



More information about the Users mailing list