- bsc#1156964 - import a exist disk for creating PV guest failed
virtinst-pvgrub2-bootloader.patch - Refreshed patches virtinst-change-location-for-grub_xen.patch virtinst-set-cache-mode-unsafe-for-install.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=492
This commit is contained in:
parent
cc21dc861d
commit
38097ad9c3
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 27 14:53:06 MST 2019 - carnold@suse.com
|
||||
|
||||
- bsc#1156964 - import a exist disk for creating PV guest failed
|
||||
virtinst-pvgrub2-bootloader.patch
|
||||
- Refreshed patches
|
||||
virtinst-change-location-for-grub_xen.patch
|
||||
virtinst-set-cache-mode-unsafe-for-install.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 22 13:50:11 MST 2019 - carnold@suse.com
|
||||
|
||||
|
@ -4,7 +4,7 @@ Index: virt-manager-2.2.1/virtinst/install/installer.py
|
||||
===================================================================
|
||||
--- virt-manager-2.2.1.orig/virtinst/install/installer.py
|
||||
+++ virt-manager-2.2.1/virtinst/install/installer.py
|
||||
@@ -445,7 +445,10 @@ class Installer(object):
|
||||
@@ -446,7 +446,10 @@ class Installer(object):
|
||||
guest.bootloader = "pygrub"
|
||||
else:
|
||||
guest.bootloader = None
|
||||
|
@ -6,7 +6,17 @@ Index: virt-manager-2.2.1/virtinst/install/installer.py
|
||||
===================================================================
|
||||
--- virt-manager-2.2.1.orig/virtinst/install/installer.py
|
||||
+++ virt-manager-2.2.1/virtinst/install/installer.py
|
||||
@@ -436,6 +436,20 @@ class Installer(object):
|
||||
@@ -167,7 +167,8 @@ class Installer(object):
|
||||
|
||||
def _alter_treemedia_bootconfig(self, guest):
|
||||
if not self._treemedia:
|
||||
- return
|
||||
+ if not self._treemedia_bootconfig or "grub.xen" not in self._treemedia_bootconfig[0]:
|
||||
+ return
|
||||
|
||||
kernel, initrd, kernel_args = self._treemedia_bootconfig
|
||||
if kernel:
|
||||
@@ -436,6 +437,20 @@ class Installer(object):
|
||||
install_xml = None
|
||||
if self.has_install_phase():
|
||||
install_xml = self._get_install_xml(guest, meter)
|
||||
|
@ -1,10 +1,10 @@
|
||||
Set cache mode for target installation disk to unsafe for better
|
||||
performance.
|
||||
Index: virt-manager-2.2.0/virtinst/install/installer.py
|
||||
Index: virt-manager-2.2.1/virtinst/install/installer.py
|
||||
===================================================================
|
||||
--- virt-manager-2.2.0.orig/virtinst/install/installer.py
|
||||
+++ virt-manager-2.2.0/virtinst/install/installer.py
|
||||
@@ -421,11 +421,22 @@ class Installer(object):
|
||||
--- virt-manager-2.2.1.orig/virtinst/install/installer.py
|
||||
+++ virt-manager-2.2.1/virtinst/install/installer.py
|
||||
@@ -422,11 +422,22 @@ class Installer(object):
|
||||
guest.memory) = data
|
||||
|
||||
def _get_install_xml(self, guest, meter):
|
||||
|
Loading…
Reference in New Issue
Block a user