Ansible- Moving vm disk between storage domains
Hi,
Can you please show me how can I move a vm disk from a storage domain to another with ovirt ansible module ?
Thanks
Responses
From the ovirt mailing list - following may help:
- name: "Move disk"
ovirt.ovirt.ovirt_disk:
auth: "{{ ovirt_auth }}"
id: "{{ disk_id }}"
storage_domain: "{{ destination_sd }}"
list thread here