[ovirt-users] Re: Simple API call to start VM

2018-05-30 Thread gss...@pku.edu.cn
It looks like VM with UUID 60c47a91-bca1-4eda-b71d-7bddf82ee8ab does not exist. From: Kirin van der Veer Date: 2018-05-30 14:07 To: users Subject: [ovirt-users] Simple API call to start VM Hi oVirt users, I have (what I hope) is a simple problem. I want to make an https request to start a VM

[ovirt-users] Pass through disk can't R/W

2018-05-03 Thread gss...@pku.edu.cn
Hi, I found my VM libvirt create xml as: I found https://libvirt.org/formatdomain.html#elementsHostDevSubsys like blow: ... ...Is mandatory? ___ Users mailing list

[ovirt-users] Remove Host Device Error

2018-04-27 Thread gss...@pku.edu.cn
Hi, I got this log in /var/log/ovirt-engine/engine.log, when I remove a host pass through SCSI device in VM. 2018-04-28 12:23:14,568+08 ERROR [org.ovirt.engine.core.bll.hostdev.RemoveVmHostDevicesCommand] (default task-9) [7d10eb49-328e-4cde-89b9-3f3e7e9d3666] Command

[ovirt-users] General SSLEngine problem

2018-04-25 Thread gss...@pku.edu.cn
Hi, I got this err log when I start my engine service. 2018-04-25 18:40:21,012+08 INFO [org.ovirt.vdsm.jsonrpc.client.reactors.ReactorClient] (SSL Stomp Reactor) [] Connecting to /192.168.122.187 2018-04-25 18:40:21,019+08 ERROR [org.ovirt.vdsm.jsonrpc.client.reactors.Reactor] (SSL Stomp

[ovirt-users] create VM failed

2018-04-23 Thread gss...@pku.edu.cn
Hi, when I creating an VM ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

[ovirt-users] SCSI HDD lost after VM reboot

2018-04-22 Thread gss...@pku.edu.cn
Hi, All 1. I create a VM in node. 2. Passthrough a SCIS HDD to it. 3. After power off and power on this VM. 4. I can not find SCSI devices by lsscsi in VM console. 5. But, in engine web UI Compute->Virtual Machines->myVM->Host Devices still have SCSI devices

Re: [ovirt-users] Some questions about Ovirt REST API

2018-04-12 Thread gss...@pku.edu.cn
Here is my patches. From: gss...@pku.edu.cn Date: 2018-04-12 16:45 To: omachace; users Subject: Re: Re: [ovirt-users] Some questions about Ovirt REST API Sure. I override get() and add() in my BackendVmMytestsResource.java GET works and POST not. From: Ondra Machacek Date: 2018-04-12 16:25

Re: [ovirt-users] Some questions about Ovirt REST API

2018-04-12 Thread gss...@pku.edu.cn
' in GET request feedback.xml I must have misunderstood sth. From: Ondra Machacek Date: 2018-04-12 16:25 To: gss...@pku.edu.cn; users Subject: Re: [ovirt-users] Some questions about Ovirt REST API Ah sorry, POST isn't working and GET works, I misread it. Can you please share

Re: [ovirt-users] Some questions about Ovirt REST API

2018-04-12 Thread gss...@pku.edu.cn
Sure. I override get() and add() in my BackendVmMytestsResource.java GET works and POST not. From: Ondra Machacek Date: 2018-04-12 16:25 To: gss...@pku.edu.cn; users Subject: Re: [ovirt-users] Some questions about Ovirt REST API Ah sorry, POST isn't working and GET works, I misread it. Can you

Re: [ovirt-users] Some questions about Ovirt REST API

2018-04-12 Thread gss...@pku.edu.cn
Do you mean @override getMytestsResource() in BackendVmResource ? I have done that, otherwise GET would not pass. From: Ondra Machacek Date: 2018-04-12 15:43 To: gss...@pku.edu.cn; users Subject: Re: [ovirt-users] Some questions about Ovirt REST API On 04/11/2018 08:19 AM, gss...@pku.edu.cn