Re: [vdsm] [yajsonrpc]questions about json rpc

2013-02-25 Thread Sheldon
176, in get raise Empty Queue.Empty Sheldon, You and I resolved this problem but I will answer it here as well for the benefit of everyone. When using the Asyncore framework, there is a reactor on the server but also on the client. Asyncore is multi-threaded and an event loop must be started

[vdsm] [yajsonrpc]questions about json rpc

2013-02-21 Thread Sheldon
, in callMethod resp = self._transport.recv(timeout=timeout) File /usr/share/vdsm/tests/jsonRpcUtils.py, line 100, in recv return self._queue.get(timeout=timeout)[1] File /usr/lib64/python2.7/Queue.py, line 176, in get raise Empty Queue.Empty -- Sheldon Feng(冯少合)shao...@linux.vnet.ibm.com IBM Linux

Re: [vdsm] [Users] latest vdsm cannot read ib device speeds causing storage attach fail

2013-01-30 Thread Sheldon
___ vdsm-devel mailing list vdsm-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel ___ vdsm-devel mailing list vdsm-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel -- Sheldon

[vdsm] [VDSM][RFC] hsm service standalone

2012-12-02 Thread Sheldon
. such as fileUtils.py, misc.py, BetterPopen and qemuImg.py which is better of the above three? -- Sheldon Feng(冯少合)shao...@linux.vnet.ibm.com IBM Linux Technology Center ___ vdsm-devel mailing list vdsm-devel@lists.fedorahosted.org https://lists.fedorahosted.org

Re: [vdsm] Review Request: Add an option to create a watchdog device.

2012-11-05 Thread Sheldon
On 10/30/2012 01:00 PM, Sheldon wrote: Looking for some review on this patch. http://gerrit.ovirt.org/#/c/7535/ Thanks. Add a feature page on wiki. http://wiki.ovirt.org/wiki/Add_an_option_to_create_a_watchdog_device -- Sheldon Feng(冯少合)shao...@linux.vnet.ibm.com IBM Linux Technology

Re: [vdsm] Review Request: Add an option to create a watchdog device.

2012-11-01 Thread Sheldon
On 10/31/2012 06:30 PM, Itamar Heim wrote: On 10/31/2012 11:17 AM, Sheldon wrote: On 10/30/2012 03:45 PM, Itamar Heim wrote: On 10/30/2012 07:00 AM, Sheldon wrote: Looking for some review on this patch. http://gerrit.ovirt.org/#/c/7535/ Hi Sheldon, just wondering - are you planning

[vdsm] Review Request: Add an option to create a watchdog device.

2012-10-29 Thread Sheldon
Looking for some review on this patch. http://gerrit.ovirt.org/#/c/7535/ Thanks. -- Sheldon Feng(???)shao...@linux.vnet.ibm.com IBM Linux Technology Center ___ vdsm-devel mailing list vdsm-devel@lists.fedorahosted.org https://lists.fedorahosted.org

Re: [vdsm] how engine get files from node?

2012-09-24 Thread Sheldon
On 09/21/2012 08:14 PM, Laszlo Hornyak wrote: - Original Message - From: Sheldon shao...@linux.vnet.ibm.com To: vdsm-devel@lists.fedorahosted.org Sent: Friday, September 21, 2012 11:42:05 AM Subject: [vdsm] how engine get files from node? Hi all, I have submitted a patch about

[vdsm] how engine get files from node?

2012-09-21 Thread Sheldon
, The new API should list and get not only dump files, but also other kinds of files. -- Sheldon Fengshao...@linux.vnet.ibm.com IBM Linux Technology Center ___ vdsm-devel mailing list vdsm-devel@lists.fedorahosted.org https://lists.fedorahosted.org

Re: [vdsm] how engine get files from node?

2012-09-21 Thread Sheldon
On 09/21/2012 05:42 PM, Sheldon wrote: Hi all, I have submitted a patch about watchdog device http://gerrit.ovirt.org/#/c/7535/ If we set 'dump' action for watchdog, qemu will generate a dump file when watchdog event. And I have get some feedback, how engine get these files? scp