[vdsm] how engine get files from node?

2012-09-21 Thread Sheldon
les? IMO, The new API should list and get not only dump files, but also other kinds of files. -- Sheldon Feng IBM Linux Technology Center ___ vdsm-devel mailing list vdsm-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel

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?

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" 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 watchdog d

[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(???) IBM Linux Technology Center ___ vdsm-devel mailing list vdsm-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/vdsm

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

2012-10-31 Thread Sheldon
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 to close this feature end-to-end (with ovirt engine)? a feature page would be nice (i

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 to

[vdsm] [VDSM][RFC]Switch of VDSM tarball compression format: tar.xz only

2012-11-04 Thread Sheldon
nd the logrotate has already required "xz" So how about to abandon gzip, only use xz? -- Sheldon Feng(冯少合) IBM Linux Technology Center ___ vdsm-devel mailing list vdsm-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel

[vdsm] [VDSM][RFC]Switch of VDSM tarball compression format: tar.xz only

2012-11-04 Thread Sheldon
cy and the logrotate has already required "xz" So how about to abandon gzip, only use xz? -- Sheldon Feng(冯少合) IBM Linux Technology Center ___ vdsm-devel mailing list vdsm-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel

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(冯少合) IBM Linux Technology Center

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

2012-12-02 Thread Sheldon
re-sort the public modules to hsm-python or vdsm-python rpm. such as fileUtils.py, misc.py, BetterPopen and qemuImg.py which is better of the above three? -- Sheldon Feng(冯少合) IBM Linux Technology Center ___ vdsm-devel mailing list vdsm-devel@lists

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

2012-12-25 Thread Sheldon
daemon you communicate with. - Original Message - From: "Dan Kenigsberg" To: "Saggi Mizrahi" Cc: "Sheldon" , a...@linux.vnet.ibm.com, vdsm-devel@lists.fedorahosted.org, "Zheng Sheng ZS Zhou" Sent: Monday, December 3, 2012 12:01:28 PM Subject: Re

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

2013-01-30 Thread Sheldon
ion (git hash?) of the code. node = el6 ___ Users mailing list us...@ovirt.org <mailto:us...@ovirt.org> http://lists.ovirt.org/mailman/listinf

[vdsm] [yajsonrpc]questions about json rpc

2013-02-21 Thread Sheldon
uot;", line 1, in File "/usr/lib64/python2.7/site-packages/yajsonrpc/client.py", line 39, 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 &q

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

2013-02-25 Thread Sheldon
out)[1] File "/usr/lib64/python2.7/Queue.py", line 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.