Bug 1229202
Summary: | VDSM service is not running without mom in RHEL-7 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Ramesh N <rnachimu> | ||||||||
Component: | vdsm | Assignee: | Bala.FA <barumuga> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | RamaKasturi <knarra> | ||||||||
Severity: | urgent | Docs Contact: | |||||||||
Priority: | urgent | ||||||||||
Version: | rhgs-3.1 | CC: | asrivast, dpati, knarra, nlevinki, rhs-bugs, sabose, sgraf | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | RHGS 3.1.0 | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | vdsm-4.16.20-1.1 | Doc Type: | Bug Fix | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | |||||||||||
: | 1229204 (view as bug list) | Environment: | |||||||||
Last Closed: | 2015-07-29 04:58:23 UTC | Type: | Bug | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Bug Depends On: | 1229204 | ||||||||||
Bug Blocks: | 1202842 | ||||||||||
Attachments: |
|
Created attachment 1036263 [details]
/var/log/messages
As a workaround, remove ksmtuned.service from vdsmd.service file and restart vdsmd. Created attachment 1038557 [details]
patch
This patch removes ksmtuned.service from vdsmd.service unit file
Verified and works fine with vdsm-4.16.20-1.1.el7rhgs.x86_64. vdsm no longer requires mom package. Vdsm now starts successfully with out mom. Workaround done to remove the dependency on mom as per comment 5. [root@rhs-arch-srv1 ~]# rpm -qa | grep mom [root@rhs-arch-srv1 ~]# verified that mom is not installed by running the command above. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-1495.html |
Created attachment 1036262 [details] VDSM Log Description of problem: VDSM service gets killed immediately after start in mom package is not installed. Version-Release number of selected component (if applicable): vdsm-4.17.0-766.git2bf570a.el7.x86_64 How reproducible: Always Steps to Reproduce: 1. Start the VDSM Service by 'service vdsmd start' 2. Check the vdsm service status 'service vdsmd status' Actual results: VDSM service will be in inactive or failed status. Expected results: VDSM service should be running without mom. Additional info: Red Hat Gluster Storage build of VDSM doesn't require MOM as a dependency and vdsmd should run without mom. Also in RHEL-6 VDSM works without mom.