Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vsphere: Close a possible race with Ignition firstboot completion
I was looking at https://bugzilla.redhat.com/show_bug.cgi?id=1762509 and that linked to this code (I don't quite understand why we're rebooting here...this code really needs like some comments) but anyways one possible issue I see here is that we will race with `ignition-firstboot-complete.service`. I'm going to fix FCOS so that service runs much earlier too, but let's add this ordering here. And someone please explain in some comments what is going on here.
- Loading branch information