Hide Forgot
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) ---
Upgrading the server from Fedora 17 to Fedora 19 made the problem disappear.