Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vm run: avoid adding empty "mounts" section to user-data
An empty "mounts" section causes cloud-init to fail to start. It gets far enough that the VM is accessible, but still registers as a failed unit in systemd. Prevent this by only writing the "mounts" section when there are actual mounts.
- Loading branch information