For Gluster storage, specify the full address, using either the FQDN or IP address, and path name of the shared storage domain.
Important: Only replica 3 Gluster storage is supported. Ensure the following configuration has been made:
In the /etc/glusterfs/glusterd.vol
file on all three Gluster servers, set rpc-auth-allow-insecure
to on
.
option rpc-auth-allow-insecure on
Configure the volume as follows:
gluster volume set volume cluster.quorum-type auto
gluster volume set volume network.ping-timeout 10
gluster volume set volume auth.allow \*
gluster volume set volume group virt
gluster volume set volume storage.owner-uid 36
gluster volume set volume storage.owner-gid 36
gluster volume set volume server.allow-insecure on
,
I'm still troubleshooting the my oVirt 4.1.8 cluster and idea came to my mind that I have an issue with storage settings for hosted_engine storage domain.
But in general if I have a 2 ovirt nodes running gluster + 3rd host as arbiter, how the settings should looks like?
lets say I have a 3 nodes:
ovirt1.domain.com (gluster + ovirt)ovirt2.domain.com (gluster + ovirt)ovirt3.domain.com (gluster)
How the correct storage domain config should looks like?
Option 1:
/etc/ovirt-hosted-engine/hosted-engine.conf
....storage=ovirt1.domain.com:/enginemnt_options=backup-volfile-servers=ovirt2.domain.com:ovirt3.domain.comOption 2:/etc/ovirt-hosted-engine/hosted-engine.conf
....storage=localhost:/enginemnt_options=backup-volfile-servers=ovirt1.domain.com:ovirt2.domain.com:ovirt3.domain.comOption 3:
Setup a DNS record gluster.domain.com pointing to IP addresses of gluster nodes
/etc/ovirt-hosted-engine/hosted-engine.conf....storage=gluster.domain.com:/enginemnt_options=
Of course its related not only to hosted engine domain, but to all gluster based storage domains.
Thank you in advance!Regards,Artem
_______________________________________________
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users