Bug 1302911 - config in blog post is wrong
Summary: config in blog post is wrong
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Gluster-Documentation
Classification: Community
Component: Other
Version: unspecified
Hardware: All
OS: All
medium
medium
Target Milestone: ---
Assignee: Soumya Koduri
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-28 23:49 UTC by Ben Werthmann
Modified: 2016-08-30 13:43 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-08-30 13:43:53 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Ben Werthmann 2016-01-28 23:49:17 UTC
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)

Comment 1 Soumya Koduri 2016-08-15 15:30:20 UTC
I updated the doc. Please check the same.

Comment 2 Ben Werthmann 2016-08-29 14:30:03 UTC
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;

Comment 3 Kaushal 2016-08-30 07:34:23 UTC
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/

Comment 4 Ben Werthmann 2016-08-30 13:43:23 UTC
Interesting. IMHO having a buggy sample config on the seemingly official blog seems like a bug. Glad it's fixed at the source.


Note You need to log in before you can comment on or make changes to this bug.