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: