-
Notifications
You must be signed in to change notification settings - Fork 458
Open
Labels
Description
Describe the bug
Cloud-init now returns three types of return codes 0 (success), 1(irrecoverable error) and 2 (recoverable error) [1]. The status parsing code needs to be improved so that it does not prematurely reboot the node even when cloud-init has indicated recoverable error and is still running cloud-final stage.
Expected behavior
open-vm-tools waits until cloud-init has completed cloud-final stage even when there is reoverable errors (schema parsing issues).
Additional context
xiachen-rh and PengpengSun