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 virt state shutdown does not wait till the virsh domstate become shut off.
virsh domstate
shut off
virt
2.10.6
Fedora33
- name: list active vms virt: command: list_vms state: running register: vms_result - debug: var: vms_result - name: shutdown virt: state: shutdown name: "{{item}}" register: vm_shutdown_results loop: "{{vms_result.list_vms}}" - debug: var: vm_shutdown_results - name: list inactive vms virt: command: list_vms state: shutdown register: inactive_vms_result - debug: var: inactive_vms_result
inactive_vms_result does not show all the VMs, most VMs are still at in shutdown state.
in shutdown
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SUMMARY
the virt state shutdown does not wait till the
virsh domstate
becomeshut off
.ISSUE TYPE
COMPONENT NAME
virt
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
Fedora33
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
inactive_vms_result does not show all the VMs, most VMs are still at
in shutdown
state.The text was updated successfully, but these errors were encountered: