Created attachment 926034[details]
logs from engine and host
Description of problem:
While testing https://bugzilla.redhat.com/show_bug.cgi?id=1125178 , I tried to add a rhel7 host to my rhevm setup (3.4.2) and installation failed with the following error message in vdsm.log (which is a different issue from 1125178):
Thread-12::ERROR::2014-08-12 12:05:31,698::sampling::453::vds::(run) Error while sampling stats
Traceback (most recent call last):
File "/usr/share/vdsm/sampling.py", line 435, in run
sample = self.sample()
File "/usr/share/vdsm/sampling.py", line 425, in sample
hs = HostSample(self._pid)
File "/usr/share/vdsm/sampling.py", line 209, in __init__
self.timestamp - os.stat(P_VDSM_CLIENT_LOG).st_mtime <
OSError: [Errno 2] No such file or directory: '/var/run/vdsm/client.log'
(END)
Version-Release number of selected component (if applicable):
rhev-3.4.2-av11
host:
Red Hat Enterprise Linux Server release 7.0 (Maipo)
vdsm-4.14.13-1.el7ev.x86_64
engine:
rhevm-3.4.2-0.1.el6ev.noarch
How reproducible:
Always
Steps to Reproduce:
1. Create a DC and cluster in rhevm
2. Attach a rhel7 host to the setup
Actual results:
Host installation fails with the mentioned error in vdsm.log. The failure is reported in engine.log and audit log:
2014-08-12 12:05:26,145 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (VdsDeploy) Correlation ID: 7db12cab, Call Stack: null, Custom Event ID: -1, Message: Failed to install Host gre
en-b. Failed to execute stage 'Closing up': Command '/bin/systemctl' failed to execute.
Expected results:
Host installation should succeed
Additional info:
logs from engine and host