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 'myvol' i

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 configure sharedFS ?

2012-02-26 Thread Ayal Baron
> > When you say native gluster client, do you mean coming up with a > libglusterfs python bindings > and integration them as a module in vdsm ? I mean that gLuster works as either NFS (in which case it uses a proxy server which is not optimal) or it has its own client which knows how to find t

Re: [vdsm] How to configure sharedFS ?

2012-02-22 Thread Deepak C Shetty
On 02/22/2012 07:49 PM, Ayal Baron wrote: - Original Message - I posted this to users@ovirt list, but no response, trying my chance here. == Hi, From vdsm code i can see support for storage domain of type SHARED_FS But when trying to configur

Re: [vdsm] How to configure sharedFS ?

2012-02-22 Thread Ayal Baron
- Original Message - > > I posted this to users@ovirt list, but no response, trying > my chance here. > == > > Hi, > From vdsm code i can see support for storage domain of type > SHARED_FS > But when trying to configure a new storage domain, i d