Bug 1425194
Summary: | vdsmd not running after 3.6 NGN to 4.1 NGN upgrade: untouched logger.conf should be updated | ||||||
---|---|---|---|---|---|---|---|
Product: | [oVirt] ovirt-node | Reporter: | Jiri Belka <jbelka> | ||||
Component: | General | Assignee: | Ryan Barry <rbarry> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Huijuan Zhao <huzhao> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | urgent | ||||||
Version: | 4.1 | CC: | bugs, cshao, danken, dguo, gklein, huzhao, jiawu, mgoldboi, qiyuan, sbonazzo, weiwang, yaniwang, ycui, yzhao | ||||
Target Milestone: | ovirt-4.1.1 | Keywords: | TestBlocker | ||||
Target Release: | --- | Flags: | rule-engine:
ovirt-4.1+
rule-engine: blocker+ mgoldboi: planning_ack+ sbonazzo: devel_ack+ cshao: testing_ack+ |
||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2017-02-28 14:52:23 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | Node | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1421098 | ||||||
Attachments: |
|
Description
Jiri Belka
2017-02-20 19:04:58 UTC
This appears to be a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1417534 Can reproduce. Test version: From: RHVH-3.6-20170217.5-RHVH-x86_64-dvd1.iso To: rhvh-4.1-0.20170208.0 Test steps: 1. Install RHVH-3.6-20170217.5-RHVH-x86_64-dvd1.iso 2. Reboot and login RHVH-3.6, add RHVH-3.6 to engine 3.6(3.6 cluster), add NFS storage to host. 3. Setup local repos in RHVH-3.6, update it to rhvh-4.1-0.20170208.0 # yum update 4. Reboot and login rhvh-4.1-0.20170208.0, check the vdsmd service and RHVH status in engine side Actual results: After step4, vdsmd is inactive in RHVH-4.1, RHVH-4.1 is not up in engine3.6 side. # service vdsmd status Redirecting to /bin/systemctl status vdsmd.service ● vdsmd.service - Virtual Desktop Server Manager Loaded: loaded (/usr/lib/systemd/system/vdsmd.service; enabled; vendor preset: enabled) Active: inactive (dead) (Result: exit-code) since Tue 2017-02-21 06:03:13 GMT; 14min ago Process: 25938 ExecStopPost=/usr/libexec/vdsm/vdsmd_init_common.sh --post-stop (code=exited, status=0/SUCCESS) Process: 25929 ExecStart=/usr/share/vdsm/daemonAdapter -0 /dev/null -1 /dev/null -2 /dev/null /usr/share/vdsm/vdsm (code=exited, status=1/FAILURE) Process: 25832 ExecStartPre=/usr/libexec/vdsm/vdsmd_init_common.sh --pre-start (code=exited, status=0/SUCCESS) Main PID: 25929 (code=exited, status=1/FAILURE) Feb 21 06:03:13 dell-per730-35.lab.eng.pek2.redhat.com systemd[1]: Unit vdsmd.service entered failed state. Feb 21 06:03:13 dell-per730-35.lab.eng.pek2.redhat.com systemd[1]: vdsmd.service failed. Feb 21 06:03:13 dell-per730-35.lab.eng.pek2.redhat.com systemd[1]: Dependency failed for Virtual Desktop Server Manager. Feb 21 06:03:13 dell-per730-35.lab.eng.pek2.redhat.com systemd[1]: Job vdsmd.service/start failed with result 'dependency'. Feb 21 06:03:13 dell-per730-35.lab.eng.pek2.redhat.com systemd[1]: vdsmd.service holdoff time over, scheduling restart. Feb 21 06:03:13 dell-per730-35.lab.eng.pek2.redhat.com systemd[1]: Dependency failed for Virtual Desktop Server Manager. Feb 21 06:03:13 dell-per730-35.lab.eng.pek2.redhat.com systemd[1]: Job vdsmd.service/start failed with result 'dependency'. Excepted results: After step4, vdsmd is active in RHVH-4.1, RHVH-4.1 is up in engine3.6 side Created attachment 1255961 [details] comment 3 : logs from host This bug report has Keywords: Regression or TestBlocker. Since no regressions or test blockers are allowed between releases, it is also being identified as a blocker for this release. Please resolve ASAP. I see here 3 different bugs: 1. upgrade did not create /var/log/ovirt-imageio-daemon with correct permissions 2. /etc/vdsm/logger.conf was not replaced by a new version (only this is a dup of bug 1417534) 3. if someone touches logger.conf, and thus causes it not to be replaced on upgrade, it would still reffer to logUtils.UserGroupEnforcingHandler (instead of vdsm.logUtils.UserGroupEnforcingHandler) vdsmd would not start. ovirt-imageio-daemon issue is split into https://bugzilla.redhat.com/show_bug.cgi?id=1425502 this BZ remains only for vdsmd issue. Since the other bugs have been split out, closing this as a duplicate. *** This bug has been marked as a duplicate of bug 1417534 *** |