Re: [ovirt-users] ovirt 4.2 vdsclient

2018-02-06 Thread Irit Goihman
Hi, The command is `vdsm-client Task getInfo taskID=` You can see available arguments in JSON format using `vdsm-client Task getInfo -h` command. On Tue, Feb 6, 2018 at 10:36 AM, Alex K wrote: > Hi Benny, > > I was trying to do it with vdsm-client without success. > >

Re: [ovirt-users] ovirt 4.2 vdsclient

2018-02-06 Thread Alex K
Hi Benny, I was trying to do it with vdsm-client without success. vdsm-client Task -h usage: vdsm-client Task [-h] method [arg=value] ... optional arguments: -h, --help show this help message and exit Task methods: method [arg=value] getInfo Get information about a

Re: [ovirt-users] ovirt 4.2 vdsclient

2018-02-06 Thread Benny Zlotnik
It was replaced by vdsm-client[1] [1] - https://www.ovirt.org/develop/developer-guide/vdsm/vdsm-client/ On Tue, Feb 6, 2018 at 10:17 AM, Alex K wrote: > Hi all, > > I have a stuck snapshot removal from a VM which is blocking the VM to > start. > In ovirt 4.1 I was able

[ovirt-users] ovirt 4.2 vdsclient

2018-02-06 Thread Alex K
Hi all, I have a stuck snapshot removal from a VM which is blocking the VM to start. In ovirt 4.1 I was able to cancel the stuck task by running within SPM host: vdsClient -s 0 getAllTasksStatuses vdsClient -s 0 stopTask Is there a similar way to do at ovirt 4.2? Thanx, Alex