<html>Hi,<br />This task is listed (since 2 days) in the GUI / up right "tasks" icon. It is visibly freezed as no OVA file has been created, but no errors in GUI, just... it runs. Or : it loops :)<br />This (test) vm is one on which I have extended the disk (50 -&gt; 100G). Before being stopped and trying to export it to OVA, it works fine. All other vms around can be well exported but not this one. I've tried to restart engine, change SPM, restart one by one each node, but the task is always here. I could even restart the vm today without error and it works fine ! But... the task runs...<br />Today also, I tried to clone the vm : same thing, now I have 2 tasks running indefinitly :(<br /><br />Strange bug, where no timeout stopped the tasks in error. I can't see any revelant things in engine.log or vdsm.log, but probably I've not seen them in all the messages.<br />No problem to remove this (test) vm and try on another (test) one (extend disk to see if this is the reason of the problem). But before I want to kill this tasks !<br /><br />Thanks.<br />Frank<p class="Text2"><br />&nbsp;</p>Le Vendredi, Avril 13, 2018 16:24 CEST, Arik Hadas &lt;ahadas@redhat.com&gt; a écrit:<br />&nbsp;<blockquote type="cite" cite="CAMCgCFGSJRUVE3pAhwoFZcmjzOBY_JgPhYrkEgF6e7tB=+2oyw@mail.gmail.com"><div dir="ltr">&nbsp;<div class="gmail_extra">&nbsp;<div class="gmail_quote">On Fri, Apr 13, 2018 at 11:14 AM, fsoyer <span dir="ltr">&lt;<a target="_blank" href="mailto:fsoyer@systea.fr">fsoyer@systea.fr</a>&gt;</span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br />I can't find any exhaustive doc for new vdsm-client. My problem actually is a task (export a vm to OVA) blocked.</blockquote><div>&nbsp;</div><div>I'm afraid you won't find any task in VDSM for 'export a VM to OVA'.</div><div>Expoting a VM to OVA is comprised of three steps:</div><div>1. Creating temporary cloned disks - you'll find a task of copy-image-group for each disk.</div><div>2. Creating the OVA file - that's done by a python script executed by ansible, there is no task for that in VDSM.</div><div>3. Removing the temporary cloned disks - you'll find a task of remove-image for each disk.</div><div>&nbsp;</div><div>Can you please elaborate on the problem you're having - where do you see that task and how can you see that it's blocked?</div><div>&nbsp;</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I found that I can interact with<br />vdsm-client Task getInfo taskID=&lt;uuid&gt;, and replace getInfo by "stop", BUT : how can I find this UUID ???<br />Old "vdsClient -s 0 getAllTasksStatuses" has no equivalent ??<br /><br />Does someone knows if a complete doc exists dot vdsm-client ?<br />Thanks<br />Frank<p class="m_-7891996504513696655Text2"><br />&nbsp;</p><br /><br />Le Mercredi, Janvier 25, 2017 12:30 CET, Irit Goihman &lt;<a target="_blank" href="mailto:igoihman@redhat.com">igoihman@redhat.com</a>&gt; a écrit:<br />&nbsp;<blockquote type="cite" cite="http://CAA=i7HMsB7iRYqP9yyBx4w7pGer9rTE9wkJZRgcmXRQMaJezwg@mail.gmail.com"><div dir="ltr">Hi All,<div>&nbsp;</div><div>vdsClient will be removed from master branch today.</div><div>It is using XMLRPC protocol which has been deprecated and replaced by JSON-RPC.</div><div>&nbsp;</div><div>A new client for vdsm was introduced in 4.1: vdsm-client.</div><div>This is a simple client that uses JSON-RPC protocol which was introduced in ovirt 3.5.</div><div>&nbsp;</div><div>The client is not aware of the available methods and parameters, and you should consult&nbsp;</div><div>the schema [1] in order to construct the desired command.</div><div>&nbsp;</div><div>Future version should parse the schema and provide online help.</div><div>&nbsp;</div><div>&nbsp;</div><div>If you're using vdsClient, we will be happy to assist you in migrating to the new vdsm client.</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div><b><u>vdsm-client usage:</u></b></div><div>&nbsp;</div><div><div>vdsm-client [-h] [-a ADDRESS] [-p PORT] [--unsecure] [--timeout TIMEOUT]</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[-f FILE] namespace method [name=value [name=value] ...]</div></div><div>&nbsp;</div><div>&nbsp;</div><div><div>Invoking simple methods:</div><div>&nbsp;</div><div># vdsm-client Host getVMList</div><div>['b3f6fa00-b315-4ad4-8108-<wbr />f73da817b5c5']</div></div><div>&nbsp;</div><div>For invoking methods with many or complex parameters, you can read the&nbsp;parameters from a JSON format file:</div><div>&nbsp;</div><div># vdsm-client Lease info -f lease.json</div><div>&nbsp;</div><div>where lease.json file content is:</div><div>&nbsp;</div><div><div>{ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "lease": { &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "sd_id": "75ab40e3-06b1-4a54-a825-<wbr />2df7a40b93b2", &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "lease_id": "b3f6fa00-b315-4ad4-8108-<wbr />f73da817b5c5" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; } &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; } &nbsp;</div></div><div>&nbsp;</div><div>It is also possible to read parameters from standard input, creating complex&nbsp;parameters interactively:</div><div>&nbsp;</div><div><div># cat &lt;&lt;EOF | vdsm-client Lease info -f - &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp;{ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"lease": { &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"sd_id": "75ab40e3-06b1-4a54-a825-<wbr />2df7a40b93b2", &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"lease_id": "b3f6fa00-b315-4ad4-8108-<wbr />f73da817b5c5" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;} &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp;} &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; EOF &nbsp;</div></div><div>&nbsp;</div><div>&nbsp;</div><div><b><u>Constructing a command from vdsm schema:</u></b></div><div>&nbsp;</div><div>Let's take VM.getStats as an example.</div><div>This is the entry in the schema:</div><div>&nbsp;</div><div><div>VM.getStats: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; added: '3.1' &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; description: Get statistics about a running virtual machine. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; params: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; - &nbsp; description: The UUID of the VM &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; name: vmID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; type: *UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; return: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; description: An array containing a single VmStats record &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; type: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; - *VmStats &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div></div><div>&nbsp;</div><div>namespace: VM</div><div>method name: getStats</div><div>params: vmID</div><div>&nbsp;</div><div>The vdsm-client command is:</div><div>&nbsp;</div><div># vdsm-client VM&nbsp;getStats vmID=b3f6fa00-b315-4ad4-8108-<wbr />f73da817b5c5</div><div>&nbsp;</div><div>&nbsp;</div><div><div><b><u>Invoking getVdsCaps command:</u></b></div><div>&nbsp;</div><div># vdsm-client Host&nbsp;getCapabilities</div></div><div>&nbsp;</div><div><div>&nbsp;</div><div>&nbsp;</div><div>Please consult vdsm-client help and man page for further details and options.</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>[1] <a target="_blank" href="https://github.com/oVirt/vdsm/blob/master/lib/api/vdsm-api.yml">https://github.com/oVirt/vdsm/<wbr />blob/master/lib/api/vdsm-api.<wbr />yml</a></div><div>&nbsp;</div><span class="HOEnZb"><font color="#888888">--</font></span><div class="m_-7891996504513696655gmail_signature"><div dir="ltr"><span class="HOEnZb"><font color="#888888">Irit Goihman</font></span><div><span class="HOEnZb"><font color="#888888">Software Engineer</font></span></div><div><span class="HOEnZb"><font color="#888888">Red Hat Israel Ltd.</font></span></div></div></div></div></div></blockquote><br /><br /><br />______________________________<wbr />_________________<br />Users mailing list<br /><a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br /><a rel="noreferrer" target="_blank" href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/<wbr />mailman/listinfo/users</a><br />&nbsp;</blockquote></div></div></div></blockquote><br /><br /><style type="text/css">.Text1 {
        color: black;
        font-size:9pt;
        font-family:Verdana;
    }
    .Text2 {
        color: black;
        font-size:7pt;
        font-family:Verdana;
    }</style></html>