[ovirt-users] GlusterFS and oVirt

2019-01-20 Thread Magnus Isaksson
Hello


I have quite some trouble getting Gluster to work.


I have 4 nodes running CentOS and oVirt. These 4 nodes is split up in 2 
clusters.

I do not run Gluster via oVirt, i run it stand alone to be able to use all 4 
nodes into one gluster volume.


I can add all peers successfully, and i can create an volume and start it with 
sucess, but after that it starts to getting troublesome.


If i run gluster volume status after starting the volume it times out, i have 
read that ping-time needs to bee more than 0 so i set it on 30, Still the same 
problem.


>From now on, i can not stop a volume nor remove it, i have to stop glusterd 
>and remove it from /var/lib/gluster/vols/* on all nodes to be able to do 
>anything with gluster.


>From time to time when i do a gluster peer status it shows "disconnected" and 
>when i run it again directly after it show "connected"


I get a lot of these errors in glusterd.log

[2019-01-20 12:53:46.087848] W [rpc-clnt-ping.c:223:rpc_clnt_ping_cbk] 
0-management: socket disconnected
[2019-01-20 12:53:46.087858] W [rpc-clnt-ping.c:246:rpc_clnt_ping_cbk] 
0-management: RPC_CLNT_PING notify failed
[2019-01-20 12:53:55.091598] W [rpc-clnt-ping.c:246:rpc_clnt_ping_cbk] 
0-management: RPC_CLNT_PING notify failed
[2019-01-20 12:53:56.094846] W [rpc-clnt-ping.c:246:rpc_clnt_ping_cbk] 
0-management: RPC_CLNT_PING notify failed
[2019-01-20 12:53:56.097482] W [rpc-clnt-ping.c:246:rpc_clnt_ping_cbk] 
0-management: RPC_CLNT_PING notify failed


What am i doing wrong?


//Magnus
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/6XHSOBCDZ6AG4AVC4MLQNRJUJ2NKYTI2/


Re: [Users] glusterfs and ovirt

2012-06-05 Thread Itamar Heim

On 05/18/2012 04:28 PM, Deepak C Shetty wrote:

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 is a release date for glusterfs support?
We're
looking for a production deployment in June. Thanks



current status is
1. patches for provisioning gluster clusters and volumes via ovirt
are in
review, trying to cover this feature set [1].
I'm not sure if all of them will make the ovirt 3.1 version which is
slated
to branch for stabilization June 1st, but i think "enough" is there.
so i'd start trying current upstream version to help find issues
blocking
you, and following on them during june as we stabilize ovirt 3.1 for
release
(planned for end of june).

2. you should be able to use same hosts for both gluster and virt,
but there
is no special logic/handling for this yet (i.e., trying and providing
feedback would help improve this mode).
I would suggest start from separate clusters though first, and only
later
trying the joint mode.

3. creating a storage domain on top of gluster:
- expose NFS on top of it, and consume as a normal nfs storage domain
- use posixfs storage domain with gluster mount semantics
- future: probably native gluster storage domain, up to native
integration with qemu


I am looking at GlusterFS integration with QEMU which involves adding
GlusterFS as block backend in QEMU. This will involve QEMU talking to
gluster directly via libglusterfs bypassing FUSE. I could specify a
volume file and the VM image directly on QEMU command line to boot
from the VM image that resides on a gluster volume.

Eg: qemu -drive file=client.vol:/Fedora.img,format=gluster

In this example, Fedora.img is being served by gluster and client.vol
would have client-side translators specified.

I am not sure if this use case would be served if GlusterFS is
integrated as posixfs storage domain in VDSM. Posixfs would involve
normal FUSE mount and QEMU would be required to work with images from
FUSE mount path ?

With QEMU supporting GlusterFS backend natively, further optimizations
are possible in case of gluster volume being local to the host node.
In this case, one could provide QEMU with a simple volume file that
would not contain client or server xlators, but instead just the posix
xlator. This would lead to most optimal IO path that bypasses RPC
calls.

So do you think, this use case (QEMU supporting GlusterFS backend
natively and using volume file to specify the needed translators)
warrants a specialized storage domain type for GlusterFS in VDSM ?


I'm not sure if a special storage domain, or a PosixFS based domain
with enhanced capabilities.
Ayal?


Related Question:
With QEMU using GlusterFS backend natively (as described above), it also
means that
it needs addnl options/parameters as part of qemu command line (as given
above).

How does VDSM today support generating a custom qemu cmdline. I know
VDSM talks to libvirt,
so is there a framework in VDSM to edit/modify the domxml based on some
pre-conditions,
and how / where one should hook up to do that modification ? I know of
libvirt hooks
framework in VDSM, but that was more for temporary/experimental needs,
or am i completely
wrong here ?


for something vdsm is not aware of yet - you can use vdsm custom hooks 
to manipulate the libvirt xml.




Irrespective of whether GlusterFS integrates into VDSM as PosixFS or
special storage domain
it won't address the need to generate a custom qemu cmdline if a
file/image was served by
GlusterFS. Whats the way to address this issue in VDSM ?


when vdsm supports this I expect it will know to pass these.
it won't necessarily be a generic PosixFS at that time.



I am assuming here that special storage domain (aka repo engine) is only
to manage image
repository, and image related operations, won't help in modifying qemu
cmd line being generated.


support by vdsm for specific qemu options (via libvirt) will be done by 
either having a special type of storage domain, or some capability 
exchange, etc.




[Ccing vdsm-devel also]

thanx,
deepak




___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] glusterfs and ovirt

2012-05-19 Thread Robert Middleswarth
Simple thing to try.  Create a URL something like 
nfs.glusterfs.example.com and add a host entry on each system pointing 
to the ip of the system.  Not 127.0.0.1 but the IP other stations would 
use to talk to the system.  That would point every system to there local 
client.


Thanks
Robert

On 3/1/2012 6:48 AM, ?? wrote:


Hi.

Test the ability to work as a storage server glusterfs. Direct support 
to glusterf ovirt unfortunately not.


This feature will be added in the future?

Attempted to implement a scheme of work -> glusterfs mounted on a node 
in a folder mount glusterfs connected via NFS to ovirt.


It works =)

Now try to mount NFS to 127.0.0.1 and encountered an error:

Command:

[root@noc-4-m77 ~] # / bin / mount-o soft, timeo = 600, retrans = 6, 
nosharecache, vers = 3 -t nfs 127.0.0.1 :/share/tmp /tmpgcOezk


Error:

mount.nfs: Unknown error 521

NFS V4 is disabled.

In this mount:

/bin/mount -t nfs 127.0.0.1:/share/ tmp/tmpgtsoetsk is successful.

I understand that this is not a problem ovirt, but you might prompt 
any ideas how to fix it?


To use glusterfs in overt  to execute a commandL

Mount -t glusterfs -o log-level = WARNING, log-file = 
/var/log/gluster.log noc-1 :/mht /  /share


I can prescribe it in vdsm that it was carried out instead of 
/bin/mount-o soft, timeo = 600, retrans = 6, nosharecache, vers = 3 -t 
nfs 127.0.0.1:/share/tmp/tmpgtsOetsk




___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [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 is a release date for glusterfs support? 
We're

looking for a production deployment in June. Thanks



current status is
1. patches for provisioning gluster clusters and volumes via ovirt 
are in

review, trying to cover this feature set [1].
I'm not sure if all of them will make the ovirt 3.1 version which is 
slated

to branch for stabilization June 1st, but i think "enough" is there.
so i'd start trying current upstream version to help find issues 
blocking
you, and following on them during june as we stabilize ovirt 3.1 for 
release

(planned for end of june).

2. you should be able to use same hosts for both gluster and virt, 
but there

is no special logic/handling for this yet (i.e., trying and providing
feedback would help improve this mode).
I would suggest start from separate clusters though first, and only 
later

trying the joint mode.

3. creating a storage domain on top of gluster:
- expose NFS on top of it, and consume as a normal nfs storage domain
- use posixfs storage domain with gluster mount semantics
- future: probably native gluster storage domain, up to native
  integration with qemu


I am looking at GlusterFS integration with QEMU which involves adding
GlusterFS as block backend in QEMU. This will involve QEMU talking to
gluster directly via libglusterfs bypassing FUSE. I could specify a
volume file and the VM image directly on QEMU command line to boot
from the VM image that resides on a gluster volume.

Eg: qemu -drive file=client.vol:/Fedora.img,format=gluster

In this example, Fedora.img is being served by gluster and client.vol
would have client-side translators specified.

I am not sure if this use case would be served if GlusterFS is
integrated as posixfs storage domain in VDSM. Posixfs would involve
normal FUSE mount and QEMU would be required to work with images from
FUSE mount path ?

With QEMU supporting GlusterFS backend natively, further optimizations
are possible in case of gluster volume being local to the host node.
In this case, one could provide QEMU with a simple volume file that
would not contain client or server xlators, but instead just the posix
xlator. This would lead to most optimal IO path that bypasses RPC
calls.

So do you think, this use case (QEMU supporting GlusterFS backend
natively and using volume file to specify the needed translators)
warrants a specialized storage domain type for GlusterFS in VDSM ?


I'm not sure if a special storage domain, or a PosixFS based domain 
with enhanced capabilities.

Ayal?


Related Question:
With QEMU using GlusterFS backend natively (as described above), it 
also means that
it needs addnl options/parameters as part of qemu command line (as given 
above).


How does VDSM today support generating a custom qemu cmdline. I know 
VDSM talks to libvirt,
so is there a framework in VDSM to edit/modify the domxml based on some 
pre-conditions,
and how / where one should hook up to do that modification ? I know of 
libvirt hooks
framework in VDSM, but that was more for temporary/experimental needs, 
or am i completely

wrong here ?

Irrespective of whether GlusterFS integrates into VDSM as PosixFS or 
special storage domain
it won't address the need to generate a custom qemu cmdline if a 
file/image was served by

GlusterFS. Whats the way to address this issue in VDSM ?

I am assuming here that special storage domain (aka repo engine) is only 
to manage image
repository, and image related operations, won't help in modifying qemu 
cmd line being generated.


[Ccing vdsm-devel also]

thanx,
deepak


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] glusterfs and ovirt

2012-05-17 Thread Jeff Bailey

On 5/17/2012 1:35 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 is a release date for glusterfs support? 
We're

looking for a production deployment in June. Thanks



current status is
1. patches for provisioning gluster clusters and volumes via ovirt 
are in

review, trying to cover this feature set [1].
I'm not sure if all of them will make the ovirt 3.1 version which is 
slated

to branch for stabilization June 1st, but i think "enough" is there.
so i'd start trying current upstream version to help find issues 
blocking
you, and following on them during june as we stabilize ovirt 3.1 for 
release

(planned for end of june).

2. you should be able to use same hosts for both gluster and virt, 
but there

is no special logic/handling for this yet (i.e., trying and providing
feedback would help improve this mode).
I would suggest start from separate clusters though first, and only 
later

trying the joint mode.

3. creating a storage domain on top of gluster:
- expose NFS on top of it, and consume as a normal nfs storage domain
- use posixfs storage domain with gluster mount semantics
- future: probably native gluster storage domain, up to native
  integration with qemu


I am looking at GlusterFS integration with QEMU which involves adding
GlusterFS as block backend in QEMU. This will involve QEMU talking to
gluster directly via libglusterfs bypassing FUSE. I could specify a
volume file and the VM image directly on QEMU command line to boot
from the VM image that resides on a gluster volume.

Eg: qemu -drive file=client.vol:/Fedora.img,format=gluster

In this example, Fedora.img is being served by gluster and client.vol
would have client-side translators specified.

I am not sure if this use case would be served if GlusterFS is
integrated as posixfs storage domain in VDSM. Posixfs would involve
normal FUSE mount and QEMU would be required to work with images from
FUSE mount path ?

With QEMU supporting GlusterFS backend natively, further optimizations
are possible in case of gluster volume being local to the host node.
In this case, one could provide QEMU with a simple volume file that
would not contain client or server xlators, but instead just the posix
xlator. This would lead to most optimal IO path that bypasses RPC
calls.

So do you think, this use case (QEMU supporting GlusterFS backend
natively and using volume file to specify the needed translators)
warrants a specialized storage domain type for GlusterFS in VDSM ?


I'm not sure if a special storage domain, or a PosixFS based domain 
with enhanced capabilities.

Ayal?


Direct qemu support for gluster is similar to ceph rbd/rados object 
storage which is also supported in qemu.  A domain type which can handle 
object based storage of this sort would be very nice.



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] glusterfs and ovirt

2012-05-17 Thread Itamar Heim

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 is a release date for glusterfs support? We're
looking for a production deployment in June. Thanks



current status is
1. patches for provisioning gluster clusters and volumes via ovirt are in
review, trying to cover this feature set [1].
I'm not sure if all of them will make the ovirt 3.1 version which is slated
to branch for stabilization June 1st, but i think "enough" is there.
so i'd start trying current upstream version to help find issues blocking
you, and following on them during june as we stabilize ovirt 3.1 for release
(planned for end of june).

2. you should be able to use same hosts for both gluster and virt, but there
is no special logic/handling for this yet (i.e., trying and providing
feedback would help improve this mode).
I would suggest start from separate clusters though first, and only later
trying the joint mode.

3. creating a storage domain on top of gluster:
- expose NFS on top of it, and consume as a normal nfs storage domain
- use posixfs storage domain with gluster mount semantics
- future: probably native gluster storage domain, up to native
  integration with qemu


I am looking at GlusterFS integration with QEMU which involves adding
GlusterFS as block backend in QEMU. This will involve QEMU talking to
gluster directly via libglusterfs bypassing FUSE. I could specify a
volume file and the VM image directly on QEMU command line to boot
from the VM image that resides on a gluster volume.

Eg: qemu -drive file=client.vol:/Fedora.img,format=gluster

In this example, Fedora.img is being served by gluster and client.vol
would have client-side translators specified.

I am not sure if this use case would be served if GlusterFS is
integrated as posixfs storage domain in VDSM. Posixfs would involve
normal FUSE mount and QEMU would be required to work with images from
FUSE mount path ?

With QEMU supporting GlusterFS backend natively, further optimizations
are possible in case of gluster volume being local to the host node.
In this case, one could provide QEMU with a simple volume file that
would not contain client or server xlators, but instead just the posix
xlator. This would lead to most optimal IO path that bypasses RPC
calls.

So do you think, this use case (QEMU supporting GlusterFS backend
natively and using volume file to specify the needed translators)
warrants a specialized storage domain type for GlusterFS in VDSM ?


I'm not sure if a special storage domain, or a PosixFS based domain with 
enhanced capabilities.

Ayal?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] glusterfs and ovirt

2012-05-17 Thread Bharata B Rao
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 is a release date for glusterfs support? We're
>> looking for a production deployment in June. Thanks
>
>
> current status is
> 1. patches for provisioning gluster clusters and volumes via ovirt are in
> review, trying to cover this feature set [1].
> I'm not sure if all of them will make the ovirt 3.1 version which is slated
> to branch for stabilization June 1st, but i think "enough" is there.
> so i'd start trying current upstream version to help find issues blocking
> you, and following on them during june as we stabilize ovirt 3.1 for release
> (planned for end of june).
>
> 2. you should be able to use same hosts for both gluster and virt, but there
> is no special logic/handling for this yet (i.e., trying and providing
> feedback would help improve this mode).
> I would suggest start from separate clusters though first, and only later
> trying the joint mode.
>
> 3. creating a storage domain on top of gluster:
> - expose NFS on top of it, and consume as a normal nfs storage domain
> - use posixfs storage domain with gluster mount semantics
> - future: probably native gluster storage domain, up to native
>  integration with qemu

I am looking at GlusterFS integration with QEMU which involves adding
GlusterFS as block backend in QEMU. This will involve QEMU talking to
gluster directly via libglusterfs bypassing FUSE. I could specify a
volume file and the VM image directly on QEMU command line to boot
from the VM image that resides on a gluster volume.

Eg: qemu -drive file=client.vol:/Fedora.img,format=gluster

In this example, Fedora.img is being served by gluster and client.vol
would have client-side translators specified.

I am not sure if this use case would be served if GlusterFS is
integrated as posixfs storage domain in VDSM. Posixfs would involve
normal FUSE mount and QEMU would be required to work with images from
FUSE mount path ?

With QEMU supporting GlusterFS backend natively, further optimizations
are possible in case of gluster volume being local to the host node.
In this case, one could provide QEMU with a simple volume file that
would not contain client or server xlators, but instead just the posix
xlator. This would lead to most optimal IO path that bypasses RPC
calls.

So do you think, this use case (QEMU supporting GlusterFS backend
natively and using volume file to specify the needed translators)
warrants a specialized storage domain type for GlusterFS in VDSM ?

Regards,
Bharata.
-- 
http://bharata.sulekha.com/blog/posts.htm, http://raobharata.wordpress.com/
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] glusterfs and ovirt

2012-05-16 Thread Itamar Heim

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 is a release date for glusterfs support? We're looking for 
a production deployment in June. Thanks


current status is
1. patches for provisioning gluster clusters and volumes via ovirt are 
in review, trying to cover this feature set [1].
I'm not sure if all of them will make the ovirt 3.1 version which is 
slated to branch for stabilization June 1st, but i think "enough" is there.
so i'd start trying current upstream version to help find issues 
blocking you, and following on them during june as we stabilize ovirt 
3.1 for release (planned for end of june).


2. you should be able to use same hosts for both gluster and virt, but 
there is no special logic/handling for this yet (i.e., trying and 
providing feedback would help improve this mode).
I would suggest start from separate clusters though first, and only 
later trying the joint mode.


3. creating a storage domain on top of gluster:
- expose NFS on top of it, and consume as a normal nfs storage domain
- use posixfs storage domain with gluster mount semantics
- future: probably native gluster storage domain, up to native
  integration with qemu

can you please describe the use case you are trying to accommodate?

thanks,
   Itamar

[1] http://ovirt.org/wiki/Features/Gluster_Support



Andrei
On Apr 10, 2012, at 7:18 AM, Yair Zaslavsky wrote:


On 04/10/2012 01:43 PM, Itamar Heim wrote:

On 04/05/2012 05:25 PM, зоррыч wrote:

Already know the date when it is added support for glusterfs?
I can work with the test in a test version of glusterfs?


there are two parts to the support:
1. managing the gluster hosts/storage/volumes - patches for different
parts of this in gerrit - but not needed for first phase of using this.
2. using gluster as a posix fs - vdsm side is ready, and iirc, engine
done by laszlo who can share when test patches can be used for testing this


Small correction - patches are not at gerrit (referring to Posix FS at
engine side)





3. integrating both together - a bit later :)





-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com]
Sent: Friday, March 02, 2012 4:10 AM
To: зоррыч
Cc: users@ovirt.org
Subject: Re: [Users] glusterfs and ovirt

On 03/01/2012 08:36 PM, зоррыч wrote:

Good news.
It already works in a test version or development has not yet begun?


early patches to build this support are sent now to engine/vdsm.
so work has begun, but not working yet




-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com]
Sent: Thursday, March 01, 2012 7:44 PM
To: ??
Cc: users@ovirt.org
Subject: Re: [Users] glusterfs and ovirt

On 03/01/2012 01:48 PM, ?? wrote:

Hi.

Test the ability to work as a storage server glusterfs. Direct
support to glusterf ovirt unfortunately not.

This feature will be added in the future?


I'll let someone else reply on the below, but as for ovirt-gluster
integration - yes, it is in the works.
this gives a general picture of the work being carried out:
http://www.ovirt.org/wiki/AddingGlusterSupportToOvirt



Attempted to implement a scheme of work ->glusterfs mounted on a
node in a folder mount glusterfs connected via NFS to ovirt.

It works =)

Now try to mount NFS to 127.0.0.1 and encountered an error:

Command:

[root@noc-4-m77 ~] # / bin / mount-o soft, timeo = 600, retrans = 6,
nosharecache, vers = 3 -t nfs 127.0.0.1 :/share/tmp /tmpgcOezk

Error:

mount.nfs: Unknown error 521

NFS V4 is disabled.

In this mount:

/bin/mount -t nfs 127.0.0.1:/share/ tmp/tmpgtsoetsk is successful.

I understand that this is not a problem ovirt, but you might prompt
any ideas how to fix it?

To use glusterfs in overt to execute a commandL

Mount -t glusterfs -o log-level = WARNING, log-file =
/var/log/gluster.log noc-1 :/mht / /share

I can prescribe it in vdsm that it was carried out instead of
/bin/mount-o soft, timeo = 600, retrans = 6, nosharecache, vers = 3
-t nfs 127.0.0.1:/share/tmp/tmpgtsOetsk



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users








___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] glusterfs and ovirt

2012-05-15 Thread Yair Zaslavsky
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 is a release date for glusterfs support? We're 
> looking for a production deployment in June. Thanks

Andrei - not sure about release date.
I can update you that patches for POSIX-FS (i.e - support for storage
domains for POSIX compliant FS), patches for components of
oVirt-engine-core and API ) are in gerrit. Most of that work is even
merged (I just introduced some changes, hoping to get them reviewed ASAP
and get them merged).



> 
> Andrei
> On Apr 10, 2012, at 7:18 AM, Yair Zaslavsky wrote:
> 
>> On 04/10/2012 01:43 PM, Itamar Heim wrote:
>>> On 04/05/2012 05:25 PM, зоррыч wrote:
>>>> Already know the date when it is added support for glusterfs?
>>>> I can work with the test in a test version of glusterfs?
>>>
>>> there are two parts to the support:
>>> 1. managing the gluster hosts/storage/volumes - patches for different
>>> parts of this in gerrit - but not needed for first phase of using this.
>>> 2. using gluster as a posix fs - vdsm side is ready, and iirc, engine
>>> done by laszlo who can share when test patches can be used for testing this
>>
>> Small correction - patches are not at gerrit (referring to Posix FS at
>> engine side)
>>
>>
>>
>>
>>> 3. integrating both together - a bit later :)
>>>
>>>>
>>>>
>>>>
>>>> -Original Message-
>>>> From: Itamar Heim [mailto:ih...@redhat.com]
>>>> Sent: Friday, March 02, 2012 4:10 AM
>>>> To: зоррыч
>>>> Cc: users@ovirt.org
>>>> Subject: Re: [Users] glusterfs and ovirt
>>>>
>>>> On 03/01/2012 08:36 PM, зоррыч wrote:
>>>>> Good news.
>>>>> It already works in a test version or development has not yet begun?
>>>>
>>>> early patches to build this support are sent now to engine/vdsm.
>>>> so work has begun, but not working yet
>>>>
>>>>>
>>>>>
>>>>> -Original Message-
>>>>> From: Itamar Heim [mailto:ih...@redhat.com]
>>>>> Sent: Thursday, March 01, 2012 7:44 PM
>>>>> To: ??
>>>>> Cc: users@ovirt.org
>>>>> Subject: Re: [Users] glusterfs and ovirt
>>>>>
>>>>> On 03/01/2012 01:48 PM, ?? wrote:
>>>>>> Hi.
>>>>>>
>>>>>> Test the ability to work as a storage server glusterfs. Direct
>>>>>> support to glusterf ovirt unfortunately not.
>>>>>>
>>>>>> This feature will be added in the future?
>>>>>
>>>>> I'll let someone else reply on the below, but as for ovirt-gluster
>>>>> integration - yes, it is in the works.
>>>>> this gives a general picture of the work being carried out:
>>>>> http://www.ovirt.org/wiki/AddingGlusterSupportToOvirt
>>>>>
>>>>>>
>>>>>> Attempted to implement a scheme of work ->   glusterfs mounted on a
>>>>>> node in a folder mount glusterfs connected via NFS to ovirt.
>>>>>>
>>>>>> It works =)
>>>>>>
>>>>>> Now try to mount NFS to 127.0.0.1 and encountered an error:
>>>>>>
>>>>>> Command:
>>>>>>
>>>>>> [root@noc-4-m77 ~] # / bin / mount-o soft, timeo = 600, retrans = 6,
>>>>>> nosharecache, vers = 3 -t nfs 127.0.0.1 :/share/tmp /tmpgcOezk
>>>>>>
>>>>>> Error:
>>>>>>
>>>>>> mount.nfs: Unknown error 521
>>>>>>
>>>>>> NFS V4 is disabled.
>>>>>>
>>>>>> In this mount:
>>>>>>
>>>>>> /bin/mount -t nfs 127.0.0.1:/share/ tmp/tmpgtsoetsk is successful.
>>>>>>
>>>>>> I understand that this is not a problem ovirt, but you might prompt
>>>>>> any ideas how to fix it?
>>>>>>
>>>>>> To use glusterfs in overt to execute a commandL
>>>>>>
>>>>>> Mount -t glusterfs -o log-level = WARNING, log-file =
>>>>>> /var/log/gluster.log noc-1 :/mht / /share
>>>>>>
>>>>>> I can prescribe it in vdsm that it was carried out instead of
>>>>>> /bin/mount-o soft, timeo = 600, retrans = 6, nosharecache, vers = 3
>>>>>> -t nfs 127.0.0.1:/share/tmp/tmpgtsOetsk
>>>>>>
>>>>>>
>>>>>>
>>>>>> ___
>>>>>> Users mailing list
>>>>>> Users@ovirt.org
>>>>>> http://lists.ovirt.org/mailman/listinfo/users
>>>>>
>>>>
>>>>
>>>>
>>>
>>> ___
>>> Users mailing list
>>> Users@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/users
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
> 

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] glusterfs and ovirt

2012-05-15 Thread Andrei Vakhnin
Yair

Thanks for an update. Can I have KVM hypervisors also function as storage nodes 
for glusterfs? What is a release date for glusterfs support? We're looking for 
a production deployment in June. Thanks

Andrei
On Apr 10, 2012, at 7:18 AM, Yair Zaslavsky wrote:

> On 04/10/2012 01:43 PM, Itamar Heim wrote:
>> On 04/05/2012 05:25 PM, зоррыч wrote:
>>> Already know the date when it is added support for glusterfs?
>>> I can work with the test in a test version of glusterfs?
>> 
>> there are two parts to the support:
>> 1. managing the gluster hosts/storage/volumes - patches for different
>> parts of this in gerrit - but not needed for first phase of using this.
>> 2. using gluster as a posix fs - vdsm side is ready, and iirc, engine
>> done by laszlo who can share when test patches can be used for testing this
> 
> Small correction - patches are not at gerrit (referring to Posix FS at
> engine side)
> 
> 
> 
> 
>> 3. integrating both together - a bit later :)
>> 
>>> 
>>> 
>>> 
>>> -Original Message-
>>> From: Itamar Heim [mailto:ih...@redhat.com]
>>> Sent: Friday, March 02, 2012 4:10 AM
>>> To: зоррыч
>>> Cc: users@ovirt.org
>>> Subject: Re: [Users] glusterfs and ovirt
>>> 
>>> On 03/01/2012 08:36 PM, зоррыч wrote:
>>>> Good news.
>>>> It already works in a test version or development has not yet begun?
>>> 
>>> early patches to build this support are sent now to engine/vdsm.
>>> so work has begun, but not working yet
>>> 
>>>> 
>>>> 
>>>> -Original Message-
>>>> From: Itamar Heim [mailto:ih...@redhat.com]
>>>> Sent: Thursday, March 01, 2012 7:44 PM
>>>> To: ??
>>>> Cc: users@ovirt.org
>>>> Subject: Re: [Users] glusterfs and ovirt
>>>> 
>>>> On 03/01/2012 01:48 PM, ?? wrote:
>>>>> Hi.
>>>>> 
>>>>> Test the ability to work as a storage server glusterfs. Direct
>>>>> support to glusterf ovirt unfortunately not.
>>>>> 
>>>>> This feature will be added in the future?
>>>> 
>>>> I'll let someone else reply on the below, but as for ovirt-gluster
>>>> integration - yes, it is in the works.
>>>> this gives a general picture of the work being carried out:
>>>> http://www.ovirt.org/wiki/AddingGlusterSupportToOvirt
>>>> 
>>>>> 
>>>>> Attempted to implement a scheme of work ->   glusterfs mounted on a
>>>>> node in a folder mount glusterfs connected via NFS to ovirt.
>>>>> 
>>>>> It works =)
>>>>> 
>>>>> Now try to mount NFS to 127.0.0.1 and encountered an error:
>>>>> 
>>>>> Command:
>>>>> 
>>>>> [root@noc-4-m77 ~] # / bin / mount-o soft, timeo = 600, retrans = 6,
>>>>> nosharecache, vers = 3 -t nfs 127.0.0.1 :/share/tmp /tmpgcOezk
>>>>> 
>>>>> Error:
>>>>> 
>>>>> mount.nfs: Unknown error 521
>>>>> 
>>>>> NFS V4 is disabled.
>>>>> 
>>>>> In this mount:
>>>>> 
>>>>> /bin/mount -t nfs 127.0.0.1:/share/ tmp/tmpgtsoetsk is successful.
>>>>> 
>>>>> I understand that this is not a problem ovirt, but you might prompt
>>>>> any ideas how to fix it?
>>>>> 
>>>>> To use glusterfs in overt to execute a commandL
>>>>> 
>>>>> Mount -t glusterfs -o log-level = WARNING, log-file =
>>>>> /var/log/gluster.log noc-1 :/mht / /share
>>>>> 
>>>>> I can prescribe it in vdsm that it was carried out instead of
>>>>> /bin/mount-o soft, timeo = 600, retrans = 6, nosharecache, vers = 3
>>>>> -t nfs 127.0.0.1:/share/tmp/tmpgtsOetsk
>>>>> 
>>>>> 
>>>>> 
>>>>> ___
>>>>> Users mailing list
>>>>> Users@ovirt.org
>>>>> http://lists.ovirt.org/mailman/listinfo/users
>>>> 
>>> 
>>> 
>>> 
>> 
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] glusterfs and ovirt

2012-04-10 Thread Yair Zaslavsky
On 04/10/2012 01:43 PM, Itamar Heim wrote:
> On 04/05/2012 05:25 PM, зоррыч wrote:
>> Already know the date when it is added support for glusterfs?
>> I can work with the test in a test version of glusterfs?
> 
> there are two parts to the support:
> 1. managing the gluster hosts/storage/volumes - patches for different
> parts of this in gerrit - but not needed for first phase of using this.
> 2. using gluster as a posix fs - vdsm side is ready, and iirc, engine
> done by laszlo who can share when test patches can be used for testing this

Small correction - patches are not at gerrit (referring to Posix FS at
engine side)




> 3. integrating both together - a bit later :)
> 
>>
>>
>>
>> -Original Message-
>> From: Itamar Heim [mailto:ih...@redhat.com]
>> Sent: Friday, March 02, 2012 4:10 AM
>> To: зоррыч
>> Cc: users@ovirt.org
>> Subject: Re: [Users] glusterfs and ovirt
>>
>> On 03/01/2012 08:36 PM, зоррыч wrote:
>>> Good news.
>>> It already works in a test version or development has not yet begun?
>>
>> early patches to build this support are sent now to engine/vdsm.
>> so work has begun, but not working yet
>>
>>>
>>>
>>> -Original Message-
>>> From: Itamar Heim [mailto:ih...@redhat.com]
>>> Sent: Thursday, March 01, 2012 7:44 PM
>>> To: ??
>>> Cc: users@ovirt.org
>>> Subject: Re: [Users] glusterfs and ovirt
>>>
>>> On 03/01/2012 01:48 PM, ?? wrote:
>>>> Hi.
>>>>
>>>> Test the ability to work as a storage server glusterfs. Direct
>>>> support to glusterf ovirt unfortunately not.
>>>>
>>>> This feature will be added in the future?
>>>
>>> I'll let someone else reply on the below, but as for ovirt-gluster
>>> integration - yes, it is in the works.
>>> this gives a general picture of the work being carried out:
>>> http://www.ovirt.org/wiki/AddingGlusterSupportToOvirt
>>>
>>>>
>>>> Attempted to implement a scheme of work ->   glusterfs mounted on a
>>>> node in a folder mount glusterfs connected via NFS to ovirt.
>>>>
>>>> It works =)
>>>>
>>>> Now try to mount NFS to 127.0.0.1 and encountered an error:
>>>>
>>>> Command:
>>>>
>>>> [root@noc-4-m77 ~] # / bin / mount-o soft, timeo = 600, retrans = 6,
>>>> nosharecache, vers = 3 -t nfs 127.0.0.1 :/share/tmp /tmpgcOezk
>>>>
>>>> Error:
>>>>
>>>> mount.nfs: Unknown error 521
>>>>
>>>> NFS V4 is disabled.
>>>>
>>>> In this mount:
>>>>
>>>> /bin/mount -t nfs 127.0.0.1:/share/ tmp/tmpgtsoetsk is successful.
>>>>
>>>> I understand that this is not a problem ovirt, but you might prompt
>>>> any ideas how to fix it?
>>>>
>>>> To use glusterfs in overt to execute a commandL
>>>>
>>>> Mount -t glusterfs -o log-level = WARNING, log-file =
>>>> /var/log/gluster.log noc-1 :/mht / /share
>>>>
>>>> I can prescribe it in vdsm that it was carried out instead of
>>>> /bin/mount-o soft, timeo = 600, retrans = 6, nosharecache, vers = 3
>>>> -t nfs 127.0.0.1:/share/tmp/tmpgtsOetsk
>>>>
>>>>
>>>>
>>>> ___
>>>> Users mailing list
>>>> Users@ovirt.org
>>>> http://lists.ovirt.org/mailman/listinfo/users
>>>
>>
>>
>>
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] glusterfs and ovirt

2012-04-10 Thread Itamar Heim

On 04/05/2012 05:25 PM, зоррыч wrote:

Already know the date when it is added support for glusterfs?
I can work with the test in a test version of glusterfs?


there are two parts to the support:
1. managing the gluster hosts/storage/volumes - patches for different 
parts of this in gerrit - but not needed for first phase of using this.
2. using gluster as a posix fs - vdsm side is ready, and iirc, engine 
done by laszlo who can share when test patches can be used for testing this

3. integrating both together - a bit later :)





-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com]
Sent: Friday, March 02, 2012 4:10 AM
To: зоррыч
Cc: users@ovirt.org
Subject: Re: [Users] glusterfs and ovirt

On 03/01/2012 08:36 PM, зоррыч wrote:

Good news.
It already works in a test version or development has not yet begun?


early patches to build this support are sent now to engine/vdsm.
so work has begun, but not working yet




-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com]
Sent: Thursday, March 01, 2012 7:44 PM
To: ??
Cc: users@ovirt.org
Subject: Re: [Users] glusterfs and ovirt

On 03/01/2012 01:48 PM, ?? wrote:

Hi.

Test the ability to work as a storage server glusterfs. Direct
support to glusterf ovirt unfortunately not.

This feature will be added in the future?


I'll let someone else reply on the below, but as for ovirt-gluster
integration - yes, it is in the works.
this gives a general picture of the work being carried out:
http://www.ovirt.org/wiki/AddingGlusterSupportToOvirt



Attempted to implement a scheme of work ->   glusterfs mounted on a
node in a folder mount glusterfs connected via NFS to ovirt.

It works =)

Now try to mount NFS to 127.0.0.1 and encountered an error:

Command:

[root@noc-4-m77 ~] # / bin / mount-o soft, timeo = 600, retrans = 6,
nosharecache, vers = 3 -t nfs 127.0.0.1 :/share/tmp /tmpgcOezk

Error:

mount.nfs: Unknown error 521

NFS V4 is disabled.

In this mount:

/bin/mount -t nfs 127.0.0.1:/share/ tmp/tmpgtsoetsk is successful.

I understand that this is not a problem ovirt, but you might prompt
any ideas how to fix it?

To use glusterfs in overt to execute a commandL

Mount -t glusterfs -o log-level = WARNING, log-file =
/var/log/gluster.log noc-1 :/mht / /share

I can prescribe it in vdsm that it was carried out instead of
/bin/mount-o soft, timeo = 600, retrans = 6, nosharecache, vers = 3
-t nfs 127.0.0.1:/share/tmp/tmpgtsOetsk



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users








___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] glusterfs and ovirt

2012-04-05 Thread зоррыч
Already know the date when it is added support for glusterfs?
I can work with the test in a test version of glusterfs?



-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com] 
Sent: Friday, March 02, 2012 4:10 AM
To: зоррыч
Cc: users@ovirt.org
Subject: Re: [Users] glusterfs and ovirt

On 03/01/2012 08:36 PM, зоррыч wrote:
> Good news.
> It already works in a test version or development has not yet begun?

early patches to build this support are sent now to engine/vdsm.
so work has begun, but not working yet

>
>
> -Original Message-
> From: Itamar Heim [mailto:ih...@redhat.com]
> Sent: Thursday, March 01, 2012 7:44 PM
> To: ??
> Cc: users@ovirt.org
> Subject: Re: [Users] glusterfs and ovirt
>
> On 03/01/2012 01:48 PM, ?? wrote:
>> Hi.
>>
>> Test the ability to work as a storage server glusterfs. Direct 
>> support to glusterf ovirt unfortunately not.
>>
>> This feature will be added in the future?
>
> I'll let someone else reply on the below, but as for ovirt-gluster 
> integration - yes, it is in the works.
> this gives a general picture of the work being carried out:
> http://www.ovirt.org/wiki/AddingGlusterSupportToOvirt
>
>>
>> Attempted to implement a scheme of work ->  glusterfs mounted on a 
>> node in a folder mount glusterfs connected via NFS to ovirt.
>>
>> It works =)
>>
>> Now try to mount NFS to 127.0.0.1 and encountered an error:
>>
>> Command:
>>
>> [root@noc-4-m77 ~] # / bin / mount-o soft, timeo = 600, retrans = 6, 
>> nosharecache, vers = 3 -t nfs 127.0.0.1 :/share/tmp /tmpgcOezk
>>
>> Error:
>>
>> mount.nfs: Unknown error 521
>>
>> NFS V4 is disabled.
>>
>> In this mount:
>>
>> /bin/mount -t nfs 127.0.0.1:/share/ tmp/tmpgtsoetsk is successful.
>>
>> I understand that this is not a problem ovirt, but you might prompt 
>> any ideas how to fix it?
>>
>> To use glusterfs in overt to execute a commandL
>>
>> Mount -t glusterfs -o log-level = WARNING, log-file = 
>> /var/log/gluster.log noc-1 :/mht / /share
>>
>> I can prescribe it in vdsm that it was carried out instead of 
>> /bin/mount-o soft, timeo = 600, retrans = 6, nosharecache, vers = 3 
>> -t nfs 127.0.0.1:/share/tmp/tmpgtsOetsk
>>
>>
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] glusterfs and ovirt

2012-03-11 Thread Balamurugan Arumugam

I discussed with Zorro of the list and below is an update.

Mounting Gluster NFS using loopback is not qualified in Gluster v3.2.5.
Upcoming Gluster v3.3.0 will have this feature which will be fully qualified.

Regards,
Bala


- Original Message -
> From: "зоррыч" 
> To: "Balamurugan Arumugam" 
> Cc: users@ovirt.org, "Itamar Heim" 
> Sent: Monday, March 5, 2012 6:42:29 PM
> Subject: RE: [Users] glusterfs and ovirt
> 
> [root@noc-4-m77 ~]# gluster --version
> glusterfs 3.2.5 built on Nov 15 2011 08:43:14
> Repository revision: git://git.gluster.com/glusterfs.git
> Copyright (c) 2006-2011 Gluster Inc. <http://www.gluster.com>
> GlusterFS comes with ABSOLUTELY NO WARRANTY.
> You may redistribute copies of GlusterFS under the terms of the GNU
> General Public License.
> [root@noc-4-m77 ~]#
> 
> 
> 
> 
> -Original Message-
> From: Balamurugan Arumugam [mailto:barum...@redhat.com]
> Sent: Monday, March 05, 2012 10:30 AM
> To: зоррыч
> Cc: users@ovirt.org; Itamar Heim
> Subject: Re: [Users] glusterfs and ovirt
> 
> 
> Hi Zorro,
> 
> Can you tell me your Gluster version?
> 
> Regards,
> Bala
> 
> 
> - Original Message -
> > From: "зоррыч" 
> > To: "Itamar Heim" 
> > Cc: users@ovirt.org
> > Sent: Friday, March 2, 2012 12:06:24 AM
> > Subject: Re: [Users] glusterfs and ovirt
> > 
> > Good news.
> > It already works in a test version or development has not yet
> > begun?
> > 
> > 
> > -Original Message-
> > From: Itamar Heim [mailto:ih...@redhat.com]
> > Sent: Thursday, March 01, 2012 7:44 PM
> > To: ??
> > Cc: users@ovirt.org
> > Subject: Re: [Users] glusterfs and ovirt
> > 
> > On 03/01/2012 01:48 PM, ?? wrote:
> > > Hi.
> > >
> > > Test the ability to work as a storage server glusterfs. Direct
> > > support to glusterf ovirt unfortunately not.
> > >
> > > This feature will be added in the future?
> > 
> > I'll let someone else reply on the below, but as for ovirt-gluster
> > integration - yes, it is in the works.
> > this gives a general picture of the work being carried out:
> > http://www.ovirt.org/wiki/AddingGlusterSupportToOvirt
> > 
> > >
> > > Attempted to implement a scheme of work -> glusterfs mounted on a
> > > node in a folder mount glusterfs connected via NFS to ovirt.
> > >
> > > It works =)
> > >
> > > Now try to mount NFS to 127.0.0.1 and encountered an error:
> > >
> > > Command:
> > >
> > > [root@noc-4-m77 ~] # / bin / mount-o soft, timeo = 600, retrans =
> > > 6,
> > > nosharecache, vers = 3 -t nfs 127.0.0.1 :/share/tmp /tmpgcOezk
> > >
> > > Error:
> > >
> > > mount.nfs: Unknown error 521
> > >
> > > NFS V4 is disabled.
> > >
> > > In this mount:
> > >
> > > /bin/mount -t nfs 127.0.0.1:/share/ tmp/tmpgtsoetsk is
> > > successful.
> > >
> > > I understand that this is not a problem ovirt, but you might
> > > prompt
> > > any ideas how to fix it?
> > >
> > > To use glusterfs in overt to execute a commandL
> > >
> > > Mount -t glusterfs -o log-level = WARNING, log-file =
> > > /var/log/gluster.log noc-1 :/mht / /share
> > >
> > > I can prescribe it in vdsm that it was carried out instead of
> > > /bin/mount-o soft, timeo = 600, retrans = 6, nosharecache, vers =
> > > 3
> > > -t nfs 127.0.0.1:/share/tmp/tmpgtsOetsk
> > >
> > >
> > >
> > > ___
> > > Users mailing list
> > > Users@ovirt.org
> > > http://lists.ovirt.org/mailman/listinfo/users
> > 
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> > 
> 
> 
> 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] glusterfs and ovirt

2012-03-05 Thread зоррыч
[root@noc-4-m77 ~]# gluster --version
glusterfs 3.2.5 built on Nov 15 2011 08:43:14
Repository revision: git://git.gluster.com/glusterfs.git
Copyright (c) 2006-2011 Gluster Inc. <http://www.gluster.com>
GlusterFS comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GlusterFS under the terms of the GNU General 
Public License.
[root@noc-4-m77 ~]#




-Original Message-
From: Balamurugan Arumugam [mailto:barum...@redhat.com] 
Sent: Monday, March 05, 2012 10:30 AM
To: зоррыч
Cc: users@ovirt.org; Itamar Heim
Subject: Re: [Users] glusterfs and ovirt


Hi Zorro,

Can you tell me your Gluster version?

Regards,
Bala


- Original Message -
> From: "зоррыч" 
> To: "Itamar Heim" 
> Cc: users@ovirt.org
> Sent: Friday, March 2, 2012 12:06:24 AM
> Subject: Re: [Users] glusterfs and ovirt
> 
> Good news.
> It already works in a test version or development has not yet begun?
> 
> 
> -Original Message-
> From: Itamar Heim [mailto:ih...@redhat.com]
> Sent: Thursday, March 01, 2012 7:44 PM
> To: ??????
> Cc: users@ovirt.org
> Subject: Re: [Users] glusterfs and ovirt
> 
> On 03/01/2012 01:48 PM, ?? wrote:
> > Hi.
> >
> > Test the ability to work as a storage server glusterfs. Direct 
> > support to glusterf ovirt unfortunately not.
> >
> > This feature will be added in the future?
> 
> I'll let someone else reply on the below, but as for ovirt-gluster 
> integration - yes, it is in the works.
> this gives a general picture of the work being carried out:
> http://www.ovirt.org/wiki/AddingGlusterSupportToOvirt
> 
> >
> > Attempted to implement a scheme of work -> glusterfs mounted on a 
> > node in a folder mount glusterfs connected via NFS to ovirt.
> >
> > It works =)
> >
> > Now try to mount NFS to 127.0.0.1 and encountered an error:
> >
> > Command:
> >
> > [root@noc-4-m77 ~] # / bin / mount-o soft, timeo = 600, retrans = 6, 
> > nosharecache, vers = 3 -t nfs 127.0.0.1 :/share/tmp /tmpgcOezk
> >
> > Error:
> >
> > mount.nfs: Unknown error 521
> >
> > NFS V4 is disabled.
> >
> > In this mount:
> >
> > /bin/mount -t nfs 127.0.0.1:/share/ tmp/tmpgtsoetsk is successful.
> >
> > I understand that this is not a problem ovirt, but you might prompt 
> > any ideas how to fix it?
> >
> > To use glusterfs in overt to execute a commandL
> >
> > Mount -t glusterfs -o log-level = WARNING, log-file = 
> > /var/log/gluster.log noc-1 :/mht / /share
> >
> > I can prescribe it in vdsm that it was carried out instead of 
> > /bin/mount-o soft, timeo = 600, retrans = 6, nosharecache, vers = 3 
> > -t nfs 127.0.0.1:/share/tmp/tmpgtsOetsk
> >
> >
> >
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] glusterfs and ovirt

2012-03-04 Thread Balamurugan Arumugam

Hi Zorro,

Can you tell me your Gluster version?

Regards,
Bala


- Original Message -
> From: "зоррыч" 
> To: "Itamar Heim" 
> Cc: users@ovirt.org
> Sent: Friday, March 2, 2012 12:06:24 AM
> Subject: Re: [Users] glusterfs and ovirt
> 
> Good news.
> It already works in a test version or development has not yet begun?
> 
> 
> -Original Message-
> From: Itamar Heim [mailto:ih...@redhat.com]
> Sent: Thursday, March 01, 2012 7:44 PM
> To: ??????
> Cc: users@ovirt.org
> Subject: Re: [Users] glusterfs and ovirt
> 
> On 03/01/2012 01:48 PM, ?? wrote:
> > Hi.
> >
> > Test the ability to work as a storage server glusterfs. Direct
> > support
> > to glusterf ovirt unfortunately not.
> >
> > This feature will be added in the future?
> 
> I'll let someone else reply on the below, but as for ovirt-gluster
> integration - yes, it is in the works.
> this gives a general picture of the work being carried out:
> http://www.ovirt.org/wiki/AddingGlusterSupportToOvirt
> 
> >
> > Attempted to implement a scheme of work -> glusterfs mounted on a
> > node
> > in a folder mount glusterfs connected via NFS to ovirt.
> >
> > It works =)
> >
> > Now try to mount NFS to 127.0.0.1 and encountered an error:
> >
> > Command:
> >
> > [root@noc-4-m77 ~] # / bin / mount-o soft, timeo = 600, retrans =
> > 6,
> > nosharecache, vers = 3 -t nfs 127.0.0.1 :/share/tmp /tmpgcOezk
> >
> > Error:
> >
> > mount.nfs: Unknown error 521
> >
> > NFS V4 is disabled.
> >
> > In this mount:
> >
> > /bin/mount -t nfs 127.0.0.1:/share/ tmp/tmpgtsoetsk is successful.
> >
> > I understand that this is not a problem ovirt, but you might prompt
> > any ideas how to fix it?
> >
> > To use glusterfs in overt to execute a commandL
> >
> > Mount -t glusterfs -o log-level = WARNING, log-file =
> > /var/log/gluster.log noc-1 :/mht / /share
> >
> > I can prescribe it in vdsm that it was carried out instead of
> > /bin/mount-o soft, timeo = 600, retrans = 6, nosharecache, vers = 3
> > -t
> > nfs 127.0.0.1:/share/tmp/tmpgtsOetsk
> >
> >
> >
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] glusterfs and ovirt

2012-03-01 Thread Itamar Heim

On 03/01/2012 08:36 PM, зоррыч wrote:

Good news.
It already works in a test version or development has not yet begun?


early patches to build this support are sent now to engine/vdsm.
so work has begun, but not working yet




-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com]
Sent: Thursday, March 01, 2012 7:44 PM
To: ??
Cc: users@ovirt.org
Subject: Re: [Users] glusterfs and ovirt

On 03/01/2012 01:48 PM, ?? wrote:

Hi.

Test the ability to work as a storage server glusterfs. Direct support
to glusterf ovirt unfortunately not.

This feature will be added in the future?


I'll let someone else reply on the below, but as for ovirt-gluster
integration - yes, it is in the works.
this gives a general picture of the work being carried out:
http://www.ovirt.org/wiki/AddingGlusterSupportToOvirt



Attempted to implement a scheme of work ->  glusterfs mounted on a node
in a folder mount glusterfs connected via NFS to ovirt.

It works =)

Now try to mount NFS to 127.0.0.1 and encountered an error:

Command:

[root@noc-4-m77 ~] # / bin / mount-o soft, timeo = 600, retrans = 6,
nosharecache, vers = 3 -t nfs 127.0.0.1 :/share/tmp /tmpgcOezk

Error:

mount.nfs: Unknown error 521

NFS V4 is disabled.

In this mount:

/bin/mount -t nfs 127.0.0.1:/share/ tmp/tmpgtsoetsk is successful.

I understand that this is not a problem ovirt, but you might prompt
any ideas how to fix it?

To use glusterfs in overt to execute a commandL

Mount -t glusterfs -o log-level = WARNING, log-file =
/var/log/gluster.log noc-1 :/mht / /share

I can prescribe it in vdsm that it was carried out instead of
/bin/mount-o soft, timeo = 600, retrans = 6, nosharecache, vers = 3 -t
nfs 127.0.0.1:/share/tmp/tmpgtsOetsk



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users




___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] glusterfs and ovirt

2012-03-01 Thread зоррыч
Good news.
It already works in a test version or development has not yet begun?


-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com] 
Sent: Thursday, March 01, 2012 7:44 PM
To: ??
Cc: users@ovirt.org
Subject: Re: [Users] glusterfs and ovirt

On 03/01/2012 01:48 PM, ?? wrote:
> Hi.
>
> Test the ability to work as a storage server glusterfs. Direct support 
> to glusterf ovirt unfortunately not.
>
> This feature will be added in the future?

I'll let someone else reply on the below, but as for ovirt-gluster
integration - yes, it is in the works.
this gives a general picture of the work being carried out:
http://www.ovirt.org/wiki/AddingGlusterSupportToOvirt

>
> Attempted to implement a scheme of work -> glusterfs mounted on a node 
> in a folder mount glusterfs connected via NFS to ovirt.
>
> It works =)
>
> Now try to mount NFS to 127.0.0.1 and encountered an error:
>
> Command:
>
> [root@noc-4-m77 ~] # / bin / mount-o soft, timeo = 600, retrans = 6, 
> nosharecache, vers = 3 -t nfs 127.0.0.1 :/share/tmp /tmpgcOezk
>
> Error:
>
> mount.nfs: Unknown error 521
>
> NFS V4 is disabled.
>
> In this mount:
>
> /bin/mount -t nfs 127.0.0.1:/share/ tmp/tmpgtsoetsk is successful.
>
> I understand that this is not a problem ovirt, but you might prompt 
> any ideas how to fix it?
>
> To use glusterfs in overt to execute a commandL
>
> Mount -t glusterfs -o log-level = WARNING, log-file = 
> /var/log/gluster.log noc-1 :/mht / /share
>
> I can prescribe it in vdsm that it was carried out instead of 
> /bin/mount-o soft, timeo = 600, retrans = 6, nosharecache, vers = 3 -t 
> nfs 127.0.0.1:/share/tmp/tmpgtsOetsk
>
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] glusterfs and ovirt

2012-03-01 Thread Itamar Heim

On 03/01/2012 01:48 PM, ?? wrote:

Hi.

Test the ability to work as a storage server glusterfs. Direct support
to glusterf ovirt unfortunately not.

This feature will be added in the future?


I'll let someone else reply on the below, but as for ovirt-gluster 
integration - yes, it is in the works.

this gives a general picture of the work being carried out:
http://www.ovirt.org/wiki/AddingGlusterSupportToOvirt



Attempted to implement a scheme of work -> glusterfs mounted on a node
in a folder mount glusterfs connected via NFS to ovirt.

It works =)

Now try to mount NFS to 127.0.0.1 and encountered an error:

Command:

[root@noc-4-m77 ~] # / bin / mount-o soft, timeo = 600, retrans = 6,
nosharecache, vers = 3 -t nfs 127.0.0.1 :/share/tmp /tmpgcOezk

Error:

mount.nfs: Unknown error 521

NFS V4 is disabled.

In this mount:

/bin/mount -t nfs 127.0.0.1:/share/ tmp/tmpgtsoetsk is successful.

I understand that this is not a problem ovirt, but you might prompt any
ideas how to fix it?

To use glusterfs in overt to execute a commandL

Mount -t glusterfs -o log-level = WARNING, log-file =
/var/log/gluster.log noc-1 :/mht / /share

I can prescribe it in vdsm that it was carried out instead of
/bin/mount-o soft, timeo = 600, retrans = 6, nosharecache, vers = 3 -t
nfs 127.0.0.1:/share/tmp/tmpgtsOetsk



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] glusterfs and ovirt

2012-03-01 Thread ??????
Hi.

Test the ability to work as a storage server glusterfs. Direct support to
glusterf ovirt unfortunately not.

This feature will be added in the future?

 

Attempted to implement a scheme of work -> glusterfs mounted on a node in a
folder mount glusterfs connected via NFS to ovirt.

It works =)

Now try to mount NFS to 127.0.0.1 and encountered an error:

Command:

[root@noc-4-m77 ~] # / bin / mount-o soft, timeo = 600, retrans = 6,
nosharecache, vers = 3 -t nfs 127.0.0.1 :/share/tmp /tmpgcOezk

Error:

mount.nfs: Unknown error 521

 

NFS V4 is disabled.

In this mount:

/bin/mount -t nfs 127.0.0.1:/share/ tmp/tmpgtsoetsk is successful.

I understand that this is not a problem ovirt, but you might prompt any
ideas how to fix it?

 

To use glusterfs in overt  to execute a commandL

Mount -t glusterfs -o log-level = WARNING, log-file = /var/log/gluster.log
noc-1 :/mht /  /share

I can prescribe it in vdsm that it was carried out instead of /bin/mount-o
soft, timeo = 600, retrans = 6, nosharecache, vers = 3 -t nfs
127.0.0.1:/share/tmp/tmpgtsOetsk

 

 

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users