[virt-tools-list] [virt-install PATCH 0/4] RFC: Deal with network resources during installation

Fabiano Fidêncio fidencio at redhat.com
Fri Mar 8 16:20:55 UTC 2019


This patch set, written atop of the latest uanttended series*, takes
advantage of the information present on libosinfo/osinfo-db** about the
amount of RAM needed by some distros to perform a network installation,
as some distros require more RAM during the installation process than
the recommended amount needed for actually running the system.

Please, take this series as an RFC as it not only depends on a
non-reviewed series but also could be used to improve that series (if
re-ordered and re-worked a little bit).

*: https://www.redhat.com/archives/virt-tools-list/2019-March/msg00045.html
**: info still to be filled

Fabiano Fidêncio (4):
  osdict: Add get_network_install_resources()
  installertreemedia: Add requires_internet()
  guest: Deal with network install resources
  installer: Set the network install resources when needed

 virtinst/guest.py              | 14 ++++++++++++++
 virtinst/installer.py          | 17 +++++++++++++++++
 virtinst/installertreemedia.py | 12 +++++++++++-
 virtinst/osdict.py             | 14 ++++++++++++++
 4 files changed, 56 insertions(+), 1 deletion(-)

-- 
2.20.1




More information about the virt-tools-list mailing list