jtgans / tsumufs

An NFS caching layer for Linux
GNU General Public License v2.0
0 stars 0 forks source link

check nfs Mounting.. #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Aim of tsumufs is to use our file system in disconnected mode. 
This suppose that tsumufs can directly be call in disconnected mode. 
Disconnected mode conditions are follows:
- Server nfs is not pingable and mountPoint is not mount.

So nfsAvailable must be set when those both conditions are true.
I have used nfsMount.nfsCheckOK function to set nfsAvailableEvent.

Here is a patch with my work. I changed a little bit the syncthread main loop. 

Wait for your advices.

Bastien 

Original issue reported on code.google.com by megab...@gmail.com on 19 Jun 2009 at 1:51

Attachments:

GoogleCodeExporter commented 9 years ago
Your patch doesn't apply cleanly -- please adjust your diff to the HEAD of the 
SVN
branch and try again. Thanks.

Original comment by june.t...@gmail.com on 17 Jul 2009 at 9:11