[ovirt-users] Re: Gluster setup for oVirt

2022-09-18 Thread Strahil Nikolov via Users
It's not outdated but it's rarely necessary because:- the HostedEngine volume must be dedicated for the HE VM. Setting enough space for the bricks is enough - for example physical disk is 100GB, Thinpool is 100GB, thin LV 84GB (16GB should be put aside for the metadata). In such configuration,

[ovirt-users] Re: Gluster setup for oVirt

2022-09-18 Thread Jonas
https://access.redhat.com/documentation/en-us/red_hat_hyperconverged_infrastructure_for_virtualization/1.8/html/deploying_red_hat_hyperconverged_infrastructure_for_virtualization/rhhi-requirements#rhhi-req-lv > The logical volumes that comprise the engine gluster volume must be thick >

[ovirt-users] Re: Gluster setup for oVirt

2022-09-18 Thread Strahil Nikolov via Users
Can you share the RH recommendation to use Thick LV ? Best Regards,Strahil Nikolov  I don't have that anymore, but I assume that gluster_infra_lv_logicalvols requires a thin pool: https://github.com/gluster/gluster-ansible-infra/blob/master/roles/backend_setup/tasks/thin_volume_create.yml

[ovirt-users] Re: Gluster setup for oVirt

2022-09-17 Thread jonas
I don't have that anymore, but I assume that gluster_infra_lv_logicalvols requires a thin pool: https://github.com/gluster/gluster-ansible-infra/blob/master/roles/backend_setup/tasks/thin_volume_create.yml ___ Users mailing list -- users@ovirt.org To

[ovirt-users] Re: Gluster setup for oVirt

2022-09-13 Thread Ritesh Chikatwar
Can you share the error which you get when you run. On Tue, Sep 13, 2022 at 9:41 PM Jonas wrote: > Nevermind, I found this here: > > https://github.com/gluster/gluster-ansible-infra/blob/master/roles/backend_setup/tasks/thick_lv_create.yml > > On 9/12/22 21:02, Jonas wrote: > > Hello all > > >

[ovirt-users] Re: Gluster setup for oVirt

2022-09-13 Thread Jonas
Nevermind, I found this here: https://github.com/gluster/gluster-ansible-infra/blob/master/roles/backend_setup/tasks/thick_lv_create.yml On 9/12/22 21:02, Jonas wrote: Hello all I tried to setup Gluster volumes in cockpit using the wizard. Based on Red Hat's recommendations I wanted to put

[ovirt-users] Re: Gluster setup 3 Node - Now only showing single node setup in setup Wizard

2019-11-25 Thread Gobinda Das
Hi, You should provide the value like: Storage Connection = :/ In your case: ovirt1.kvm.private:/engine and Mount Options = backup-volfile-servers=<2nd Host>:<3rd Host> On Mon, Nov 25, 2019 at 2:36 PM wrote: > I am using > 4.3.6 > I got deployment working but failed at the last step > > I

[ovirt-users] Re: Gluster setup 3 Node - Now only showing single node setup in setup Wizard

2019-11-25 Thread rob . downer
Sorry not sure what happened there I opened a new thread for the last issue I have above... I am using 4.3.6 ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: Gluster setup 3 Node - Now only showing single node setup in setup Wizard

2019-11-25 Thread rob . downer
I am using 4.3.6 I got deployment working but failed at the last step I detailed that in this thread https://lists.ovirt.org/archives/list/users@ovirt.org/thread/NL4HS6MIKWQAGI36NMSXGESBMB433SPL/ ___ Users mailing list -- users@ovirt.org To

[ovirt-users] Re: Gluster setup 3 Node - Now only showing single node setup in setup Wizard

2019-11-25 Thread Parth Dhanjal
Hey! What version of ovirt are you using? On Sat, Nov 23, 2019 at 4:17 PM wrote: > I have set up 3 Nodes with a separate volume for Gluster, I have set up > the two networks and DNS works fine SSH has been set up for Gluster and you > can login via ssh to the other two hosts from the host

[ovirt-users] Re: Gluster setup

2019-11-18 Thread rob . downer
Fixed that thanks it still fails ___ 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:

[ovirt-users] Re: Gluster setup

2019-11-16 Thread rob . downer
OK so I found that even though DNS was set correctly havng put IP address' in additioanl hosts and adding them to /etc/hosts Deployment does not immediately fail... however it does fail... TASK [gluster.infra/roles/backend_setup : Set PV data alignment for JBOD] ** task path:

[ovirt-users] Re: Gluster setup

