[ovirt-devel] Re: Restart a Host

2019-10-23 Thread Sandro Bonazzola
Il giorno ven 18 ott 2019 alle ore 15:27 ha scritto: > Putting this here for future reference if someone else stumbles across > this: > > The reboot functionality can be mirrored by using bash commands from > within your Java/python/etc code. > > ssh host > shutdown -r now > > This will achieve

[ovirt-devel] Re: Restart a Host

2019-10-18 Thread scott . fitzgerald
Putting this here for future reference if someone else stumbles across this: The reboot functionality can be mirrored by using bash commands from within your Java/python/etc code. ssh host shutdown -r now This will achieve the desired results, however the UI will report slightly differently.

[ovirt-devel] Re: Restart a Host

2019-10-18 Thread Artur Socha
There is a ticket in bugzilla ... quite old. Unfortunately I have no information about any plans regarding its implementation. The ticket itself is not assigned to any of the upcoming releases. https://bugzilla.redhat.com/show_bug.cgi?id=1393766 Artur On Fri, Oct 18, 2019 at 1:45 PM wrote: >

[ovirt-devel] Re: Restart a Host

2019-10-18 Thread scott . fitzgerald
Hi Artur, Thanks, I assumed this was the case. Is there a timeline for when this functionality will be available in the ovirt sdk? Thanks, Scott ___ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-le...@ovirt.org Privacy

[ovirt-devel] Re: Restart a Host

2019-10-18 Thread Artur Socha
Hi Scott, AFAIK (maybe someone will correct me) - restart via ssh is GUI internal action and it has not been yet exposed via REST API. On GUI side it is triggered by the following method: