Bug 1115091
Summary: | [vdsm] [gluster] Vdsm not operatinal after installation with gluster service enabled | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Piotr Kliczewski <pkliczew> | ||||
Component: | vdsm | Assignee: | Bala.FA <barumuga> | ||||
Status: | CLOSED DEFERRED | QA Contact: | Gil Klein <gklein> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 3.5 | CC: | bazulay, bugs, dpati, gklein, iheim, mgoldboi, pkliczew, rbalakri, sabose, yeylon | ||||
Target Milestone: | --- | ||||||
Target Release: | 3.5.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | gluster | ||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-09-23 06:26:37 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | Gluster | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | 1108448 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Piotr Kliczewski
2014-07-01 14:24:32 UTC
After setting SELinux mode to permissive. I was able to check peer status. Could you attach your supervdsm.log? Created attachment 914001 [details]
supervdsm log file
After analysing logs, it looks like glusterd is not running GlusterCmdExecFailedException: Command execution failed error: Connection failed. Please check if gluster daemon is operational. return code: 1 Can you give output of `service glusterd status`? If not running, can you start glusterd service? Here is the output from running service status and glusrer command without changing SELinux settings. [root@f20 ~]# service glusterd status Redirecting to /bin/systemctl status glusterd.service glusterd.service - GlusterFS, a clustered file-system server Loaded: loaded (/usr/lib/systemd/system/glusterd.service; enabled) Active: active (running) since Tue 2014-07-01 11:12:29 CEST; 4h 9min ago Main PID: 31056 (glusterd) CGroup: /system.slice/glusterd.service └─31056 /usr/sbin/glusterd -p /run/glusterd.pid Jul 01 11:12:29 f20.example.com systemd[1]: Started GlusterFS, a clustered file-system server. Jul 01 11:12:29 f20.example.com python[31062]: SELinux is preventing /usr/sbin/glusterfsd from write access on the sock_file . ***** Plugin catchall (100. confidence) suggests **************************... Hint: Some lines were ellipsized, use -l to show in full. [root@f20 ~]# gluster peer status Connection failed. Please check if gluster daemon is operational. Two problems here. 1. glusterd is not running. Fix: Please start it. vdsm will work normally. 2. SELinux. gluster doesn't support SELinux yet. Please enable permissive mode. Hope this helps. |