Summary: | KDE gets slow and malfunction once the NFS server is stopped | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kio-extras | Reporter: | Paulo Fidalgo <paulo.fidalgo.pt> |
Component: | NFS | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | jjm |
Priority: | NOR | ||
Version: | 18.04.3 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Paulo Fidalgo
2015-09-17 09:19:14 UTC
This is not a KDE or Plasma problem. If an NFS server is disconnected or shut down while a client has mounted any of its filesystems, any access to that filesystem will slow down or, in the worst case, hang indefinitely. What precisely happens depends on the server's export options and the client's mount options, but the default in your case is 'hard' which means that access will be retried indefinitely. Dolphin or any other application which needs to access the NFS filesystem can do nothing in this case. Using the 'soft' mount option will give up eventually, but there is the possibility of data corruption. The only way to recover, if you are able to get to a root shell, is to forcibly unmount any NFS filesystems. |