Re: swapping via nfs...

Matthew Kirkwood (weejock@ferret.lmh.ox.ac.uk)
Tue, 4 Jan 2000 23:14:08 +0000 (GMT)


On Tue, 4 Jan 2000, Rik van Riel wrote:

> > But the question arose, what would happen if the NFS server which
> > had the swapfiles went down...
> > Kernel panic?
>
> I don't see anything panic-related in the pieces of code dealing with
> this, so I suspect it won't panic. I do suspect that most of userland
> will die though, so the functionality of the system will probably be
> less than usual :)

I would imagine that the process would get killed with SIGBUS which, I
believe, is what happens when a page is needed from a file which has
disappeared from under an NFS mount.

Matthew.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/