Re: Probleme NFSv4

Top Page

Reply to this message
Author: Hervé de Dianous
Date:  
To: guilde
Subject: Re: Probleme NFSv4
Le 04/01/2012 14:54, Vincent Caron a écrit :
>    Il y a du trafic NFS même sans accès au fs de la part du client ?
> Es-tu sûr que ton client n'a pas un outil d'indexation qui essaie
> d'explorer le montage NFS à l'insu de ton plein gré ?


alors ce peut être mlocate. Tu peux lui interdire l'indexation :

Man updatedb.conf :

"PRUNEFS
A whitespace-separated list of file system types (as used in
/etc/mtab) which should not be scanned by updatedb(8). The file
system type matching is case-insensitive. By default, no file
system types are skipped."

exemple ici :
less /etc/updatedb.conf :

PRUNEFS="NFS nfs nfs4 rpc_pipefs afs binfmt_misc proc smbfs autofs
iso9660 ncpfs coda devpts ftpfs devfs mfs shfs sysfs cifs lustre_lite
tmpfs usbfs udf fuse.glusterfs fuse.sshfs ecryptfs fusesmb devtmpfs"

RV2D