Bug 1045700

Summary: NFS mount times out
Product: [Fedora] Fedora Reporter: Andreas Spengler <andreas>
Component: nfs-utilsAssignee: Steve Dickson <steved>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 20CC: bfields, jlayton, steved
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-08 15:23:14 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:

Description Andreas Spengler 2013-12-21 10:31:20 UTC
Description of problem: After upgrading client to Fedora 20, NFS mount times out while trying to mount a volume from an Fedora 17 NFS server. With Fedora 19 everything worked fine.

Version-Release number of selected component (if applicable): 1.2.8-6.0.fc20

How reproducible: Always

Steps to Reproduce:
1. systemctl restart home mount


Actual results: Above command takes a long time to finish.

After that 'systemctl status home.mount' gives:
home.mount - /home
   Loaded: loaded (/etc/fstab)
   Active: active (mounted) (Result: timeout) since Sa 2013-12-21 10:52:40 CET; 28min ago
    Where: /home
     What: server:/home

Dez 21 10:51:10 choquet systemd[1]: Mounting /home...
Dez 21 10:52:40 choquet systemd[1]: home.mount mounting timed out. Stopping.

Expected results: /home is mounted


Additional info: 
Entry in client's (192.168.0.6) /etc/fstab
---
server:/home	/home			nfs4	rsize=8192,wsize=8192
---

Entry in server's (192.168.0.1) /etc/exports
---
/home	192.168.0.0/25(rw,sync)
---

Comment 1 Andreas Spengler 2013-12-22 15:22:06 UTC
Upgrading the server from Fedora 17 to Fedora 19 made the problem disappear.