fix(init): ensure waagent service starts after cloud-init.service#3235
fix(init): ensure waagent service starts after cloud-init.service#3235cjp256 wants to merge 1 commit intoAzure:developfrom
Conversation
cloud-init.service is responsible for setting up disks during provisioning. Since waagent may perform operations to configure swap, wait until after cloud-init.service is complete. This effectively updates all distros to match behavior already done for Mariner and Ubuntu. Signed-off-by: Chris Patterson <cpatterson@microsoft.com>
|
if this is the motivation, will after target ensure waagent service start only after cloud-init service finishes disk operation? |
|
Note that as of cloud-init 24.3, |
|
Great points! Will update it |
cloud-init.service is responsible for setting up disks during provisioning. Since waagent may perform operations to configure swap, wait until after cloud-init.service is complete.
This effectively updates all distros to match behavior already done for Mariner and Ubuntu.
Description
Issue #
PR information
Quality of Code and Contribution Guidelines