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

Investigate Replace a VM in Staging failed runs. #5722

Open
aruiz1789 opened this issue Jan 10, 2025 · 1 comment
Open

Investigate Replace a VM in Staging failed runs. #5722

aruiz1789 opened this issue Jan 10, 2025 · 1 comment
Assignees
Labels

Comments

@aruiz1789
Copy link
Contributor

aruiz1789 commented Jan 10, 2025

The replace a VM in Staging and Production fails during the "delete NIC with automatic mac address" task.

Expected behavior

This playbook deletes a VM and replaces it from a vSphere template.

Actual behavior

Runs fails at the task that deletes the NIC from the VM.

Error messages

fatal: [localhost]: FAILED! => {"changed": false, "module_stderr": "pyVmomi.VmomiSupport.vim.fault.GenericVmConfigFault: (vim.fault.GenericVmConfigFault) {
dynamicType = ,
dynamicProperty = (vmodl.DynamicProperty) [],
msg = 'The guest operating system did not respond to a hot-remove request for device ethernet0 in a timely manner.',
faultCause = ,
faultMessage = (vmodl.LocalizableMessage) [
(vmodl.LocalizableMessage) {
dynamicType = ,
dynamicProperty = (vmodl.DynamicProperty) [],
key = 'msg.vigor.hotRemoveStillExists',
arg = (vmodl.KeyAnyValue) [
(vmodl.KeyAnyValue) {
dynamicType = ,
dynamicProperty = (vmodl.DynamicProperty) [],
key = '1',
value = 'ethernet0' }],
message = 'The guest operating system did not respond to a hot-remove request for device ethernet0 in a timely manner.' }],

Steps to replicate

How would someone else make this error happen?

Impact of this bug

If a developer is running the playbook and it fails they have to reach out to the ops team to investigate.

Relevant links and code snippets, if applicable

Implementation notes, if any

@aruiz1789 aruiz1789 added the bug label Jan 10, 2025
@acozine
Copy link
Contributor

acozine commented Jan 10, 2025

Duplicate of #5668?

@aruiz1789 aruiz1789 self-assigned this Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants