~raharper/cloud-init:feature/disk_setup_async

Last commit made on 2019-07-25
Get this branch:
git clone -b feature/disk_setup_async https://git.launchpad.net/~raharper/cloud-init
Only Ryan Harper can upload to this branch. If you are Ryan Harper please log in for upload directions.

Branch merges

Branch information

Name:
feature/disk_setup_async
Repository:
lp:~raharper/cloud-init

Recent commits

fc108a8... by Ryan Harper

Enable generated mount checking by default, fix config entry

1d00cc8... by Ryan Harper

fix tox issues

d122a4b... by Ryan Harper

Add new config module to verify systemd mount units

46f1bf6... by Ryan Harper

cc_mount: automatically enable systemd-makefs on unformatted ephemeral disks

In some platforms ephemeral devices are already formatted, create a makefs
entry in fstab for them. systemd-makefs does not run makefs on already
formatted devices. After wiping the device and rebooting, the correct
filesystem will be created and applied.

Some platforms provide unformtted ephemeral devices and no default settings
for formatting them leaving users to manually configure devices. In this
case select ext4 as default filesystem and tag with x-systemd.makefs.

793aea2... by Ryan Harper

Adjust logging

ad9b032... by Ryan Harper

drop unneeded changes

286b4a2... by Ryan Harper

fix typo in x-systemd.makefs flag

be7c01a... by Ryan Harper

cc_mounts: add cidefaults expansion, fs_setup checks for async mounts, update azure

50e49a6... by Ryan Harper

Update analyze to handle nested events within a config module

2ad9780... by Ryan Harper

refactor calling reporter for disk_setup