Re: [Users] Problem with creating a glusterfs volume

2012-09-21 Thread Dominic Kaiser
Hey All, So I finally found the problem. Cheap NIC's. Installed Intel NIC's no problems creating gluster volumes and distributed replicated ones. Broadcom and Realtek yuk! So now I am trying to mount the gluster volume as a nfs mount and am having a problem. It is timing out like it is

Re: [Users] Problem with creating a glusterfs volume

2012-09-21 Thread Dominic Kaiser
Here is the engine.log info: [root@ovirt ovirt-engine]# tail engine.log 2012-09-21 11:10:00,007 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering 0 hosts 2012-09-21 11:10:00,007 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager]

Re: [Users] Problem with creating a glusterfs volume

2012-09-21 Thread Dominic Kaiser
I noticed something. If I am trying to mount the gluster share from another computer and do not include mounproto=tcp it times out. vers=3 or 4 does not matter. Could this be why I can not add it from the engine gui? dk On Fri, Sep 21, 2012 at 11:12 AM, Dominic Kaiser

Re: [Users] Problem with creating a glusterfs volume

2012-09-21 Thread Dominic Kaiser
Any ideas? Pretty please. dk On Fri, Sep 21, 2012 at 11:51 AM, Dominic Kaiser domi...@bostonvineyard.org wrote: I noticed something. If I am trying to mount the gluster share from another computer and do not include mounproto=tcp it times out. vers=3 or 4 does not matter. Could this

Re: [Users] Problem with creating a glusterfs volume

2012-09-21 Thread Jason Brooks
On 09/21/2012 08:09 AM, Dominic Kaiser wrote: I can mount to another computer with this command: mount -o mountproto=tcp,vers=3 -t nfs gfs1.bostonvineyard.org:/data /home/administrator/test I notice that in your previous message, citing the mount that didn't work, you were mounting :/export,

Re: [Users] Problem with creating a glusterfs volume

2012-09-21 Thread Dominic Kaiser
Yes I can mount both to another computer. Just not to ovirt. I noticed on the other computer which is Ubuntu 12.04 if you leave mountproto=tcp out of the command it does not mount. Does engine default to tcp? Dk On Sep 21, 2012 6:36 PM, Jason Brooks jbro...@redhat.com wrote: On 09/21/2012

Re: [Users] Problem with creating a glusterfs volume

2012-09-21 Thread Jason Brooks
On Fri 21 Sep 2012 04:19:27 PM PDT, Dominic Kaiser wrote: Yes I can mount both to another computer. Just not to ovirt. I noticed on the other computer which is Ubuntu 12.04 if you leave mountproto=tcp out of the command it does not mount. Does engine default to tcp? I believe that the

Re: [Users] Problem with creating a glusterfs volume

2012-09-06 Thread Maxim Burgerhout
I just ran into this as well, and it seems that you have to either reformat previously used gluster bricks or manually tweak some extended attributes. Maybe this helps you in setting up your gluster volume, Dominic? More info here: https://bugzilla.redhat.com/show_bug.cgi?id=812214 Maxim

Re: [Users] Problem with creating a glusterfs volume

2012-09-05 Thread Dominic Kaiser
Did you confirm the peers were working after adding them in as adding a host updates the firewall. Yes here it is. [root@gfs1 ~]# gluster gluster peer status Number of Peers: 3 Hostname: gfs2 Uuid: dce3ed1d-d38b-4eaa-81e5-12577a2f1a39 State: Peer in Cluster (Connected) Hostname: gfs3 Uuid:

Re: [Users] Problem with creating a glusterfs volume

2012-09-05 Thread Jason Brooks
- Original Message - From: Dominic Kaiser domi...@bostonvineyard.org To: users@ovirt.org Sent: Wednesday, September 5, 2012 11:20:31 AM Subject: [Users] Problem with creating a glusterfs volume So I have a problem creating glusterfs volumes. Here is the install: 1. Ovirt

Re: [Users] Problem with creating a glusterfs volume

2012-09-05 Thread Shireesh Anjal
Hi Dominic, Looking at the engine log immediately after trying to create the volume should tell us on which node the gluster volume creation was attempted. Then looking at the vdsm log on that node should help us identifying the exact reason for failure. In case this doesn't help you, can