Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check Azure instance state recongition #6898

Open
lotas opened this issue Mar 14, 2024 · 0 comments
Open

Check Azure instance state recongition #6898

lotas opened this issue Mar 14, 2024 · 0 comments

Comments

@lotas
Copy link
Contributor

lotas commented Mar 14, 2024

We observe some amount of worker was already running errors in logs.
Some of those (~100/day) are coming from workers that try to register but instance state was unexpected.
That happened because those workers were terminated by worker scanner with following reason:

failed provisioning power state; powerStates=ProvisioningState/failed/OSProvisioningClientError, PowerState/running

related changes: 4d7b4af
#3346

Maybe this is not the issue, and it behaves correctly, however the fact that worker was able to call registerWorker() shows that it probably shouldn't be stopped by worker scanner?

Azure error codes list following possible reasons for OSProvisioningClientError:

  • OS Provisioning failed for VM '{0}' because the guest OS is currently being provisioned.
  • OS provisioning for VM '{0}' failed. Error details: {1} Make sure the image has been properly prepared (generalized). Instructions for Windows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant