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

Commit

Permalink
Add aditional properties
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwnix committed May 11, 2014
1 parent 9280d58 commit 5322df7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions manifests/volume/property/data.pp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
'cluster.self-heal-window-size' => 'integer', # default: 1

# Sets the quorum percentage for the trusted storage pool.
'cluster.server-quorum-ratio' => '', # default: (null)
'cluster.server-quorum-ratio' => 'string', # default: (null)

# If set to server, enables the specified volume to participate in quorum.
'cluster.server-quorum-type' => 'string', # default: (null)
Expand Down Expand Up @@ -165,7 +165,7 @@
'nfs.addr-namelookup' => '', # default: (null)

# This option is used to start or stop NFS server for individual volume.
'nfs.disable' => '', # default: (null)
'nfs.disable' => 'offon', # default: (null)

# Internal option set to tell gnfs to use a different scheme for encoding file handles when DVM is being used.
'nfs.dynamic-volumes' => '', # default: (null)
Expand Down Expand Up @@ -224,6 +224,13 @@
# Type of access desired for this subvolume: read-only, read-write(default)
'nfs.volume-access' => '', # default: (null)

# NFS WRITE BEHIND
'performance.nfs.write-behind' => 'onoff',

# NFS QUICK READ
'performance.nfs.quick-read' => 'onoff',


# Maximum file size which would be cached by the io-cache translator.
'performance.cache-max-file-size' => '', # default: 0

Expand Down

0 comments on commit 5322df7

Please sign in to comment.