Bug 1287195
Summary: | ovirt-ha-agent should explicitly fail if the configuration volume is not valid | ||
---|---|---|---|
Product: | [oVirt] ovirt-hosted-engine-ha | Reporter: | Simone Tiraboschi <stirabos> |
Component: | Agent | Assignee: | Simone Tiraboschi <stirabos> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Nikolai Sednev <nsednev> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 1.3.0 | CC: | bmcclain, bugs, mavital, sbonazzo, stirabos |
Target Milestone: | ovirt-3.6.1 | Keywords: | EasyFix, Triaged |
Target Release: | 1.3.3.4 | Flags: | rule-engine:
ovirt-3.6.z+
bmcclain: planning_ack+ sbonazzo: devel_ack+ mavital: testing_ack+ |
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
If for any reasons (eg. data corruption on disk) the configuration volume on the shared domain wasn't valid, ovirt-ha-agent was logging it just at debug level and silently failing.
Increasing the log level to make the issue more clear and evident.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2016-02-18 10:53:26 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: | 1284954 |
Description
Simone Tiraboschi
2015-12-01 17:50:08 UTC
Hi Simone, Is it possible to describe a bit more in details the reproduction steps please? May this https://bugzilla.redhat.com/show_bug.cgi?id=1116469 reproduction flow, match our case? Hi Nikolay. Deploy hosted-engine as usual, than manually wipe the configuration volume (you can find its uuid in hosted-engine.conf) on the shared storage and restart the agent. Previously was failing with just an error line at debug level (and normally we log info and upper), now the error should be reported at error level. Executed dd to the conf_volume_UUID=98d26505-2bcf-43e3-9425-a958efefad68 and received error message in/var/log/ovirt-hosted-engine-ha/broker.log, as described bellow: Thread-24289::ERROR::2016-02-01 16:48:24,175::heconflib::111::ovirt_hosted_engine_ha.broker.notifications.Notifications.config::(validateConfImage ) 'version' is not stored in the HE configuration image Thread-24289::ERROR::2016-02-01 16:48:24,177::notifications::35::ovirt_hosted_engine_ha.broker.notifications.Notifications::(send_email) [Errno 11 1] Connection refused Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/broker/notifications.py", line 24, in send_email server = smtplib.SMTP(cfg["smtp-server"], port=cfg["smtp-port"]) File "/usr/lib64/python2.7/smtplib.py", line 255, in __init__ (code, msg) = self.connect(host, port) File "/usr/lib64/python2.7/smtplib.py", line 315, in connect self.sock = self._get_socket(host, port, self.timeout) File "/usr/lib64/python2.7/smtplib.py", line 290, in _get_socket return socket.create_connection((host, port), timeout) File "/usr/lib64/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused Components on host: sanlock-3.2.4-1.el7.x86_64 ovirt-host-deploy-1.4.1-1.el7ev.noarch ovirt-vmconsole-1.0.0-1.el7ev.noarch libvirt-client-1.2.17-13.el7_2.2.x86_64 mom-0.5.1-1.el7ev.noarch qemu-kvm-rhev-2.3.0-31.el7_2.4.x86_64 ovirt-hosted-engine-ha-1.3.3.7-1.el7ev.noarch ovirt-vmconsole-host-1.0.0-1.el7ev.noarch vdsm-4.17.18-0.el7ev.noarch Red Hat Enterprise Virtualization Hypervisor (Beta) release 7.2 (20160126.0.el7ev) Engine: rhevm-3.6.3-0.1.el6.noarch Linux version 2.6.32-573.12.1.el6.x86_64 (mockbuild.eng.bos.redhat.com) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-16) (GCC) ) #1 SMP Mon Nov 23 12:55:32 EST 2015 |