linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* NFSv4 and NFSv4.1 client recovery
@ 2011-03-15 15:07 DENIEL Philippe
  2011-03-15 21:42 ` J. Bruce Fields
  0 siblings, 1 reply; 2+ messages in thread
From: DENIEL Philippe @ 2011-03-15 15:07 UTC (permalink / raw)
  To: linux-nfs

Hi,

as you may know, I am working on a NFS server in user space called 
nfs-ganesha. One of the feature of nfs-ganesha is its capability of 
being used as a NFSv4 proxy. This is implemented as a backend in 
nfs-ganesha : all the filesystem that nfs-ganesha can export have a 
dedicated module with a well known API (this module is called FSAL for 
File System Abstraction layer). The proxy feature is made by make a FSAL 
library that is a NFSv4 basic client (each of the FSAL functions calls 
wrap one or more NFSv4 request). The trouble is the case when the remote 
server (the one accessed by the proxy operating as a client via FSAL 
calls) crashes : the client inside the FSAL needs to recover to the 
remote server as it comes back to work. My question is : what is the 
simpliest way for my user space client to recover ? I must precise it 
make no delegation and use only a forechannel to the remote server. 
There is no backchannel.

    Regards

       Philippe

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-15 21:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-15 15:07 NFSv4 and NFSv4.1 client recovery DENIEL Philippe
2011-03-15 21:42 ` J. Bruce Fields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).