Re: [vdsm] {vdsm] vdsmapi-schema and json-rpc

2013-11-05 Thread Aravinda
On 11/05/2013 02:12 PM, Piotr Kliczewski wrote: Recently I compared vdsmapi-schema.json file and the engine code (IVdsServer interface). I wanted to understand how to build json messages from parameters which are provided by the engine interface. I would like to understand which interface defi

[vdsm] vdsm rpm sanity test is failing

2013-10-09 Thread Aravinda
Hi, I sent a patch to vdsm in gerrit, but rpm sanity test is failing. Please suggest how to fix this. patch: http://gerrit.ovirt.org/#/c/17822/6 sanity test: http://jenkins.ovirt.org/job/vdsm_install_rpm_sanity_gerrit/148/ -- regards Aravinda

Re: [vdsm] Help needed to debug segfault when using ctypes

2013-08-27 Thread Aravinda
using libgfapi. This func is added as supervdsm method using the decorator @makePublic, which is used in /vdsm/gluster/api.py (self.svdsmProxy.glusterVolumeStatvfs(volumeName)) Will try to debug using remote debugger. Thanks for the suggestions. -- regards Aravinda If you sure it raises inside

[vdsm] Help needed to debug segfault when using ctypes

2013-08-22 Thread Aravinda
flag=4096L, f_namemax=255L) Please suggest how I can debug this issue. -- Regards Aravinda ___ vdsm-devel mailing list vdsm-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel

Re: [vdsm] [Engine-devel] Adding vdsm_api support for gluster vdsm verbs

2013-04-17 Thread Aravinda
[Adding Saggi, Adam, Dan, Sahina] On 04/16/2013 02:13 PM, Aravinda wrote: [Adding engine-devel] On 04/16/2013 02:10 PM, Aravinda wrote: vdsm/gluster is vdsm plugin for gluster related functionality. These functionalities are available only when vdsm-gluster package is installed. So the

Re: [vdsm] Adding vdsm_api support for gluster vdsm verbs

2013-04-16 Thread Aravinda
[Adding engine-devel] On 04/16/2013 02:10 PM, Aravinda wrote: vdsm/gluster is vdsm plugin for gluster related functionality. These functionalities are available only when vdsm-gluster package is installed. So the schema JSON of vdsm-gluster cannot be added to the same file(vdsm_api/vdsmapi

Re: [vdsm] Adding vdsm_api support for gluster vdsm verbs

2013-04-16 Thread Aravinda
ory inside vdsm_api, so that we can modify vdsmapi.py to read all schema files from that dir. When vdsm-gluster package installed, it copies vdsmapi-gluster-schema.json into schema directory. -- regards Aravinda On 04/15/2013 04:14 PM, Aravinda wrote: Hi, We are trying to add json rpc supp

[vdsm] Adding vdsm_api support for gluster vdsm verbs

2013-04-15 Thread Aravinda
Hi, We are trying to add json rpc support for vdsm gluster verbs. I submitted a patch to read gluster verbs schema from vdsm/gluster directory. http://gerrit.ovirt.org/#/c/13921/ Let me know if the approach is fine. -- regards Aravinda ___ vdsm