Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug(maas): register the correct DatasourceMAASLocal in init-local
Incorrectly registering DataSourceMAAS for init-local DEP_FILESYSTEM inadvertently short-circuits the _get_dat checks on network setup from initramfs. This results in a 2 minute timeout on physical system reboots. Correct this registration to do the proper checks and avoid trying to perform GETs against the IMDS in init-local timeframe when we know network is not yet available. Fixes GH-5064
- Loading branch information