2019-11-15 Thread rob . downer
yes see below... still getting FQDN is not added in known_hosts on Additional hosts screen... Are you sure you want to continue connecting (yes/no)? yes /usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed /usr/bin/ssh-copy-id:

[ovirt-users] Re: Gluster setup

2019-11-15 Thread rob . downer
[root@ovirt3 ~]# nmcli general hostname ovirt3.kvm.private ___ 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:

[ovirt-users] Re: Gluster setup

2019-11-15 Thread Jingjie Jiang
What is the output of "nmcli general hostname" ? On 11/15/19 7:15 AM, rob.dow...@orbitalsystems.co.uk wrote: I have set up a 3 node system. Gluster has its own backend network and I have tried entering the FQDN hosts via ssh as follows... gfs1.gluster.private10.10.45.11

[ovirt-users] Re: Gluster setup

2019-11-15 Thread Jayme
Did you setup ssh keys between the hosts? On Fri, Nov 15, 2019 at 9:16 AM wrote: > So using FQDN or ip I get this > task path: /usr/share/cockpit/ovirt-dashboard/ansible/hc_wizard.yml:4 > fatal: [10.10.45.13]: UNREACHABLE! => {"changed": false, "msg": "Failed to > connect to the host via ssh:

[ovirt-users] Re: Gluster setup

2019-11-15 Thread Strahil
In /etc/hosts you first enter the IP then FQDN, and last shortname (aliases). Fix the /etc/hosts file ! Best Regards, Strahil NikolovOn Nov 15, 2019 14:15, rob.dow...@orbitalsystems.co.uk wrote: > > I have set up a 3 node system. > > Gluster has its own backend network and I have tried entering

[ovirt-users] Re: Gluster setup

2019-11-15 Thread rob . downer
So using FQDN or ip I get this task path: /usr/share/cockpit/ovirt-dashboard/ansible/hc_wizard.yml:4 fatal: [10.10.45.13]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).", "unreachable": true}

[ovirt-users] Re: Gluster setup

2019-11-15 Thread Jayme
It looks like you may have those host entries backward. Put the IP first then the hostname i.e. 1.1.1.1 host.example.com On Fri, Nov 15, 2019 at 8:17 AM wrote: > I have set up a 3 node system. > > Gluster has its own backend network and I have tried entering the FQDN > hosts via ssh as

[ovirt-users] Re: Gluster setup

2019-11-15 Thread markus . falb
> [root@ovirt1 etc]# host gfs1.gluster.private > Host gfs1.gluster.private not found: 3(NXDOMAIN) > [root@ovirt1 etc]# > > I guess this is the wrong hosts file, resolver.conf lists files first for > lookup... what is resolver.conf ? do you mean /etc/nsswitch.conf ? however, "host" is a tool

[ovirt-users] Re: Gluster setup Problem

2019-02-26 Thread Matthew Roth
I got the Gluster working but I can’t finish setting up the engine it fails and says can’t query dns for engine and then can’t remove the storage domain without redoing everything all over again. On Tue, Feb 26, 2019 at 2:27 AM Parth Dhanjal wrote: > Hey Matthew! > > Can you please provide me

[ovirt-users] Re: Gluster setup Problem

2019-02-25 Thread Parth Dhanjal
Hey Matthew! Can you please provide me with the following to help you debug the issue that you are facing? 1. oVirt and gdeploy version 2. /var/log/messages file 3. /root/.gdeploy file On Mon, Feb 25, 2019 at 1:23 PM Parth Dhanjal wrote: > Hey Matthew! > > Can you please provide which oVirt

[ovirt-users] Re: Gluster setup Problem

2019-02-24 Thread Parth Dhanjal
Hey Matthew! Can you please provide which oVirt and gdeploy version have you installed? Regards Parth Dhanjal On Mon, Feb 25, 2019 at 12:56 PM Sahina Bose wrote: > +Gobinda Das +Dhanjal Parth can you please check? > > On Fri, Feb 22, 2019 at 11:52 PM Matthew Roth wrote: > > > > I have 3

[ovirt-users] Re: Gluster setup Problem

2019-02-24 Thread Sahina Bose
+Gobinda Das +Dhanjal Parth can you please check? On Fri, Feb 22, 2019 at 11:52 PM Matthew Roth wrote: > > I have 3 servers, Node 1 is 3tb /dev/sda, Node 2, 3tb /dev/sdb, node3 3tb > /dev/sdb > > I start the process for gluster deployment. I change node 1 to sda and all > the other ones to