Description of problem: Please see: http://blog.gluster.org/2014/09/glusterfs-and-nfs-ganesha-integration/ Starting nfs-ganesha V2.3.0 with the config: Protocols = "3,4" ; # NFS protocols supported results in the service failing to start and this error being logged. nfs-ganesha-13725[main] config_errs_to_log :CONFIG :WARN :Config File (/etc/ganesha/default.conf:16): Unknown token (3,4)
I updated the doc. Please check the same.
Which doc did you update? I don't see any changes to this blog entry: http://blog.gluster.org/2014/09/glusterfs-and-nfs-ganesha-integration/ This fails to start: Protocols = "3,4" ; This works: Protocols = 3,4;
Ben, blog.gluster.org syndicates posts from developers personal blogs. It doesn't syndicate changes done to a post on the original blog. Soumya has modified the post on her blog [1]. You can view the change there. [1] https://glusterants.wordpress.com/2014/09/03/glusterfs-and-nfs-ganesha-integration/
Interesting. IMHO having a buggy sample config on the seemingly official blog seems like a bug. Glad it's fixed at the source.