From 9882b4c41ceccfd3cc8f621878c869732cab596b Mon Sep 17 00:00:00 2001 From: Eduardo Garcia Cebollero Date: Tue, 10 Jun 2014 15:55:46 +0200 Subject: [PATCH] Add nfs.drc property --- manifests/volume/property/data.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/volume/property/data.pp b/manifests/volume/property/data.pp index d37d45b..4ac1141 100644 --- a/manifests/volume/property/data.pp +++ b/manifests/volume/property/data.pp @@ -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?