Re: [ovirt-users] oVirt-shell command to move a disk

2016-07-13 Thread Juan Hernández
On 07/13/2016 10:30 AM, Jure Kranjc wrote: > On 01. 12. 2014 14:40, Nicolas Ecarnot wrote: >> Le 01/12/2014 13:23, Juan Hernández a écrit : >>> On 12/01/2014 12:51 PM, Michael Pasternak wrote: not sure what sdk version 3.4.4 is, but according to log, latest official for 3.4 is 3.4.1.1-1

Re: [ovirt-users] oVirt-shell command to move a disk

2016-07-13 Thread Jure Kranjc
On 01. 12. 2014 14:40, Nicolas Ecarnot wrote: Le 01/12/2014 13:23, Juan Hernández a écrit : On 12/01/2014 12:51 PM, Michael Pasternak wrote: not sure what sdk version 3.4.4 is, but according to log, latest official for 3.4 is 3.4.1.1-1 (make you have it installed) There are two issues here.

Re: [ovirt-users] oVirt-shell command to move a disk

2014-12-01 Thread Michael Pasternak
make sure you using latest sdk cli, what is it btw? (run 'info' command) On Sunday, November 30, 2014 7:48 PM, Nicolas Ecarnot nico...@ecarnot.net wrote: Le 30/11/2014 15:01, Michael Pasternak a écrit : Hi Nicolas, In oVit you can find /Disks under several locations

Re: [ovirt-users] oVirt-shell command to move a disk

2014-12-01 Thread Nicolas Ecarnot
Le 01/12/2014 11:07, Michael Pasternak a écrit : make sure you using latest sdk cli, what is it btw? (run 'info' command) [oVirt shell (connected)]# info backend version: 3.4 sdk version: 3.4.4 cli version: 3.4.0.5 python version : 2.6.6.final.0 I think I run the version that is

Re: [ovirt-users] oVirt-shell command to move a disk

2014-12-01 Thread Michael Pasternak
not sure what sdk version 3.4.4 is, but according to log, latest official for 3.4 is 3.4.1.1-1(make you have it installed) On Monday, December 1, 2014 12:10 PM, Nicolas Ecarnot nico...@ecarnot.net wrote: Le 01/12/2014 11:07, Michael Pasternak a écrit : make sure you using latest

Re: [ovirt-users] oVirt-shell command to move a disk

2014-12-01 Thread Juan Hernández
On 12/01/2014 12:51 PM, Michael Pasternak wrote: not sure what sdk version 3.4.4 is, but according to log, latest official for 3.4 is 3.4.1.1-1 (make you have it installed) There are two issues here. First is that the move disk operation on the top level collection isn't correctly documented

Re: [ovirt-users] oVirt-shell command to move a disk

2014-12-01 Thread Nicolas Ecarnot
Le 01/12/2014 13:23, Juan Hernández a écrit : On 12/01/2014 12:51 PM, Michael Pasternak wrote: not sure what sdk version 3.4.4 is, but according to log, latest official for 3.4 is 3.4.1.1-1 (make you have it installed) There are two issues here. First is that the move disk operation on the

Re: [ovirt-users] oVirt-shell command to move a disk

2014-11-30 Thread Michael Pasternak
Hi Nicolas, In oVit you can find /Disks under several locations /api/disks/api/vms/{vm:id}/disks/api/templates/{template:id}/disks/api/vms/{vm:id}/snapshots/{snapshot:id}/disks to move disk to a different domain, you have to use first one,e.g disk with no context [1], on ovirt-shell language it

Re: [ovirt-users] oVirt-shell command to move a disk

2014-11-30 Thread Nicolas Ecarnot
Le 30/11/2014 15:01, Michael Pasternak a écrit : Hi Nicolas, In oVit you can find /Disks under several locations /api/disks /api/vms/{vm:id}/disks /api/templates/{template:id}/disks /api/vms/{vm:id}/snapshots/{snapshot:id}/disks to move disk to a different domain, you have to use first one,