phdeniel / nfs-ganesha

NFS-Ganesha, a NFSv3/NFSv4.x/9P file server in User Space
http://nfs-ganesha.sf.net
61 stars 49 forks source link

Default configuration file contains unknown key #61

Closed ghost closed 12 years ago

ghost commented 12 years ago

Starting the daemon with the default configuration files produces the following error:

nfs_read_worker_conf :CONFIG: CRITICAL ERROR: Unknown or unsettable key: Nb_DupReq_Before_GC (item NFS_Worker_Param)
nfs_set_param_from_conf :NFS STARTUP: CRITICAL ERROR: Error while parsing workers configuration
main :NFS STARTUP: FATAL ERROR: Error parsing configuration file.

and prevents nfs-ganesha from starting.

phdeniel commented 12 years ago

Kilian Cavalotti a écrit :

Starting the daemon with the default configuration files produces the following error:

nfs_read_worker_conf :CONFIG: CRITICAL ERROR: Unknown or unsettable key: Nb_DupReq_Before_GC (item NFS_Worker_Param)
nfs_set_param_from_conf :NFS STARTUP: CRITICAL ERROR: Error while parsing workers configuration
main :NFS STARTUP: FATAL ERROR: Error parsing configuration file.

and prevents nfs-ganesha from starting.


Reply to this email directly or view it on GitHub: https://github.com/phdeniel/nfs-ganesha/issues/61

That's right. Check commit 1456aa4 for fix.

Regards

   Philippe