Maor Lipchuk has submitted this change and it was merged.
Change subject: core: handle error when iso domain in maintenance
......................................................................
core: handle error when iso domain in maintenance
The bug started from code inserted in change I9d24c94c.
Currently, when iso domain cannot be accessed for any reason, it's considered a
problematic domain and is mentioned in the event log.
This patch adds a check that if the domain is not active,
it is not attempted to be refreshed, hence not adding in event log
the error (because it's expected it cannot be accessed)
Change-Id: Ide53f42c087ffbc9240cccc033e809ff8117ec8c
Bug-Url:
https://bugzilla.redhat.com/902246
Signed-off-by: Alissa Bonas <abonas(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/IsoDomainListSyncronizer.java
1 file changed, 26 insertions(+), 25 deletions(-)
Approvals:
Maor Lipchuk: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/11449
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ide53f42c087ffbc9240cccc033e809ff8117ec8c
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alissa Bonas <abonas(a)redhat.com>
Gerrit-Reviewer: Alissa Bonas <abonas(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Ayal Baron <abaron(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Liron Aravot <laravot(a)redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipchuk(a)redhat.com>