Bug 1045700 - NFS mount times out
Summary: NFS mount times out
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: nfs-utils
Version: 20
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Steve Dickson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-21 10:31 UTC by Andreas Spengler
Modified: 2014-01-08 15:23 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-08 15:23:14 UTC
Type: Bug


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.