Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1357023

Summary: Systemd Dependency Problem in Centos 7 (NFS mount at boot)
Product: [Community] GlusterFS Reporter: Keith <jsaacmk>
Component: glusterdAssignee: bugs <bugs>
Status: CLOSED INSUFFICIENT_DATA QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.7.13CC: bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-07-15 14:44:36 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:

Description Keith 2016-07-15 13:52:12 UTC
Description of problem:

gluster.service has the following directive in the [Unit] section

    After=network.target rpcbind.service

but should probably be

    After=network.target rpc-statd.service rpcbind.service

since the starting of gluster seems to invoke the rpc.statd daemon. When rpc-statd.service is eventually started by systemd, it fails because rpc.statd is already running. Making the changes above resolves the issue.


Version-Release number of selected component (if applicable):

Centos 7


How reproducible:


Steps to Reproduce:
1. Install Centos 7
2. Install Gluster 3.7.13
3. Install nfs-tools
4. Create a volume
5. Create a /etc/fstab entry for that volume with the nfs driver
6. Reboot
7. Inspect the output of systemctl, note that rpc-statd is in state failed


Actual results:

rpc-statd is in state failed.


Expected results:

rpc-statd is not in state failed.


Additional info: