[Bugs] [Bug 1357023] New: Systemd Dependency Problem in Centos 7 ( NFS mount at boot)

bugzilla at redhat.com bugzilla at redhat.com
Fri Jul 15 13:52:12 UTC 2016


https://bugzilla.redhat.com/show_bug.cgi?id=1357023

            Bug ID: 1357023
           Summary: Systemd Dependency Problem in Centos 7 (NFS mount at
                    boot)
           Product: GlusterFS
           Version: 3.7.13
         Component: glusterd
          Assignee: bugs at gluster.org
          Reporter: jsaacmk at gmail.com
                CC: bugs at gluster.org



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:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list