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

2013-08-22 Thread Deepak C Shetty
I haven't worked much on using ctypes in python.. but did you try to look into the core to see where exactly the segfault is happening.. that might give some clues for further debug. On 08/22/2013 05:53 PM, Aravinda wrote: Hi, In following patch I am using ctypes to load libgfapi(GlusterFS AP

Re: [vdsm] How to handle qemu 1.3 dep for Gluster Storage Domain

2013-08-12 Thread Deepak C Shetty
On 08/12/2013 09:50 PM, Vijay Bellur wrote: On Mon, Aug 12, 2013 at 9:45 PM, Itamar Heim <mailto:ih...@redhat.com>> wrote: On 08/12/2013 04:55 PM, Deepak C Shetty wrote: what do you mean by 'out of luck'.. I thot virt-preview had F17/F1

Re: [vdsm] How to handle qemu 1.3 dep for Gluster Storage Domain

2013-08-12 Thread Deepak C Shetty
On 08/12/2013 07:22 PM, Andrew Cathrow wrote: - Original Message - From: "Deepak C Shetty" To: "VDSM Project Development" Sent: Monday, August 12, 2013 9:39:21 AM Subject: Re: [vdsm] How to handle qemu 1.3 dep for Gluster Storage Domain On 08/12/2013 06:32 PM,

Re: [vdsm] How to handle qemu 1.3 dep for Gluster Storage Domain

2013-08-12 Thread Deepak C Shetty
On 08/12/2013 06:32 PM, Andrew Cathrow wrote: - Original Message - From: "Deepak C Shetty" To: vdsm-devel@lists.fedorahosted.org Sent: Monday, August 12, 2013 8:59:37 AM Subject: Re: [vdsm] How to handle qemu 1.3 dep for Gluster Storage Domain On 08/12/2013 04:51 PM, Andr

Re: [vdsm] How to handle qemu 1.3 dep for Gluster Storage Domain

2013-08-12 Thread Deepak C Shetty
dep for Gluster Storage Domain On 08/07/2013 08:21 AM, Sahina Bose wrote: [Adding engine-devel] On 08/06/2013 10:48 AM, Deepak C Shetty wrote: Hi All, There were 2 learnings from BZ https://bugzilla.redhat.com/show_bug.cgi?id=988299 1) Gluster RPM deps were not proper in VDSM when using Glus

[vdsm] How to handle qemu 1.3 dep for Gluster Storage Domain

2013-08-05 Thread Deepak C Shetty
Hi All, There were 2 learnings from BZ https://bugzilla.redhat.com/show_bug.cgi?id=988299 1) Gluster RPM deps were not proper in VDSM when using Gluster Storage Domain. This has been partly addressed by the gluster-devel thread @ http://lists.gnu.org/archive/html/gluster-devel/2013-08/msg

Re: [vdsm] Exploiting domain specific offload features

2013-07-25 Thread Deepak C Shetty
On 07/24/2013 07:55 PM, Federico Simoncelli wrote: - Original Message - From: "Federico Simoncelli" To: "Itamar Heim" Cc: "Deepak C Shetty" , vdsm-devel@lists.fedorahosted.org, "Ayal Baron" Sent: Wednesday, July 24, 2013 4:22:02 PM Subjec

Re: [vdsm] Exploiting domain specific offload features

2013-07-17 Thread Deepak C Shetty
On 07/17/2013 12:48 PM, M. Mohan Kumar wrote: Hello, We are adding features such as server offloaded cloning, snapshot of the files(ie VM disks) and zeroed vm disk allocation in GlusterFS. As of now only BD xlator supports offloaded cloning & snapshot. Server offloaded zeroing of VM disks is sup

Re: [vdsm] [SOLVED] How to figure out the transport type of Gluster volume from VDSM host (which is not a gluster peer) ?

2013-05-17 Thread Deepak C Shetty
On 05/07/2013 10:20 AM, Deepak C Shetty wrote: On 05/07/2013 01:13 AM, Vijay Bellur wrote: On 05/06/2013 08:03 PM, Deepak C Shetty wrote: 2) Use gluster ::system getspec I tried this but it never worked for me... whats the right way of using this ? For me.. it just returned back to shel

Re: [vdsm] [Gluster-devel] How to figure out the transport type of Gluster volume from VDSM host (which is not a gluster peer) ?

2013-05-09 Thread Deepak C Shetty
On 05/09/2013 08:17 AM, Vijay Bellur wrote: On 05/07/2013 10:20 AM, Deepak C Shetty wrote: On 05/07/2013 01:13 AM, Vijay Bellur wrote: On 05/06/2013 08:03 PM, Deepak C Shetty wrote: 2) Use gluster ::system getspec I tried this but it never worked for me... whats the right way of using

Re: [vdsm] [Gluster-devel] How to figure out the transport type of Gluster volume from VDSM host (which is not a gluster peer) ?

2013-05-09 Thread Deepak C Shetty
On 05/09/2013 10:22 AM, Kaushal M wrote: On Thu, May 9, 2013 at 8:17 AM, Vijay Bellur wrote: On 05/07/2013 10:20 AM, Deepak C Shetty wrote: On 05/07/2013 01:13 AM, Vijay Bellur wrote: On 05/06/2013 08:03 PM, Deepak C Shetty wrote: 2) Use gluster ::system getspec I tried this but it never

Re: [vdsm] [Gluster-devel] How to figure out the transport type of Gluster volume from VDSM host (which is not a gluster peer) ?

2013-05-06 Thread Deepak C Shetty
On 05/07/2013 01:13 AM, Vijay Bellur wrote: On 05/06/2013 08:03 PM, Deepak C Shetty wrote: 2) Use gluster ::system getspec I tried this but it never worked for me... whats the right way of using this ? For me.. it just returned back to shell w/o dumping the volfile at all! The right way to

Re: [vdsm] How to figure out the transport type of Gluster volume from VDSM host (which is not a gluster peer) ?

2013-05-06 Thread Deepak C Shetty
On 05/06/2013 08:47 PM, Shu Ming wrote: 2013-5-6 22:33, Deepak C Shetty: Hi Lists, I am looking at options to figure the transport type of a gluster volume (given the volfileserver:volname) from a host that is *not* part of gluster volume (aka not a gluster peer). The context here is

[vdsm] How to figure out the transport type of Gluster volume from VDSM host (which is not a gluster peer) ?

2013-05-06 Thread Deepak C Shetty
Hi Lists, I am looking at options to figure the transport type of a gluster volume (given the volfileserver:volname) from a host that is *not* part of gluster volume (aka not a gluster peer). The context here is GlusterFS as a storage domain in oVirt/VDSM, which is currently available in

Re: [vdsm] Enabling clusterLevels for 3.3 in dsaversion.py

2013-04-30 Thread Deepak C Shetty
On 04/30/2013 12:12 PM, Itamar Heim wrote: On 04/30/2013 07:37 AM, Deepak C Shetty wrote: On 04/21/2013 02:40 AM, Itamar Heim wrote: On 03/22/2013 06:42 AM, Deepak C Shetty wrote: On 03/21/2013 04:07 PM, Vinzenz Feenstra wrote: On 03/21/2013 10:32 AM, Deepak C Shetty wrote: On 03/21/2013 01

Re: [vdsm] Enabling clusterLevels for 3.3 in dsaversion.py

2013-04-29 Thread Deepak C Shetty
On 04/21/2013 02:40 AM, Itamar Heim wrote: On 03/22/2013 06:42 AM, Deepak C Shetty wrote: On 03/21/2013 04:07 PM, Vinzenz Feenstra wrote: On 03/21/2013 10:32 AM, Deepak C Shetty wrote: On 03/21/2013 01:11 PM, Dan Kenigsberg wrote: On Thu, Mar 21, 2013 at 10:42:27AM +0530, Deepak C Shetty

Re: [vdsm] [SOLVED] Seeing gnutls issue when installing libvirt-python dep for VDSM

2013-04-05 Thread Deepak C Shetty
This gets solved by doing yum update libtasn1 See comment #8 of https://bugzilla.redhat.com/show_bug.cgi?id=928674 ___ vdsm-devel mailing list vdsm-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel

[vdsm] Seeing gnutls issue when installing libvirt-python dep for VDSM

2013-04-05 Thread Deepak C Shetty
Hi All, I am running ./autogen.sh --system and installing the required pkgs as it reports them missing. I installed libvirt and qemu-kvm, which brought in gnutls pkg as a dep. (amongst others). No errors/issues reported by yum duing the above pkgs installs. Then in installed libvirt-pyth

Re: [vdsm] Enabling clusterLevels for 3.3 in dsaversion.py

2013-03-21 Thread Deepak C Shetty
On 03/21/2013 04:07 PM, Vinzenz Feenstra wrote: On 03/21/2013 10:32 AM, Deepak C Shetty wrote: On 03/21/2013 01:11 PM, Dan Kenigsberg wrote: On Thu, Mar 21, 2013 at 10:42:27AM +0530, Deepak C Shetty wrote: Hi, I am trying to validate GlusterFS domain engine patches, against VDSM

Re: [vdsm] Enabling clusterLevels for 3.3 in dsaversion.py

2013-03-21 Thread Deepak C Shetty
On 03/21/2013 01:11 PM, Dan Kenigsberg wrote: On Thu, Mar 21, 2013 at 10:42:27AM +0530, Deepak C Shetty wrote: Hi, I am trying to validate GlusterFS domain engine patches, against VDSM. GlusterFS domain is enabled for 3.3 only So when i try to add my VDSM as a new host to engine, it

[vdsm] Enabling clusterLevels for 3.3 in dsaversion.py

2013-03-20 Thread Deepak C Shetty
Hi, I am trying to validate GlusterFS domain engine patches, against VDSM. GlusterFS domain is enabled for 3.3 only So when i try to add my VDSM as a new host to engine, it doesn't allow me to do so since clusterLevels (returned by VDSM as part of engine calling getCap) doesn't have 3.3 I

Re: [vdsm] [Users] setupNetworks failure - Host non-operational

2013-01-22 Thread Deepak C Shetty
On 01/22/2013 07:13 PM, Antoni Segura Puimedon wrote: Which version of vdsm is it running? Once I know I'll try to see why does this happen. I am working on a git version of VDSM. let me know if u need more info. rpm -qa| grep vdsm vdsm-debug-plugin-4.10.3-0.75.git87b668d.fc17.noarch vdsm-debug

Re: [vdsm] [Users] setupNetworks failure - Host non-operational

2013-01-22 Thread Deepak C Shetty
On 01/22/2013 06:37 PM, Alex Leonhardt wrote: I'm not sure whether it's the same, but in the past (with v3.1) when configuring the hosts network, it changed it automatically from static -> dhcp, everytime i change network settings i have to ensure to re-tick the static address assignment and ti

[vdsm] setupNetworks failure - Host non-operational

2013-01-22 Thread Deepak C Shetty
Hi All, I have a multi-VM setup, where I have ovirt engine on one VM and VDSM host on another. Discovering the host from the engine puts the host in Unassigned state, with the error saying 'ovirtmgmt' network not found. When i select setupNetworks and drag-drop the ovirtmgmt to setup over

[vdsm] Q on git-review error

2013-01-15 Thread Deepak C Shetty
Hi All, I got this error, while trying to push a topic branch..but in the end it looks like it did push the GLUSTERSD_DOMAIN patch ( which had a minor change ). The other 2 patches didn't have any change. Finally when i look up in gerrit, it shows GLUSTERSD_DOMAIn patch fine, but the link

Re: [vdsm] RFC: New Storage API

2012-12-16 Thread Deepak C Shetty
On 12/08/2012 01:23 AM, Saggi Mizrahi wrote: - Original Message - From: "Deepak C Shetty" To: "Saggi Mizrahi" Cc: "Shu Ming" , "engine-devel" , "VDSM Project Development" , "Deepak C Shetty" Sent: Friday, December 7, 2012

Re: [vdsm] RFC: New Storage API

2012-12-06 Thread Deepak C Shetty
On 12/06/2012 10:22 PM, Saggi Mizrahi wrote: - Original Message - From: "Shu Ming" To: "Saggi Mizrahi" Cc: "VDSM Project Development" , "engine-devel" Sent: Thursday, December 6, 2012 11:02:02 AM Subject: Re: [vdsm] RFC: New Storage API Saggi, Thanks for sharing your thought and I

Re: [vdsm] Proposal to add Adam Litke as maintainer to vdsm

2012-11-20 Thread Deepak C Shetty
On 11/16/2012 10:20 PM, Itamar Heim wrote: Adam has been submitting numerous patches for VDSM for more than a year, most noticeably on improving VDSM API into, well, an API... I'd like to propose Adam as a maintainer for vdsm. +1 ___ vdsm-devel mai

[vdsm] Feature page for GLUSTERFS_DOMAIN support is now available.

2012-10-22 Thread Deepak C Shetty
Hi list, I created a wiki page for GLUSTERFS_DOMAIN support. Comments/Suggestions are welcome. http://wiki.ovirt.org/wiki/Features/GlusterFS_Storage_Domain thanx, deepak ___ vdsm-devel mailing list vdsm-devel@lists.fedorahosted.org https://lists.f

[vdsm] Looking for GLUSTERFS_DOMAIN patch review

2012-10-10 Thread Deepak C Shetty
Hi All, I have posted the GLUSTERFS_DOMAIN support patchseries ( set of 4 patches ) based on the reviews recd by Dan, fsimonce, Bala, saggi and others. I have posted this as a new topic branch (gluster_domain_support). http://gerrit.ovirt.org/#/c/6856/ http://gerrit.ovirt.org/#/c/8115/ http

Re: [vdsm] Q on 'git push' to vdsm gerrit

2012-09-24 Thread Deepak C Shetty
On 09/24/2012 03:54 PM, Alon Bar-Lev wrote: - Original Message - From: "Deepak C Shetty" To: "Alon Bar-Lev" Cc: "VDSM Project Development" Sent: Monday, September 24, 2012 12:19:19 PM Subject: Re: [vdsm] Q on 'git push' to vdsm gerrit On

Re: [vdsm] Q on 'git push' to vdsm gerrit

2012-09-24 Thread Deepak C Shetty
On 09/23/2012 11:59 PM, Alon Bar-Lev wrote: Try to branch and re-push, remove your own commits from master so you won't have future problems. I am not following here. Can you elaborate pls ? I am not a gerrit expert, so may be I am missing something. FYI - I am not doing git push from vdsm ma

Re: [vdsm] Q on 'git push' to vdsm gerrit

2012-09-23 Thread Deepak C Shetty
On 09/22/2012 09:01 PM, Alon Bar-Lev wrote: - Original Message - From: "Deepak C Shetty" To: "VDSM Project Development" Sent: Saturday, September 22, 2012 3:47:24 PM Subject: [vdsm] Q on 'git push' to vdsm gerrit Hi, I got the below error fro

[vdsm] Q on 'git push' to vdsm gerrit

2012-09-22 Thread Deepak C Shetty
Hi, I got the below error from git push, but my patchset is actually pushed, when i see it gerrit. See change # 6856, patchset 8. git push gerrit.ovirt.org:vdsm HEAD:refs/for/master Counting objects: 36, done. Delta compression using up to 4 threads. Compressing objects: 100% (22/22), done.

Re: [vdsm] [fedora-virt] libvirt 0.10.0 dependency issue

2012-09-18 Thread Deepak C Shetty
On 09/18/2012 05:31 PM, Deepak C Shetty wrote: On 09/12/2012 09:21 PM, Cole Robinson wrote: On 09/09/2012 02:21 PM, Dan Kenigsberg wrote: On Sun, Sep 09, 2012 at 12:35:00PM +0300, Dan Kenigsberg wrote: On Thu, Sep 06, 2012 at 10:10:17PM +0800, Royce Lv wrote: Guys, Because vdsm is

Re: [vdsm] [fedora-virt] libvirt 0.10.0 dependency issue

2012-09-18 Thread Deepak C Shetty
On 09/12/2012 09:21 PM, Cole Robinson wrote: On 09/09/2012 02:21 PM, Dan Kenigsberg wrote: On Sun, Sep 09, 2012 at 12:35:00PM +0300, Dan Kenigsberg wrote: On Thu, Sep 06, 2012 at 10:10:17PM +0800, Royce Lv wrote: Guys, Because vdsm is depend on a patch in libvirt 0.10.0, But libvirt 0.10.

Re: [vdsm] [fedora-virt] libvirt 0.10.0 dependency issue

2012-09-18 Thread Deepak C Shetty
On 09/12/2012 09:21 PM, Cole Robinson wrote: On 09/09/2012 02:21 PM, Dan Kenigsberg wrote: On Sun, Sep 09, 2012 at 12:35:00PM +0300, Dan Kenigsberg wrote: On Thu, Sep 06, 2012 at 10:10:17PM +0800, Royce Lv wrote: Guys, Because vdsm is depend on a patch in libvirt 0.10.0, But libvirt 0.10.

Re: [vdsm] Jenkins testing.

2012-08-21 Thread Deepak C Shetty
On 08/22/2012 07:40 AM, Robert Middleswarth wrote: On 08/14/2012 04:54 AM, Deepak C Shetty wrote: On 08/14/2012 12:52 PM, Deepak C Shetty wrote: On 08/14/2012 11:13 AM, Robert Middleswarth wrote: After a few false starts it looks like we have per patch testing working on VDSM, oVirt-engine

Re: [vdsm] Jenkins testing.

2012-08-14 Thread Deepak C Shetty
On 08/14/2012 12:52 PM, Deepak C Shetty wrote: On 08/14/2012 11:13 AM, Robert Middleswarth wrote: After a few false starts it looks like we have per patch testing working on VDSM, oVirt-engine, oVirt-engine-sdk and oVirt-engine-cli. There are 3 status a patch can get. 1) Success - Means the

Re: [vdsm] Jenkins testing.

2012-08-14 Thread Deepak C Shetty
On 08/14/2012 11:13 AM, Robert Middleswarth wrote: After a few false starts it looks like we have per patch testing working on VDSM, oVirt-engine, oVirt-engine-sdk and oVirt-engine-cli. There are 3 status a patch can get. 1) Success - Means the patch ran though the tests without issue. 2) Fa

Re: [vdsm] Using vdsm hook to exploit gluster backend of qemu

2012-08-07 Thread Deepak C Shetty
On 07/29/2012 03:47 PM, Dan Kenigsberg wrote: Deepak, I know that I am not relating to your main issue (sorry...), but... I like the idea of a hook mangling. Could you (or someone else) contribute such a hook to upstream vdsm? I'm sure many would thank a hook accepting general qemu command line

Re: [vdsm] Error building RPM - solved

2012-08-07 Thread Deepak C Shetty
(top posting) Adding my hook in spec.in outside the %if hook worked ! On 08/07/2012 11:00 AM, Deepak C Shetty wrote: On 08/07/2012 07:47 AM, Xu He Jie wrote: Hi, Deepak: You need attend there is compile argument --enable-hooks. if without --enable-hooks, some hooks will not compile and

Re: [vdsm] Error building RPM

2012-08-06 Thread Deepak C Shetty
are being compiled and packaged today. Please see my inline comment. On 08/07/2012 12:08 AM, Deepak C Shetty wrote: Hello, I am creating a new hook for qemu cmdline support. Facing the below issue : Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/vdsm

[vdsm] Error building RPM

2012-08-06 Thread Deepak C Shetty
Hello, I am creating a new hook for qemu cmdline support. Facing the below issue : Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/vdsm-4.10.0-0.255.gitc80d988.fc16.x86_64 error: Installed (but unpackaged) file(s) found: /usr/libexec/vdsm/hooks/before_vm

Re: [vdsm] Using vdsm hook to exploit gluster backend of qemu

2012-07-30 Thread Deepak C Shetty
On 07/29/2012 05:16 PM, Itamar Heim wrote: On 07/16/2012 04:07 PM, Deepak C Shetty wrote: I am sure VDSM hook is not the ideal way to add this functionality in VDSM, would request inputs from experts on this list on what would be a better way in VDSM to exploit QEMU-GlusterFS native

Re: [vdsm] Using vdsm hook to exploit gluster backend of qemu

2012-07-29 Thread Deepak C Shetty
On 07/29/2012 03:47 PM, Dan Kenigsberg wrote: Deepak, I know that I am not relating to your main issue (sorry...), but... I like the idea of a hook mangling. Could you (or someone else) contribute such a hook to upstream vdsm? I'm sure many would thank a hook accepting general qemu command line

[vdsm] RFC: Proposal to support network disk type in PosixFS

2012-07-20 Thread Deepak C Shetty
Hello, I am proposing a method for VDSM to exploit disk of 'network' type under PosixFS. Altho' I am taking Gluster as the storage backend example, it should apply to any other backends (that support network disk type) as well. Currently under PosixFS, the design is to mount the 'server:/e

Re: [vdsm] Agenda for tomorrow's call

2012-07-16 Thread Deepak C Shetty
Hello Dan, The India dial in ... India Dial-In #: 000-800-650-1533 never works.. so I am unable to connect to this call from home. I cannot use the other India number as that is not supported for my telecom carrier. Who can help in resolving this issue. The above number always results

Re: [vdsm] Using vdsm hook to exploit gluster backend of qemu

2012-07-16 Thread Deepak C Shetty
On 07/05/2012 05:24 PM, Deepak C Shetty wrote: Hello All, Any updates/comments on this mail, anybody ? More comments/questions inline below 'would appreciate response which can help me here. thanx, deepak On 06/27/2012 06:44 PM, Deepak C Shetty wrote: Hello, Recently ther

Re: [vdsm] Q on createVolume(..) filesize.

2012-07-12 Thread Deepak C Shetty
On 07/12/2012 06:32 PM, Lee Yarwood wrote: On 07/12/2012 01:25 PM, Deepak C Shetty wrote: Hello, I am working on a VDSM standalone script that is using PosixFS inteface to mount gluster volume & trying to create a volume (file) inside the storage domain. Snip of the code is b

[vdsm] Q on createVolume(..) filesize.

2012-07-12 Thread Deepak C Shetty
Hello, I am working on a VDSM standalone script that is using PosixFS inteface to mount gluster volume & trying to create a volume (file) inside the storage domain. Snip of the code is below... == sizeGiB = 4 tid = vdsOK(s.create

[vdsm] Readonly leases error in vdsm log

2012-07-05 Thread Deepak C Shetty
Hello, I am creating a VM using vdsm standalone script and facing issues when i add cdrom and make it boot from cdrom. vdsOK( s.create(dict(vmId=vmId, drives=[dict(poolID=spUUID, domainID=sdUUID, imageID=imgUUID, volumeID=volUUID)], memSize=25

Re: [vdsm] Using vdsm hook to exploit gluster backend of qemu

2012-07-05 Thread Deepak C Shetty
Hello All, Any updates/comments on this mail, anybody ? More comments/questions inline below 'would appreciate response which can help me here. thanx, deepak On 06/27/2012 06:44 PM, Deepak C Shetty wrote: Hello, Recently there were patches posted in qemu-devel to support gl

Re: [vdsm] Agenda for today's call

2012-07-05 Thread Deepak C Shetty
On 07/02/2012 07:26 PM, Dan Kenigsberg wrote: On Mon, Jul 02, 2012 at 12:32:10PM +0300, Deepak C Shetty wrote: Stuff I'd like to mention today: Call quorum unsatisfied: only Saggi, Tony and myself called in. We discussed Saggi's plans for a new API for Vdsm, and aboout Tony'

[vdsm] Agenda for today's call

2012-07-02 Thread Deepak C Shetty
Stuff I'd like to mention today: - bulk of REST patches unilaterally pushed. I still consider that API preliminary though, since I do not think it has undergone the scrutiny it deserves. The patches were not really verified with current API.py, so they are currently broken. Please review and

Re: [vdsm] Agenda for tomorrow's call

2012-06-29 Thread Deepak C Shetty
On 06/29/2012 03:24 PM, Ewoud Kohl van Wijngaarden wrote: On Mon, Jun 18, 2012 at 05:24:26PM +0300, Dan Kenigsberg wrote: Deepack: please review libstorage writeup. Saggi, Adam: will do. Deepack: is there an irc bot logging #vdsm? No but I'd love if you configure one ;-) Deepack to res

[vdsm] Using vdsm hook to exploit gluster backend of qemu

2012-06-27 Thread Deepak C Shetty
Hello, Recently there were patches posted in qemu-devel to support gluster as a block backend for qemu. This introduced new way of specifying drive location to qemu as ... -drive file=gluster:: where... volumefile is the gluster volume file name ( say gluster volume is pre-configured

Re: [vdsm] [Engine-devel] RFC: Writeup on VDSM-libstoragemgmt integration

2012-06-25 Thread Deepak C Shetty
On 06/25/2012 11:13 PM, Itamar Heim wrote: On 06/25/2012 10:14 AM, Deepak C Shetty wrote: On 06/25/2012 07:47 AM, Shu Ming wrote: On 2012-6-25 10:10, Andrew Cathrow wrote: - Original Message - From: "Andy Grover" To: "Shu Ming" Cc: libstoragemgmt-de...@l

Re: [vdsm] [Libstoragemgmt-devel] [Engine-devel] RFC: Writeup on VDSM-libstoragemgmt integration

2012-06-25 Thread Deepak C Shetty
On 06/25/2012 08:38 PM, Tony Asleson wrote: On 06/25/2012 09:14 AM, Deepak C Shetty wrote: On 06/25/2012 07:47 AM, Shu Ming wrote: I think VDSM-libstoragemgmt will let the storage array itself to make the snapshot and handle the coordination of the various atomic functions. VDSM should be

Re: [vdsm] [Engine-devel] RFC: Writeup on VDSM-libstoragemgmt integration

2012-06-25 Thread Deepak C Shetty
On 06/25/2012 08:28 PM, Ryan Harper wrote: * Andrew Cathrow [2012-06-24 21:11]: - Original Message - From: "Andy Grover" To: "Shu Ming" Cc: libstoragemgmt-de...@lists.sourceforge.net, engine-de...@ovirt.org, "VDSM Project Development" Sent: Sunday, June 24, 2012 10:05:45 PM Subject:

Re: [vdsm] [Engine-devel] RFC: Writeup on VDSM-libstoragemgmt integration

2012-06-25 Thread Deepak C Shetty
uthentication methods will be expressed. Not clear on what the concern here is. Can you pls provide more clarity on the problem here ? Maybe providing some examples will help. Rest of the comments inline ----- Original Message - From: "Deepak C Shetty" To: "VDSM Project Deve

Re: [vdsm] [Engine-devel] RFC: Writeup on VDSM-libstoragemgmt integration

2012-06-25 Thread Deepak C Shetty
On 06/25/2012 07:47 AM, Shu Ming wrote: On 2012-6-25 10:10, Andrew Cathrow wrote: - Original Message - From: "Andy Grover" To: "Shu Ming" Cc: libstoragemgmt-de...@lists.sourceforge.net, engine-de...@ovirt.org, "VDSM Project Development" Sent: Sunday, June 24, 2012 10:05:45 PM Subj

Re: [vdsm] RFC: Writeup on VDSM-libstoragemgmt integration

2012-06-19 Thread Deepak C Shetty
On 06/18/2012 09:26 PM, Shu Ming wrote: On 2012-5-30 17:38, Deepak C Shetty wrote: Hello All, I have a draft write-up on the VDSM-libstoragemgmt integration. I wanted to run this thru' the mailing list(s) to help tune and crystallize it, before putting it on the ovirt wiki. I hav

Re: [vdsm] [virt-node] VDSM as a general purpose virt host manager

2012-06-19 Thread Deepak C Shetty
On 06/19/2012 01:13 AM, Ryan Harper wrote: * Saggi Mizrahi [2012-06-18 10:05]: I would like to put on to the table for descussion the growing need for a way to more easily reuse of the functionality of VDSM in order to service projects other than Ovirt-Engine. Originally VDSM was created as a

Re: [vdsm] [virt-node] VDSM as a general purpose virt host manager

2012-06-18 Thread Deepak C Shetty
On 06/18/2012 08:32 PM, Saggi Mizrahi wrote: I would like to put on to the table for descussion the growing need for a way to more easily reuse of the functionality of VDSM in order to service projects other than Ovirt-Engine. Originally VDSM was created as a proprietary agent for the sole purpo

Re: [vdsm] Agenda for tomorrow's call

2012-06-18 Thread Deepak C Shetty
On 06/17/2012 11:34 PM, Dan Kenigsberg wrote: Hi! tomorrow I would like to discuss: - the abysmal review condition of the rest api patches - vdsm status for ovirt-3.1 I know networking requires a heavy cherry-pick from upstream. There is probably more. Everybody invited to care for vd

Re: [vdsm] [Users] How to configure sharedFS ?

2012-06-17 Thread Deepak C Shetty
On 06/17/2012 06:20 PM, Deepak C Shetty wrote: Hello, Got more questions on this, now that I am re-visiting this. The last time i tried using SHAREDFS, i started from createStorageDomain verb, and it works fine. But now we have connectStorageServer verb... which i believe is the new way

Re: [vdsm] [Users] How to configure sharedFS ?

2012-06-17 Thread Deepak C Shetty
On 03/19/2012 03:07 PM, Dan Kenigsberg wrote: On Wed, Mar 14, 2012 at 07:04:47PM +0530, Deepak C Shetty wrote: On 02/29/2012 08:06 PM, Dan Kenigsberg wrote: Let us know if you need further assistance.. If you have that python script working for LOCALFS, I'd suggest you try making it wor

[vdsm] Q on vdsm rpm deps

2012-06-14 Thread Deepak C Shetty
Hello, I am trying to install the vdsm RPMs after a successfull 'make rpm'. But i get this error... rpm -ivh ./vdsm* error: Failed dependencies: libvirt >= 0.9.10 is needed by vdsm-4.10.0-0.32.git61ecfc0.fc16.x86_64 lvm2 >= 2.02.95 is needed by vdsm-4.10.0-0.32.git61ecfc0.fc16.x86_64

Re: [vdsm] A Tool for PEP 8 Patches to Find Code Logic Changes

2012-06-11 Thread Deepak C Shetty
On 06/11/2012 02:06 PM, Ewoud Kohl van Wijngaarden wrote: On Sun, Jun 10, 2012 at 11:15:48AM +0300, Dan Kenigsberg wrote: On Thu, Jun 07, 2012 at 11:13:14PM +0800, Shu Ming wrote: On 2012-6-7 21:26, Adam Litke wrote: Yes, I agree with you. Also, we should merge this tool into vdsm as a helper

Re: [vdsm] A Tool for PEP 8 Patches to Find Code Logic Changes

2012-06-07 Thread Deepak C Shetty
I haven't used the tool yet, but saw your mail with the examples. I think its a very nice tool and very helpful. Why don't you submit this tool to python project itself ? It think it deserves it. ___ vdsm-devel mailing list vdsm-devel@lists.fedorahosted.

[vdsm] pep8 questions

2012-06-05 Thread Deepak C Shetty
Hi, I was looking at resolving pep8 issues in vdsm/storage/blockVolume.py. Haven't been able to resolve the below.. Pointers appreciated. vdsm/storage/blockVolume.py:99:55: E225 missing whitespace around operator vdsm/storage/blockVolume.py:148:28: E201 whitespace after '{' vdsm/storage/bl

Re: [vdsm] Fwd: RFC: Writeup on VDSM-libstoragemgmt integration

2012-06-04 Thread Deepak C Shetty
a...@us.ibm.com>> Date: Thu, May 31, 2012 at 7:31 PM Subject: Re: [vdsm] RFC: Writeup on VDSM-libstoragemgmt integration To: Deepak C Shetty <mailto:deepa...@linux.vnet.ibm.com>> Cc: libstoragemgmt-de...@lists.sourceforge.net <mailto:libstoragemgmt-de...@lists.sourcefo

Re: [vdsm] Agenda for today's call

2012-06-04 Thread Deepak C Shetty
On 06/04/2012 03:28 PM, Dan Kenigsberg wrote: Hi All, I have fewer talk issues for today, please suggest others, or else the call would be short and to the point! - reviewers/verifiers are still missing for pep8 patches. A branch was created, but not much action has taken place on it ht

[vdsm] configure / autogen error on F16

2012-05-31 Thread Deepak C Shetty
Hello, I have a lab machine that does not have internet access. So when i take the latest vdsm git src, tar it and put it on the lab machine and try to run ./configure, i get this... ./configure configure: error: package version not defined Note that all the dep packages etc have been reso

[vdsm] RFC: Writeup on VDSM-libstoragemgmt integration

2012-05-30 Thread Deepak C Shetty
Hello All, I have a draft write-up on the VDSM-libstoragemgmt integration. I wanted to run this thru' the mailing list(s) to help tune and crystallize it, before putting it on the ovirt wiki. I have run this once thru Ayal and Tony, so have some of their comments incorporated. I still hav

Re: [vdsm] Agenda for tomorrow's call

2012-05-22 Thread Deepak C Shetty
On 05/22/2012 07:01 PM, Schoenbrun, Dustin wrote: Hey Deepak, In a nutshell, the plan was to use libstoragemgmt as the middleman between VDSM and the NetApp controller. Since both LSM has Python bindings and VDSM is written in Python, we figured it would be a logical step to get a proof of c

Re: [vdsm] Agenda for tomorrow's call

2012-05-21 Thread Deepak C Shetty
Don, Justin and Ricky from Netapp (forgive me if I got your names wrong) are to integrate libstorage, netapp controller and vdsm, for provisioning NFS exports. Hello, I could not join the vdsm call yesterday. Can someone please help provide info on the above ? Is this about VDSM-libstorag

Re: [vdsm] [Users] glusterfs and ovirt

2012-05-18 Thread Deepak C Shetty
On 05/17/2012 11:05 PM, Itamar Heim wrote: On 05/17/2012 06:55 PM, Bharata B Rao wrote: On Wed, May 16, 2012 at 3:29 PM, Itamar Heim wrote: On 05/15/2012 07:35 PM, Andrei Vakhnin wrote: Yair Thanks for an update. Can I have KVM hypervisors also function as storage nodes for glusterfs? What

Re: [vdsm] Storage Device Management in VDSM and oVirt

2012-05-07 Thread Deepak C Shetty
This seems interesting. I am interested in pursuing this further and helping contribute to the vdsm lsm integration. lsm is still in the early stages, but i feel its the right time to start influencing it so that vdsm integration can be smooth. My interest mainly lies in how external storage ar

Re: [vdsm] Storage Device Management in VDSM and oVirt

2012-05-03 Thread Deepak C Shetty
On 04/25/2012 04:52 PM, Deepak C Shetty wrote: This seems interesting. I am interested in pursuing this further and helping contribute to the vdsm lsm integration. lsm is still in the early stages, but i feel its the right time to start influencing it so that vdsm integration can be smooth

Re: [vdsm] Storage Device Management in VDSM and oVirt

2012-04-25 Thread Deepak C Shetty
On 04/24/2012 07:37 PM, Ayal Baron wrote: - Original Message - On 04/24/2012 02:07 AM, Ayal Baron wrote: - Original Message - On 04/22/2012 12:28 PM, Ayal Baron wrote: This way we'd have a 2 stage process: 1. setupStorage (generic) I was looking up on the VDSM archives and t

Re: [vdsm] Storage Device Management in VDSM and oVirt

2012-04-24 Thread Deepak C Shetty
On 04/24/2012 02:07 AM, Ayal Baron wrote: - Original Message - On 04/22/2012 12:28 PM, Ayal Baron wrote: This way we'd have a 2 stage process: 1. setupStorage (generic) I was looking up on the VDSM archives and there are talks of using libstoragemgmt (lsm) Funny, we started using tha

Re: [vdsm] Storage Device Management in VDSM and oVirt

2012-04-23 Thread Deepak C Shetty
On 04/22/2012 12:28 PM, Ayal Baron wrote: This way we'd have a 2 stage process: 1. setupStorage (generic) I was looking up on the VDSM archives and there are talks of using libstoragemgmt (lsm) Funny, we started using that acronym for Live Storage Migration :) under VDSM. I was wondering if

Re: [vdsm] Storage Device Management in VDSM and oVirt

2012-04-20 Thread Deepak C Shetty
So although I believe that when we create a gluster volume or an ovirt storage domain then indeed we shouldn't need a lot of low level commands, but it would appear to me that not allowing for more control when needed is not going to work and that there are enough use cases which do not involve

Re: [vdsm] [Users] How to configure sharedFS ?

2012-03-14 Thread Deepak C Shetty
On 02/29/2012 08:06 PM, Dan Kenigsberg wrote: On Wed, Feb 29, 2012 at 07:42:15PM +0530, Deepak C Shetty wrote: On 02/27/2012 04:55 AM, Ayal Baron wrote: Any help on documenting this so people would not have to dig into the code would be greatly appreciated. Great, let me start and get back

Re: [vdsm] safelease source location ?

2012-03-07 Thread Deepak C Shetty
On 03/07/2012 07:19 PM, Deepak C Shetty wrote: Hi, I could not find the source for `/usr/libexec/vdsm/safelease` in the vdsm git.. which git / repo do i need to look for ? thanks in advance. My bad, thanks to ill formed search string ;-) Got it under storage/protect/ dir of vdsm git

[vdsm] safelease source location ?

2012-03-07 Thread Deepak C Shetty
Hi, I could not find the source for `/usr/libexec/vdsm/safelease` in the vdsm git.. which git / repo do i need to look for ? thanks in advance. ___ vdsm-devel mailing list vdsm-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo

Re: [vdsm] Kernel crash on FC16

2012-03-07 Thread Deepak C Shetty
On 03/07/2012 01:35 PM, Roi Dayan wrote: tried it. I don't have any problems. Wondering if trying as user vdsm will reproduce ? Might be worth trying. su - vdsm -s /bin/bash On Wed, Mar 7, 2012 at 12:14 AM, Saggi Mizrahi > wrote: Could you try and run:

Re: [vdsm] createStorageDomain failure but dir structure is created !

2012-03-06 Thread Deepak C Shetty
On 03/06/2012 01:22 PM, Dan Kenigsberg wrote: On Tue, Mar 06, 2012 at 10:57:49AM +0530, Deepak C Shetty wrote: On 03/06/2012 04:21 AM, Dan Kenigsberg wrote: On Mon, Mar 05, 2012 at 12:04:36AM +0530, Deepak C Shetty wrote: On 03/02/2012 11:54 PM, Deepak C Shetty wrote: On 03/02/2012 11:27 PM

Re: [vdsm] createStorageDomain failure but dir structure is created !

2012-03-05 Thread Deepak C Shetty
On 03/06/2012 04:21 AM, Dan Kenigsberg wrote: On Mon, Mar 05, 2012 at 12:04:36AM +0530, Deepak C Shetty wrote: On 03/02/2012 11:54 PM, Deepak C Shetty wrote: On 03/02/2012 11:27 PM, Deepak C Shetty wrote: Hi, In my simple experiment, i connected to a SHAREDFS storage server and then

Re: [vdsm] [Users] How to configure sharedFS ?

2012-03-05 Thread Deepak C Shetty
On 02/29/2012 08:06 PM, Dan Kenigsberg wrote: On Wed, Feb 29, 2012 at 07:42:15PM +0530, Deepak C Shetty wrote: On 02/27/2012 04:55 AM, Ayal Baron wrote: Any help on documenting this so people would not have to dig into the code would be greatly appreciated. Great, let me start and get back

Re: [vdsm] createStorageDomain failure but dir structure is created !

2012-03-04 Thread Deepak C Shetty
On 03/02/2012 11:54 PM, Deepak C Shetty wrote: On 03/02/2012 11:27 PM, Deepak C Shetty wrote: Hi, In my simple experiment, i connected to a SHAREDFS storage server and then created a data domain But the createStorageDomain failed with code 351, which just says "Error creating a st

Re: [vdsm] createStorageDomain failure but dir structure is created !

2012-03-02 Thread Deepak C Shetty
On 03/02/2012 11:27 PM, Deepak C Shetty wrote: Hi, In my simple experiment, i connected to a SHAREDFS storage server and then created a data domain But the createStorageDomain failed with code 351, which just says "Error creating a storage domain". How to find out what the r

[vdsm] createStorageDomain failure but dir structure is created !

2012-03-02 Thread Deepak C Shetty
Hi, In my simple experiment, i connected to a SHAREDFS storage server and then created a data domain But the createStorageDomain failed with code 351, which just says "Error creating a storage domain". How to find out what the real reason behind the failure. Surprisingly, the domain dir s

Re: [vdsm] How to configure sharedFS ?

2012-03-02 Thread Deepak C Shetty
On 03/02/2012 05:09 PM, Deepak C Shetty wrote: I tried a very simple vdsm cli py program, and getting error 469 ( perm denied storage excp). This is my simple program (just trying to see if the mount of glusterfs works ) NOTE: the stuff needed to configure a glusterfs volume named '

Re: [vdsm] How to configure sharedFS ?

2012-03-02 Thread Deepak C Shetty
I tried a very simple vdsm cli py program, and getting error 469 ( perm denied storage excp). This is my simple program (just trying to see if the mount of glusterfs works ) NOTE: the stuff needed to configure a glusterfs volume named 'myvol' is done manually before executing the below code

Re: [vdsm] How to find scsi-key param for disconnectStoragePool ?

2012-03-01 Thread Deepak C Shetty
i clean off the prev stuff (pool, domains etc). Wondering if you already had something that i could use to expedite it ? - Original Message - From: "Deepak C Shetty" To: vdsm-devel@lists.fedorahosted.org Sent: Thursday, March 1, 2012 3:50:26 AM Subject: [vdsm] How to fin

[vdsm] How to find scsi-key param for disconnectStoragePool ?

2012-03-01 Thread Deepak C Shetty
I was trying to disconnect a already connected spool, but how do i find the scsi-key value that is needed to disconnectStoragePool cmd ? Using getStoragePoolInfo does not dump the scsi-key value, so how are we supposed to deduce the scsi-key ? Also curious to know, what exactly is scsi-key and

Re: [vdsm] Error using vdsClient

2012-02-28 Thread Deepak C Shetty
On 02/29/2012 01:01 AM, Douglas Landgraf wrote: On 02/28/2012 12:21 PM, Deepak C Shetty wrote: Hello, Trying vdsClient for the first time. I am getting the below error for any cmd I am trying to use... [root@llm65 ~]# vdsClient llm65.in.ibm.com getVGList Traceback (most recent call last

  1   2   >