when I re deployed ovirt engine after running ovirt-hosted-engine-cleanup on all nodes.. it deployed oVirt on the first node fine.. but when I tried to add the other two nodes it kept failing. I got it to success ONLY if I used IP vs DNS (post about error here:
https://lists.ovirt.org/archives/list/users@ovirt.org/thread/A6Z3MRFGFSEA7IOCE6WLPEPXE536Z6DR/#A6Z3MRFGFSEA7IOCE6WLPEPXE536Z6DR )
But this seems to have been a bad idea. I now need to correct this.
I can't send emails with images so I will post scrape:
######
Name
Comment
Hostname/IP
Cluster
Data Center
Status
Virtual Machines
Memory
CPU
Network
SPM
medusa
medusa host in three node HA cluster
172.16.100.103
Default_Cluster
Default_Datacenter
Up
0
6%
9%
0%
SPM
odin
odin host in three node HA cluster
172.16.100.102
Default_Cluster
Default_Datacenter
Up
1
8%
0%
0%
Normal
thor
thor host in three node HA cluster
thor.penguinpages.local
Default_Cluster
Default_Datacenter
Up
4
9%
2%
0%
Normal
######
[root@thor ~]# gluster pool list
UUID Hostname State
83c772aa-33cd-430f-9614-30a99534d10e odinst.penguinpages.local Connected
977b2c1d-36a8-4852-b953-f75850ac5031 medusast.penguinpages.local Connected
7726b514-e7c3-4705-bbc9-5a90c8a966c9 localhost Connected
[root@thor ~]# gluster peer status
Number of Peers: 2
Hostname: odinst.penguinpages.local
Uuid: 83c772aa-33cd-430f-9614-30a99534d10e
State: Peer in Cluster (Connected)
Hostname: medusast.penguinpages.local
Uuid: 977b2c1d-36a8-4852-b953-f75850ac5031
State: Peer in Cluster (Connected)
[root@odin ~]# gluster peer status
Number of Peers: 2
Hostname: thorst.penguinpages.local
Uuid: 7726b514-e7c3-4705-bbc9-5a90c8a966c9
State: Peer in Cluster (Connected)
Hostname: medusast.penguinpages.local
Uuid: 977b2c1d-36a8-4852-b953-f75850ac5031
State: Peer in Cluster (Connected)
[root@medusa ~]# gluster peer status
Number of Peers: 2
Hostname: thorst.penguinpages.local
Uuid: 7726b514-e7c3-4705-bbc9-5a90c8a966c9
State: Peer in Cluster (Connected)
Hostname: odinst.penguinpages.local
Uuid: 83c772aa-33cd-430f-9614-30a99534d10e
State: Peer in Cluster (Connected)
[root@medusa ~]#
[root@thor ~]# cat /etc/hosts
# Version: 20190730a
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
# Cluster node thor
172.16.100.91 thorm.penguinpages.local thorm
172.16.100.101 thor.penguinpages.local thor
172.16.101.101 thorst.penguinpages.local thorst
# Cluster node odin
172.16.100.92 odinm.penguinpages.local odinm
172.16.100.102 odin.penguinpages.local odin
172.16.101.102 odinst.penguinpages.local odinst
# Cluster node medusa
# 172.16.100.93 medusam.penguinpages.local medusam
172.16.100.103 medusa.penguinpages.local medusa
172.16.101.103 medusast.penguinpages.local medusast
172.16.100.31 ovirte01.penguinpages.local ovirte01
172.16.100.32 ovirte02.penguinpages.local ovirte02
172.16.100.33 ovirte03.penguinpages.local ovirte03
[root@thor ~]#