Hello,
I’ve a new oVirt installation using oVirt 4.2.7.1 Node and after deploying the hosted
engine it does not show up on the interface even after adding the first storage.
The Datacenter is up but the engine VM and the engine storage does not appear.
I have the following message repeated constantly on /var/log/messages:
Jan 4 20:17:30 ovirt1 journal: ovirt-ha-agent
ovirt_hosted_engine_ha.agent.hosted_engine.HostedEngine.config.vm ERROR Unable to identify
the OVF_STORE volume, falling back to initial vm.conf. Please ensure you already added
your first data domain for regular VMs
What’s wrong? Am I doing something different?
Additional infos:
[root@ovirt1 ~]# vdsm-tool list-nets
ovirtmgmt (default route)
storage
[root@ovirt1 ~]# ip a | grep "inet "
inet 127.0.0.1/8 scope host lo
inet 10.20.0.101/24 brd 10.20.0.255 scope global dynamic ovirtmgmt
inet 192.168.10.1/29 brd 192.168.10.7 scope global storage
[root@ovirt1 ~]# mount | grep -i nfs
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
10.20.0.200:/mnt/pool0/ovirt/he on /rhev/data-center/mnt/10.20.0.200:_mnt_pool0_ovirt_he
type nfs4
(rw,relatime,vers=4.1,rsize=131072,wsize=131072,namlen=255,soft,nosharecache,proto=tcp,timeo=600,retrans=6,sec=sys,clientaddr=10.20.0.101,local_lock=none,addr=10.20.0.200)
[root@ovirt1 ~]# hosted-engine --check-deployed
Returns nothing!
[root@ovirt1 ~]# hosted-engine --check-liveliness
Hosted Engine is up!
[root@ovirt1 ~]# hosted-engine --vm-status
--== Host 1 status ==--
conf_on_shared_storage : True
Status up-to-date : True
Hostname : ovirt1.local.versatushpc.com.br
Host ID : 1
Engine status : {"health": "good",
"vm": "up", "detail": "Up"}
Score : 3400
stopped : False
Local maintenance : False
crc32 : 1736a87d
local_conf_timestamp : 7836
Host timestamp : 7836
Extra metadata (valid at timestamp):
metadata_parse_version=1
metadata_feature_version=1
timestamp=7836 (Fri Jan 4 20:18:10 2019)
host-id=1
score=3400
vm_conf_refresh_time=7836 (Fri Jan 4 20:18:10 2019)
conf_on_shared_storage=True
maintenance=False
state=EngineUp
stopped=False
Thanks in advance,