[Libvirt-cim] [PATCH 1 of 3] Remove bootloader from vsms.py in the Xen case

Kaitlin Rupert kaitlin at linux.vnet.ibm.com
Thu Jun 26 22:21:28 UTC 2008


# HG changeset patch
# User Kaitlin Rupert <karupert at us.ibm.com>
# Date 1212719877 25200
# Node ID 59fce67164a22315bb712f692dfd93314c4f30e0
# Parent  727d97c09d77d73f3542ba49a9dd19ba119a67eb
Remove bootloader from vsms.py in the Xen case.

This looks like an old bug that was masked by some tests that are XFAILing.  Since the cimtest guest uses a ramdisk, we should not set a bootloader for paravirtualized guests.

Signed-off-by: Kaitlin Rupert <karupert at us.ibm.com>

diff -r 727d97c09d77 -r 59fce67164a2 suites/libvirt-cim/lib/XenKvmLib/vsms.py
--- a/suites/libvirt-cim/lib/XenKvmLib/vsms.py	Tue Jun 10 18:26:20 2008 -0700
+++ b/suites/libvirt-cim/lib/XenKvmLib/vsms.py	Thu Jun 05 19:37:57 2008 -0700
@@ -105,8 +105,6 @@
         elif type == 'LXC':
             self.InitPath = const.LXC_init_path
         else:
-            self.Bootloader = live.bootloader(Globals.CIM_IP, 0)
-            self.BootloaderArgs = ''
             self.Kernel = const.Xen_kernel_path
             self.Ramdisk = const.Xen_init_path
  




More information about the Libvirt-cim mailing list