Bug 1331514
Summary: | agent.log log file is flooded with error messages as - "Unable to get vm.conf from OVF_STORE, falling back to initial vm.conf" | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [oVirt] ovirt-hosted-engine-ha | Reporter: | SATHEESARAN <sasundar> | ||||||||||||
Component: | Agent | Assignee: | Simone Tiraboschi <stirabos> | ||||||||||||
Status: | CLOSED NOTABUG | QA Contact: | SATHEESARAN <sasundar> | ||||||||||||
Severity: | medium | Docs Contact: | |||||||||||||
Priority: | unspecified | ||||||||||||||
Version: | 1.3.5.3 | CC: | bugs, sabose, stirabos | ||||||||||||
Target Milestone: | ovirt-4.0.0-rc | Flags: | sabose:
ovirt-4.0.0?
sasundar: planning_ack? sasundar: devel_ack? sasundar: testing_ack? |
||||||||||||
Target Release: | --- | ||||||||||||||
Hardware: | x86_64 | ||||||||||||||
OS: | Linux | ||||||||||||||
Whiteboard: | |||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||
Clone Of: | Environment: |
RHEV RHGS HCI
RHEL 7.2
RHEV 3.6.5
|
|||||||||||||
Last Closed: | 2016-05-20 12:19:40 UTC | Type: | Bug | ||||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||||
Documentation: | --- | CRM: | |||||||||||||
Verified Versions: | Category: | --- | |||||||||||||
oVirt Team: | Integration | RHEL 7.3 requirements from Atomic Host: | |||||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||
Embargoed: | |||||||||||||||
Bug Depends On: | |||||||||||||||
Bug Blocks: | 1277939 | ||||||||||||||
Attachments: |
|
Description
SATHEESARAN
2016-04-28 17:25:39 UTC
Created attachment 1152003 [details]
agent.log
Created attachment 1152161 [details]
sosreport from the node
Created attachment 1152162 [details]
broker.log
Created attachment 1152168 [details]
vdsm.log
Created attachment 1152169 [details]
supervdsm.log
I have also found various error messages in vdsm.log[1] and and also in broker.log[2]. I have raise separate bugs for those [1] - https://bugzilla.redhat.com/show_bug.cgi?id=1331503 [2] - https://bugzilla.redhat.com/show_bug.cgi?id=1331526 There is no functional loss, and so lowering the severity Moving to first RC, since things should not be targeted to second one at this point. The engine creates the OVF_STORE volume, which contains the engine VM description, only when the datacenter goes up but to do the the user as to manually create the first storage domain for regular VMs. ovirt-ha-agent will try to periodically parse the engine VM configuration from the OVF_STORE volume, if it's not there, ovirt-ha-agent can fail back to the initial (deployment time) vm.conf which can be out of sync and so it's worth to signal it. Creating the first regular storage domain should make the datacenter up, after one our the engine will create the OVF_STORE, ovirt-ha-agent will start parsing it and this message will disappear. |