Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Add nfs.drc property
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwnix committed Jun 10, 2014
1 parent 5322df7 commit 9882b4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/volume/property/data.pp
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,9 @@
# Size of the write-behind buffer for a single file (inode).
'performance.write-behind-window-size' => '', # default: 1MB

#DRC
'nfs.drc' => 'offon',

# NOTE: this option taken from gluster documentation
# Allow client connections from unprivileged ports. By default only privileged ports are allowed. This is a global setting in case insecure ports are to be enabled for all exports using a single option.
'server.allow-insecure' => 'offon', # XXX: description and manual differ in their mention of what the correct default is, so which is it?
Expand Down

0 comments on commit 9882b4c

Please sign in to comment.