/srv/irclogs.ubuntu.com/2024/06/03/#cloud-init.txt

=== blackboxsw changed the topic of #cloud-init to: Expected upstream 24.2 release 06/05| 24.1 Released 02/29 | File bug: https://github.com/canonical/cloud-init/issues/new/choose | PRs: https://git.io/JeVed | release schedule: https://discourse.ubuntu.com/t/2024-cloud-init-release-schedule/41679
=== cpaelzer_ is now known as cpaelzer
blackboxswfalcojr: focal/jammy/mantic daily builds are not building. I was going to clean those up to get some updated test runs done.16:16
blackboxswminor PR for growpart integration test fixes due to changed logging. (fixes lxd_vm test issues).20:42
blackboxswhttps://github.com/canonical/cloud-init/pull/535720:42
-ubottu:#cloud-init- Pull 5357 in canonical/cloud-init "daily build recipe fix (mantic): new-upstream-snapshot to resolve merge conflicts with tip of main" [Open]20:42
blackboxswhttps://github.com/canonical/cloud-init/pull/5360 rather20:42
-ubottu:#cloud-init- Pull 5360 in canonical/cloud-init "tests: fix expect logging from growpart on devent with partition" [Open]20:42
blackboxswI haven't dug into the 27 errors on lxd_containers yet20:44
blackboxswI haven't dug into the 27 errors on lxd_containers yet but also looks growpart related20:44
blackboxswboth diskdev and partition in growpart failure modes are set to None, breaking the growpart --dry-run command20:48
blackboxswthe issue seems to be an assumption that zpool cmd exists in the image. which it doesn't and we get a command failure and an unset disk or partition20:53
blackboxswso by default, our zfs-filesystem in containers won't have permissions to exec zpool from inside the LXC container. This'll prevent us from introspecting the zfs volume with zpool.  We need a better fallback here, even if we also perform a subp.which("zpool") first there is still a default on containers that the zpool cmd will get a perms error21:21
blackboxswhrm also the commit e520c944e9792d04ac5881f660c61d9ad27a1989 exits early with a quick return on the first zfs-based partition it tries to resize. This could mean we also skip other partitions which may need a resize on the sytsem22:50
minimalblackboxsw: doesn't cc_growpart only grow the rootfs partition?23:49
minimaland it expects the partition holding the rootfs to be the last partition, is it only grows (i.e. extends the end of it) it23:50

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!