oVirt/ovirt-ansible-collection

ovirt_vm module Add storage_error_resume_behaviour Switch

hemak88 opened this issue · 1 comments

Enhancement :
ovirt_vm ansible module is missing storage_error_resume_behaviour switch parameter.
The feature to choose VM state for HA is available in Ovirt GUI. So same feature if available in ansible makes it more powerful and flexible.
It will be great to have that feature because it can enable choosing the VM state to be in when a hardware or storage issue happens

COMPONENT NAME
ovirt_vm
https://docs.ansible.com/ansible/2.9/modules/ovirt_vm_module

ADDITIONAL INFORMATION
Example usage once the feature is added:
ovirt_vm:
storage_error_resume_behaviour:
options: "Auto Resume" | "Leave Paused" | "Kill"
Restart required for VM (apply with restart)

Duplicate