so what will the process to copy template with 3 disk from one domain to another?
Comment 4Michael Pasternak
2012-08-23 12:19:11 UTC
loop over all template's disks calling /copy routine, of course it make sense
providing copy-at-once interface, and we will, but only if backend will
implemented it, cause such action has to be executed in atomic context,
as no client can/should maintain roll-back on failure.
Comment 6Michael Pasternak
2012-09-02 07:22:32 UTC
*** Bug 853136 has been marked as a duplicate of this bug. ***
Comment 8Michael Pasternak
2012-10-09 12:44:18 UTC
implemented as:
POST /api/templates/xxx/disks/yyy/copy
<action>
<storage_domain id="zzz"/>
</action>
http://gerrit.ovirt.org/8428