On Thu, Jun 21, 2018 at 2:43 PM, Sharon Gratch <sgratch@redhat.com> wrote:



Thanks for confirmation.
So I think the manual has to be updated.
Let me know if you want me to open a documentation bug or not. 
 
yes, ​please open a bug ​on that.

There is already a bug open for the feature, follwing a case I opened for it, so I added the related comment there, also depending on what will be the decision.
https://bugzilla.redhat.com/show_bug.cgi?id=1592990
 



Have you any suggestion on how to set from the REST API, so that I can make some tests?
 
​Sure, for setting IO threads number via REST API, you should run the following request:

PUT   http://engine:port/ovirt-engine/api/vms/vm-id

# request body:
<vm>
<io>
<threads>2</threads>
</io>
</vm>

Thanks