You can use the update_storage_domains action.
According to the action implementation [1], it seems that you need to
specify where you want the disk to appear (in which storage domains).

For example:
If the disks already reside on sd1 and you want to copy it to sd2, you need
to specify both sd1 and sd2.

[1]
https://github.com/ansible/ansible/blob/25ac7042b070b22c5377f7a43399c19060a38966/lib/ansible/modules/cloud/ovirt/ovirt_disk.py#L532
[2] - https://docs.ansible.com/ansible/latest/modules/ovirt_disk_module.html

On Wed, 2 Oct 2019 at 20:31, Gianluca Cecchi <[email protected]>
wrote:

>
>
> Il Mer 2 Ott 2019, 18:56 Eyal Shenitzky <[email protected]> ha scritto:
>
>> Can you please make the question clearer?
>> Are you looking for a way to clone floating disks via the UI or via
>> ansible ovirt_disk module?
>>
>> On Wed, 2 Oct 2019 at 19:10, Gianluca Cecchi <[email protected]>
>> wrote:
>>
>>> Hello,
>>> in docs about ovirt_disk module for Ansible there is also notice about
>>> managing floating disks.
>>> But I don't find a way to copy an existing floating disk into a new one
>>> as I do in web admin gui selecting Storage --> disks, selecting the disk
>>> and choosing "copy" button.
>>>
>>> I can also temporarily attach this disk to a VM, but then it seems to me
>>> there is no option to copy this disk too even if attached to a VM...
>>>
>>> Is there anything doable in Ansible to reach this target?
>>> I don't know if this below is the corresponding for REST API:
>>>
>>> https://www.ovirt.org/develop/release-management/features/storage/copy-disks.html
>>>
>>> Thanks,
>>> Gianluca
>>> _______________________________________________
>>> Users mailing list -- [email protected]
>>> To unsubscribe send an email to [email protected]
>>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>>> oVirt Code of Conduct:
>>> https://www.ovirt.org/community/about/community-guidelines/
>>> List Archives:
>>> https://lists.ovirt.org/archives/list/[email protected]/message/VLJBZGNKZUJYKN32NWQPLKTFU26FINVJ/
>>>
>>
>>
>> --
>> Regards,
>> Eyal Shenitzky
>>
>
> Let me explain better.
> I have sort of master disk for a sw install that I keep as a floating disk.
> When needed I copy from UI (and this workflow is clear) this floating disk
> and then assign the new disk to the target vm where I'm going to setup the
> sw.
> The floating disk is retained for future installs.
> I don't find an equivalent with ovirt_disk or another ovirt related
> Ansible module.
> Thanks,
> Gianluca
>
>>

-- 
Regards,
Eyal Shenitzky
_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/[email protected]/message/5QXC4JETR7M7EMWWSCWB64CWD24QHWJY/

Reply via email to