oVirt / ovirt-ansible-collection

Ansible collection with official oVirt modules and roles
72 stars 90 forks source link

ovirt_vm module Add storage_error_resume_behaviour Switch #692

Closed hemak88 closed 1 year ago

hemak88 commented 1 year ago

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)

hemak88 commented 1 year ago

Duplicate