We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The replace a VM in Staging and Production fails during the "delete NIC with automatic mac address" task.
This playbook deletes a VM and replaces it from a vSphere template.
Runs fails at the task that deletes the NIC from the VM.
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.' }],
How would someone else make this error happen?
If a developer is running the playbook and it fails they have to reach out to the ops team to investigate.
The text was updated successfully, but these errors were encountered:
Duplicate of #5668?
Sorry, something went wrong.
aruiz1789
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: