root@xa-testdisco:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 19.04 Release: 19.04 Codename: disco (1) Verify repro root@xa-testdisco:~# echo p | parted GNU Parted 3.2 Using /dev/sda Welcome to GNU Parted! Type 'help' to view a list of commands. (parted) p Model: Google PersistentDisk (scsi) Disk /dev/sda: 10.7GB Sector size (logical/physical): 512B/4096B Partition Table: gpt Disk Flags: Number Start End Size File system Name Flags 14 1049kB 5243kB 4194kB bios_grub 15 5243kB 116MB 111MB fat32 boot, esp 1 116MB 10.7GB 10.6GB ext4 (parted) root@xa-testdisco:~# journalctl -n1 --no-pager -- Logs begin at Wed 2019-11-20 02:33:28 UTC, end at Wed 2019-11-20 02:34:46 UTC. -- Nov 20 02:34:46 xa-testdisco systemd-udevd[1869]: sda14: Failed to open ATTR{/sys/devices/pci0000:00/0000:00:03.0/virtio0/host0/target0:0:1/0:0:1:0/block/sda/sda14/queue/scheduler} for writing: No such file or directory (2) Upgrade the package root@xa-testdisco:~# echo $'\ndeb http://archive.ubuntu.com/ubuntu/ disco-proposed main restricted universe' >> /etc/apt/sources.list root@xa-testdisco:~# apt-get -qq update root@xa-testdisco:~# apt install --upgrade gce-compute-image-packages Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required: libnuma1 Use 'apt autoremove' to remove it. The following additional packages will be installed: google-compute-engine-oslogin python3-google-compute-engine Suggested packages: libpam-cracklib The following packages will be upgraded: gce-compute-image-packages google-compute-engine-oslogin python3-google-compute-engine 3 upgraded, 0 newly installed, 0 to remove and 28 not upgraded. Need to get 416 kB of archives. After this operation, 2800 kB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://archive.ubuntu.com/ubuntu disco-proposed/main amd64 gce-compute-image-packages all 20190801-0ubuntu1~19.04.0 [17.2 kB] Get:2 http://archive.ubuntu.com/ubuntu disco-proposed/main amd64 google-compute-engine-oslogin amd64 20190801-0ubuntu1~19.04.0 [364 kB] Get:3 http://archive.ubuntu.com/ubuntu disco-proposed/main amd64 python3-google-compute-engine all 20190801-0ubuntu1~19.04.0 [34.1 kB] Fetched 416 kB in 2s (232 kB/s) (Reading database ... 60432 files and directories currently installed.) Preparing to unpack .../gce-compute-image-packages_20190801-0ubuntu1~19.04.0_all.deb ... Unpacking gce-compute-image-packages (20190801-0ubuntu1~19.04.0) over (20190522-0ubuntu1~19.04.0) ... Preparing to unpack .../google-compute-engine-oslogin_20190801-0ubuntu1~19.04.0_amd64.deb ... Unpacking google-compute-engine-oslogin (20190801-0ubuntu1~19.04.0) over (20190522-0ubuntu1~19.04.0) ... Preparing to unpack .../python3-google-compute-engine_20190801-0ubuntu1~19.04.0_all.deb ... Unpacking python3-google-compute-engine (20190801-0ubuntu1~19.04.0) over (20190522-0ubuntu1~19.04.0) ... Setting up google-compute-engine-oslogin (20190801-0ubuntu1~19.04.0) ... Setting up python3-google-compute-engine (20190801-0ubuntu1~19.04.0) ... Setting up gce-compute-image-packages (20190801-0ubuntu1~19.04.0) ... Processing triggers for rsyslog (8.32.0-1ubuntu7) ... Processing triggers for libc-bin (2.29-0ubuntu2) ... (3) Run repro again to veryify the fix. root@xa-testdisco:~# echo p | parted GNU Parted 3.2 Using /dev/sda Welcome to GNU Parted! Type 'help' to view a list of commands. (parted) p Model: Google PersistentDisk (scsi) Disk /dev/sda: 10.7GB Sector size (logical/physical): 512B/4096B Partition Table: gpt Disk Flags: Number Start End Size File system Name Flags 14 1049kB 5243kB 4194kB bios_grub 15 5243kB 116MB 111MB fat32 boot, esp 1 116MB 10.7GB 10.6GB ext4 (parted) root@xa-testdisco:~# journalctl -n8 --no-pager -- Logs begin at Wed 2019-11-20 02:33:28 UTC, end at Wed 2019-11-20 02:37:38 UTC. -- Nov 20 02:37:36 xa-testdisco dhclient[2566]: Nov 20 02:37:36 xa-testdisco dhclient[2566]: Listening on Socket/ens4 Nov 20 02:37:36 xa-testdisco google_network_daemon[2493]: Listening on Socket/ens4 Nov 20 02:37:36 xa-testdisco google_network_daemon[2493]: Sending on Socket/ens4 Nov 20 02:37:36 xa-testdisco google_network_daemon[2493]: Created duid "[redacted]". Nov 20 02:37:36 xa-testdisco dhclient[2566]: Sending on Socket/ens4 Nov 20 02:37:36 xa-testdisco dhclient[2566]: Created duid "[redacted]". Nov 20 02:37:38 xa-testdisco google-clock-skew[2495]: INFO Synced system time with hardware clock. === Verified fix for Disco