Bug 1258812 - [scale] VmsMonitoring vm not in changed list, skipping devices update.
Summary: [scale] VmsMonitoring vm not in changed list, skipping devices update.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine
Version: 3.6.0
Hardware: x86_64
OS: Linux
medium
high
Target Milestone: ovirt-3.6.0-rc
: 3.6.0
Assignee: Michal Skrivanek
QA Contact: Eldad Marciano
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-01 10:50 UTC by Eldad Marciano
Modified: 2016-04-20 01:38 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-04-20 01:38:29 UTC
oVirt Team: Virt
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 45580 0 master MERGED EventsSupported configuratoin. check the EventsSupported configuratoin for cross object type support and not just for vm... Never
oVirt gerrit 46083 0 ovirt-engine-3.6 MERGED core: EventsSupported configuratoin. check the EventsSupported configuratoin for cross object type support and not just ... Never

Description Eldad Marciano 2015-09-01 10:50:36 UTC
Description of problem:
as part of events benchmark tests, switch events on and off(engine side), engine skip the status that should be updated.

seems like RefresherFactory.VmStatsRefresher() runs just for 'VmStatsEventsSupported' configuration and not for 'EventsSupported':
-VmStatsEventsSupported

might be better to use EventsSupported configuration for cross wide events support and not just for vms.

Version-Release number of selected component (if applicable):
refresherFactory

How reproducible:
90%

Steps to Reproduce:
1. run 109 vms with 1 hyperv
2. stop the engine plus set evetns false by 'INSERT INTO vdc_options (option_name,option_value,version) VALUES ('EventsSupported','false',3.6);' and run the engine
3. stop the vms.
4. stop the engine plus set evetns true 'UPDATE vdc_options set option_value='true' where option_name='EventsSupported' and version = '3.6';' and restart the engine.
5. start the vms again.

Actual results:
engine wont update the vm statuses and dump the following messages:
2015-08-31 15:34:22,545 WARN [org.ovirt.engine.core.vdsbroker.VmsMonitoring] (DefaultQuartzScheduler_Worker-13) [62ba10f0] VM 'd91648fd-09f2-46e3-a6f1-3b9623cae095' not in changed list, skipping devices update

Expected results:
check the EventsSupported configuratoin for cross object type support and not just for vms.


Additional info:

Comment 1 Eldad Marciano 2015-09-03 09:15:40 UTC
best practice \ workaround, using both 'EventsSupported' and 'VmStatsEventsSupported'


Note You need to log in before you can comment on or make changes to this bug.