root@xa-testxeni:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.6 LTS Release: 16.04 Codename: xenial (1) Verify the bug is still there root@xa-testxeni:~# 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: msdos Disk Flags: Number Start End Size Type File system Flags 1 1049kB 10.7GB 10.7GB primary ext4 boot (parted) root@xa-testxeni:~# journalctl -n3 --no-pager -- Logs begin at Wed 2019-11-20 02:09:41 UTC, end at Wed 2019-11-20 02:11:22 UTC. -- Nov 20 02:11:15 xa-testxeni sudo[2189]: [redacted] : TTY=pts/0 ; PWD=/home/[redacted] ; USER=root ; COMMAND=/bin/bash Nov 20 02:11:15 xa-testxeni sudo[2189]: pam_unix(sudo:session): session opened for user root by [redacted](uid=0) Nov 20 02:11:22 xa-testxeni systemd-udevd[2224]: error opening ATTR{/sys/devices/pci0000:00/0000:00:03.0/virtio0/host0/target0:0:1/0:0:1:0/block/sda/sda1/queue/scheduler} for writing: No such file or directory (2) upgrade package root@xa-testxeni:~# echo $'\ndeb http://archive.ubuntu.com/ubuntu/ xenial-proposed main restricted universe' >> /etc/apt/sources.list root@xa-testxeni:~# apt-get -qq update root@xa-testxeni:~# apt install --upgrade gce-compute-image-packages Reading package lists... Done Building dependency tree Reading state information... Done 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 16 not upgraded. Need to get 151 kB of archives. After this operation, 115 kB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://archive.ubuntu.com/ubuntu xenial-proposed/universe amd64 gce-compute-image-packages all 20190801-0ubuntu1~16.04.0 [17.1 kB] Get:2 http://archive.ubuntu.com/ubuntu xenial-proposed/universe amd64 google-compute-engine-oslogin amd64 20190801-0ubuntu1~16.04.0 [99.4 kB] Get:3 http://archive.ubuntu.com/ubuntu xenial-proposed/universe amd64 python3-google-compute-engine all 20190801-0ubuntu1~16.04.0 [34.5 kB] Fetched 151 kB in 1s (77.2 kB/s) (Reading database ... 70522 files and directories currently installed.) Preparing to unpack .../gce-compute-image-packages_20190801-0ubuntu1~16.04.0_all.deb ... Unpacking gce-compute-image-packages (20190801-0ubuntu1~16.04.0) over (20190522-0ubuntu1~16.04.0) ... Preparing to unpack .../google-compute-engine-oslogin_20190801-0ubuntu1~16.04.0_amd64.deb ... Unpacking google-compute-engine-oslogin (20190801-0ubuntu1~16.04.0) over (20190522-0ubuntu1~16.04.0) ... Preparing to unpack .../python3-google-compute-engine_20190801-0ubuntu1~16.04.0_all.deb ... Unpacking python3-google-compute-engine (20190801-0ubuntu1~16.04.0) over (20190522-0ubuntu1~16.04.0) ... Processing triggers for libc-bin (2.23-0ubuntu11) ... Setting up google-compute-engine-oslogin (20190801-0ubuntu1~16.04.0) ... Setting up python3-google-compute-engine (20190801-0ubuntu1~16.04.0) ... Setting up gce-compute-image-packages (20190801-0ubuntu1~16.04.0) ... Processing triggers for libc-bin (2.23-0ubuntu11) ... (3) Verify repro after upgrade root@xa-testxeni:~# 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: msdos Disk Flags: Number Start End Size Type File system Flags 1 1049kB 10.7GB 10.7GB primary ext4 boot (parted) root@xa-testxeni:~# journalctl -n6 --no-pager -- Logs begin at Wed 2019-11-20 02:09:41 UTC, end at Wed 2019-11-20 02:17:01 UTC. -- Nov 20 02:16:28 xa-testxeni google_network_daemon[2769]: Sending on Socket/ens4 Nov 20 02:16:28 xa-testxeni dhclient[2864]: Created duid [redacted]. Nov 20 02:16:28 xa-testxeni google_network_daemon[2769]: Created duid [redacted]. Nov 20 02:16:29 xa-testxeni google-clock-skew[2772]: INFO Synced system time with hardware clock. Nov 20 02:16:29 xa-testxeni systemd[1]: Time has been changed Nov 20 02:16:29 xa-testxeni systemd[2078]: Time has been changed === Verified fixed in Xenial ===