2020-05-22 12:07:40 |
Philip Roche |
bug |
|
|
added bug |
2020-05-22 12:39:32 |
Launchpad Janitor |
merge proposal linked |
|
https://code.launchpad.net/~philroche/livecd-rootfs/+git/livecd-rootfs/+merge/384423 |
|
2020-05-22 12:39:44 |
Launchpad Janitor |
merge proposal linked |
|
https://code.launchpad.net/~philroche/livecd-rootfs/+git/livecd-rootfs/+merge/384424 |
|
2020-05-22 15:49:22 |
Philip Roche |
description |
We want to the revert of initramfs package removal in KVM image.
[Impact]
* We don't want any packages marked for auto-removal on a published kvm cloud image.
[Test Case]
* Perform livefs build with project ubuntu-base
* Boot *-disk-kvm.img using kvm
* Confirm it boots
* Confirm there is no boot speed regression
[Regression Potential]
* Boot speed regression
* Unable to boot KVM image
[Other Info]
* Original bug filed against cloud-images @ https://bugs.launchpad.net/cloud-images/+bug/1875400
* MP already merged in to ubuntu/master @ https://code.launchpad.net/~philroche/livecd-rootfs/+git/livecd-rootfs/+merge/384105
* livecd-rootfs version 2.667 in groovy was uploaded with this patch and was verified |
No packages marked for auto-removal should be present in a published cloud image.
The current kvm binary hook in livecd-rootfs removes the packages `initramfs-tools` and `busybox-initramfs`. This results in many packages [1] being marked for auto-removal. These packages are still required in the image and should not be marked for auto-removal.
The removal of initramfs-tools and busybox-initramfs was to avoid the
generation of initramfs in images that should boot initramfsless.
This requirement is obsolete now because the initramfsless boot handling
is now handled via setting GRUB_FORCE_PARTUUID in /etc/default/grub.d/40-force-partuuid.cfg.
[Impact]
* No packages marked for auto-removal. This is a requirement for all public cloud images.
[Test Case]
* Perform livefs build with project ubuntu-base
* Boot *-disk-kvm.img using kvm
* Confirm it boots
* Confirm there is no boot speed regression
* Confirm that running `sudo apt-get autoremove` results in no packages being removed
* Verify that `GRUB_FORCE_PARTUUID` is set in /etc/default/grub.d/40-force-partuuid.cfg.
[Regression Potential]
* Boot speed regression
* Unable to boot KVM image
[Other Info]
* Original bug filed against cloud-images @ https://bugs.launchpad.net/cloud-images/+bug/1875400
* MP already merged in to ubuntu/master @ https://code.launchpad.net/~philroche/livecd-rootfs/+git/livecd-rootfs/+merge/384105
* livecd-rootfs version 2.667 in groovy was uploaded with this patch and was verified
[1] apport apport-symptoms at bc bcache-tools bolt btrfs-progs byobu cryptsetup cryptsetup-bin cryptsetup-run dmeventd ethtool finalrd
fonts-ubuntu-console fwupd fwupd-signed git git-man htop initramfs-tools-bin klibc-utils kpartx landscape-common libaio1 libarchive13
libcurl3-gnutls libdevmapper-event1.02.1 liberror-perl libevent-2.1-7 libfl2 libfwupd2 libfwupdplugin1 libgcab-1.0-0 libgpgme11
libgudev-1.0-0 libgusb2 libisns0 libjson-glib-1.0-0 libjson-glib-1.0-common libklibc liblvm2cmd2.03 libmspack0 libreadline5
libsgutils2-2 libsmbios-c2 libtss2-esys0 liburcu6 libutempter0 libxmlb1 libxmlsec1 libxmlsec1-openssl libxslt1.1 lvm2 lxd-agent-loader
lz4 mdadm open-iscsi open-vm-tools patch pollinate python3-apport python3-automat python3-click python3-colorama python3-constantly
python3-debconf python3-debian python3-hamcrest python3-hyperlink python3-incremental python3-newt python3-problem-report python3-pyasn1
python3-pyasn1-modules python3-service-identity python3-systemd python3-twisted python3-twisted-bin python3-zope.interface run-one
screen sg3-utils sosreport thin-provisioning-tools tmux tpm-udev update-notifier-common xfsprogs zerofree |
|
2020-05-22 16:42:30 |
Philip Roche |
attachment added |
|
lp-1880170-kvm-revert-of-initramfs-package-removal.debdiff https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1880170/+attachment/5375692/+files/lp-1880170-kvm-revert-of-initramfs-package-removal.debdiff |
|
2020-05-22 16:51:12 |
Philip Roche |
attachment added |
|
lp-1880170-kvm-revert-of-initramfs-package-removal-eoan.debdiff https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1880170/+attachment/5375695/+files/lp-1880170-kvm-revert-of-initramfs-package-removal-eoan.debdiff |
|
2020-05-22 17:12:21 |
Philip Roche |
attachment added |
|
lp-1880170-kvm-revert-of-initramfs-package-removal-focal-rev2.debdiff https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1880170/+attachment/5375696/+files/lp-1880170-kvm-revert-of-initramfs-package-removal-focal-rev2.debdiff |
|
2020-05-22 17:12:47 |
Philip Roche |
attachment added |
|
lp-1880170-kvm-revert-of-initramfs-package-removal-eoan-rev2.debdiff https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1880170/+attachment/5375697/+files/lp-1880170-kvm-revert-of-initramfs-package-removal-eoan-rev2.debdiff |
|
2020-05-22 17:16:41 |
Philip Roche |
attachment removed |
lp-1880170-kvm-revert-of-initramfs-package-removal-eoan.debdiff https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1880170/+attachment/5375695/+files/lp-1880170-kvm-revert-of-initramfs-package-removal-eoan.debdiff |
|
|
2020-05-22 17:16:51 |
Philip Roche |
attachment removed |
lp-1880170-kvm-revert-of-initramfs-package-removal.debdiff https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1880170/+attachment/5375692/+files/lp-1880170-kvm-revert-of-initramfs-package-removal.debdiff |
|
|
2020-05-22 20:26:11 |
Ubuntu Foundations Team Bug Bot |
tags |
|
patch |
|
2020-05-22 20:26:18 |
Ubuntu Foundations Team Bug Bot |
bug |
|
|
added subscriber Ubuntu Sponsors Team |
2020-05-23 03:34:03 |
Mathew Hodson |
nominated for series |
|
Ubuntu Focal |
|
2020-05-23 03:34:03 |
Mathew Hodson |
bug task added |
|
livecd-rootfs (Ubuntu Focal) |
|
2020-05-23 03:34:03 |
Mathew Hodson |
nominated for series |
|
Ubuntu Eoan |
|
2020-05-23 03:34:03 |
Mathew Hodson |
bug task added |
|
livecd-rootfs (Ubuntu Eoan) |
|
2020-05-23 03:34:58 |
Mathew Hodson |
livecd-rootfs (Ubuntu): importance |
Undecided |
Medium |
|
2020-05-23 03:35:01 |
Mathew Hodson |
livecd-rootfs (Ubuntu Eoan): importance |
Undecided |
Medium |
|
2020-05-23 03:35:04 |
Mathew Hodson |
livecd-rootfs (Ubuntu Focal): importance |
Undecided |
Medium |
|
2020-05-23 03:35:10 |
Mathew Hodson |
livecd-rootfs (Ubuntu): status |
New |
Fix Released |
|
2020-05-23 12:23:06 |
Francis Ginther |
tags |
patch |
id-5eb57a2c4e0e137de504ab3e patch |
|
2020-05-25 08:05:37 |
Louis Bouchard |
bug |
|
|
added subscriber Louis Bouchard |
2020-05-25 10:55:32 |
Łukasz Zemczak |
livecd-rootfs (Ubuntu Focal): status |
New |
Fix Committed |
|
2020-05-25 10:55:33 |
Łukasz Zemczak |
bug |
|
|
added subscriber Ubuntu Stable Release Updates Team |
2020-05-25 10:55:36 |
Łukasz Zemczak |
bug |
|
|
added subscriber SRU Verification |
2020-05-25 10:55:39 |
Łukasz Zemczak |
tags |
id-5eb57a2c4e0e137de504ab3e patch |
id-5eb57a2c4e0e137de504ab3e patch verification-needed verification-needed-focal |
|
2020-05-25 11:13:14 |
Łukasz Zemczak |
livecd-rootfs (Ubuntu Eoan): status |
New |
Fix Committed |
|
2020-05-25 11:13:18 |
Łukasz Zemczak |
tags |
id-5eb57a2c4e0e137de504ab3e patch verification-needed verification-needed-focal |
id-5eb57a2c4e0e137de504ab3e patch verification-needed verification-needed-eoan verification-needed-focal |
|
2020-05-25 16:23:14 |
Philip Roche |
tags |
id-5eb57a2c4e0e137de504ab3e patch verification-needed verification-needed-eoan verification-needed-focal |
id-5eb57a2c4e0e137de504ab3e patch verification-done verification-done-eoan verification-done-focal |
|
2020-05-26 23:27:19 |
Brian Murray |
removed subscriber Ubuntu Sponsors Team |
|
|
|
2020-06-02 16:51:48 |
Launchpad Janitor |
livecd-rootfs (Ubuntu Eoan): status |
Fix Committed |
Fix Released |
|
2020-06-02 16:51:53 |
Brian Murray |
removed subscriber Ubuntu Stable Release Updates Team |
|
|
|
2020-06-02 16:52:13 |
Launchpad Janitor |
livecd-rootfs (Ubuntu Focal): status |
Fix Committed |
Fix Released |
|