[Kernel-packages] [Bug 2003816] Re: Regression in ext4 during online resize

2023-03-22 Thread Chad Smith
>From cloud-init perspective, we have seen this too in our CI/CD integration runs on both GCP and Azure lunar daily images which allows cloud-init to resize2fs /dev/root on first boot, but also re-invokes resize2fs a second time to assert cloud-init can be re-run all boot stages without having to r

[Kernel-packages] [Bug 2003816] Re: Regression in ext4 during online resize

2023-03-22 Thread Chad Smith
Added linux-azure task here too to track that it also affects that kernel. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-gcp in Ubuntu. https://bugs.launchpad.net/bugs/2003816 Title: Regression in ext4 during online resize Stat

[Kernel-packages] [Bug 1830740] Re: [linux-azure] Delay during boot of some instance sizes

2020-08-24 Thread Chad Smith
Cloud-init logs on an instance with accelerated networking (bionic) exhibiting this delay across reboot ** Attachment added: "cloud-init.tar" https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1830740/+attachment/5404235/+files/cloud-init.tar -- You received this bug notification be

[Kernel-packages] [Bug 1682871] Re: attempts to rename vlans / vlans have addr_assign_type of 0 on kernel 4.4

2017-05-12 Thread Chad Smith
Verified yakkety and zesty for release in yakkety zesty; do ./get-proposed-cloudimg $release; done --2017-05-12 13:04:0 MODE=vlan ./btest.sh yakkety-server-cloudimg-amd64-proposed.img chad.smith ... # login ubuntu@ubuntu:~$ python3 -c 'from cloudinit.net import get_interfaces_by_mac; print(get_

[Kernel-packages] [Bug 1682871] Re: attempts to rename vlans / vlans have addr_assign_type of 0 on kernel 4.4

2017-05-11 Thread Chad Smith
Verified cloud-init xenial $ ./get-proposed-cloudimg xenial --2017-05-11 14:11:13-- http://cloud-images.ubuntu.com/daily/server/xenial/current/xenial-server-cloudimg-amd64-disk1.img ... xenial-server-cloud 100%[===>] 273.75M 9.87MB/sin 2m 29s 2017-05-11 14:13:42 (1.83 MB/s)

[Kernel-packages] [Bug 1682871] Re: attempts to rename vlans / vlans have addr_assign_type of 0 on kernel 4.4

2017-05-03 Thread Chad Smith
** Description changed: [Impact]  * When vlan interfaces are created, their mac address is copied from the underlying interface, but it is not marked by kernel as stolen.  * When underlying interface MAC address is changed, it does not propagate to the vlan interfaces. [Test C