Hi ! When you want to create a high availibity (HA) NFS server (v4) using DRBD and Corosync, tutorial (see http://docs.homelinux.org/doku.php?id=create_high-available_nfs_server_with_pacemaker#installing_nfs) suggest to mount pipefs outside /var/lib/nfs. /var/lib/nfs will be duplicated by DRBD (in fact, /var/lib/nfs will be linked to as duplicated folder) and pipefs should not. Reproducible: Always
Created attachment 285057 [details] Config file for the rpc.pipefs
Created attachment 285059 [details] New init script
Hello, Just found that if I actually move the folder, rpc.idmapd does not start. I moved the conf into /etc/conf.d/nfs (seems logical) and modify rpc.idmapd init script. Patch are against nfs-utils 1.2.3-r1
Created attachment 285239 [details, diff] Add a new parameter to the nfs conf file
Created attachment 285241 [details, diff] Use parameter from conf.d/nfs instead of a separate file
Created attachment 285243 [details] idmapd shoud be started with the new rpc_pipes mount point
Comment on attachment 285239 [details, diff] Add a new parameter to the nfs conf file only post unified diffs. i cant understand any of these files.