Bug 829318 - ovirt-engine-backend [Auto-Recovery]: AutoRecoveryManager is only reporting status checking and status done with no findings
Summary: ovirt-engine-backend [Auto-Recovery]: AutoRecoveryManager is only reporting s...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine
Version: 3.1.0
Hardware: x86_64
OS: Unspecified
medium
medium
Target Milestone: ---
: 3.1.0
Assignee: Laszlo Hornyak
QA Contact: Dafna Ron
URL:
Whiteboard: storage
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-06 13:03 UTC by Dafna Ron
Modified: 2016-02-10 16:41 UTC (History)
10 users (show)

Fixed In Version: SI6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
oVirt Team: Storage
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Dafna Ron 2012-06-06 13:03:19 UTC
Description of problem:

AutoRecoveryManager runs with the following:

2012-06-03 15:45:00,002 INFO  [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [5775b506] Checking autorecoverable storage domains

2012-06-03 15:45:00,004 INFO  [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [5775b506] Checking autorecoverable storage domains done

we need to add the following: 

Checking autorecoverable storage domains: found 1 domain inactive state

Checking autorecoverable storage domains done: 1 domain was autorecovered
Version-Release number of selected component (if applicable):

How reproducible:

100%

Steps to Reproduce:
1. create a problem in one of the domains
2. fix the problem 
3. look at the AutoRecoveryMangaer
  
Actual results:

we currently have no way of knowing of the domain was autorecovered by the AutoRecoveryMananger 

Expected results:

we should log what the AutoRecoveryManager finds and what it did. 

Additional info:

Comment 1 Laszlo Hornyak 2012-06-06 13:11:52 UTC
http://gerrit.ovirt.org/5099

Comment 2 Dafna Ron 2012-06-19 16:25:12 UTC
verified on si6:

2012-06-19 19:15:00,001 INFO  [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) [1ed6014b] Checking autorecoverable hosts
2012-06-19 19:15:00,004 INFO  [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) [1ed6014b] Autorecovering 0 hosts
2012-06-19 19:15:00,005 INFO  [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) [1ed6014b] Checking autorecoverable hosts done
2012-06-19 19:15:00,005 INFO  [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) [1ed6014b] Checking autorecoverable storage domains
2012-06-19 19:15:00,006 INFO  [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) [1ed6014b] Autorecovering 0 storage domains
2012-06-19 19:15:00,007 INFO  [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) [1ed6014b] Checking autorecoverable storage domains done


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