Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scylla_install_image:remove /var/cache/debconf/config.dat after image…
… creation during our rolling-upgrade process we keep getting the following failure: ``` Command: 'sudo DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confold" -o Dpkg::Options::="--force-confdef" upgrade -y ' Exit code: 100 Stdout: linux-aws linux-headers-aws linux-image-aws 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Setting up shim-signed (1.40.9+15.7-0ubuntu1) ... mount: /var/lib/grub/esp: special device /dev/disk/by-id/nvme-Amazon_Elastic_Block_Store_vol0b2a94761ddb1d0c5-part15 does not exist. dpkg: error processing package shim-signed (--configure): installed shim-signed package post-installation script subprocess returned error exit status 32 Errors were encountered while processing: shim-signed Stderr: E: Sub-process /usr/bin/dpkg returned an error code (1) ``` Happend for all images As suggested by @syuu1228, let's remove `config.dat` once we complete the image creation Closes: scylladb/scylla-enterprise#2818
- Loading branch information