Open ubuntu-server-builder opened 1 year ago
Launchpad user Chad Smith(chad.smith) wrote on 2018-06-04T22:22:55.650113+00:00
Also per https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1775086 /var/lib/cloud/instance may not yet exist in error'd environments.
user_data.txt: Error: [Errno 2] No such file or directory: '/var/lib/cloud/instance/user-data.txt'
This bug was originally filed in Launchpad as LP: #1775074
Launchpad details
Launchpad user Chad Smith(chad.smith) wrote on 2018-06-04T20:35:00.517305+00:00
collect-logs only does not capture /var/lib/cloud/seed input files while creating a log tarfile. These files can be helpful in understanding what the image or datasource is using as input to cloud-init.
Also be more failure tolerant of /var/lib/cloud/instance not yet being present in undiscovered datasources environments. (DatasourceNone)