Skip to content

Commit

Permalink
Add parameter for client tuneFileCacheType (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
trenta authored Oct 25, 2023
1 parent c64c06f commit 5fddf97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions manifests/client.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
# @param autobuild
# @param autobuild_args
# @param tune_refresh_on_get_attr
# @param tune_file_cache_type
# @param enable_quota
# @param enable_acl
# @param enable_rdma
Expand Down Expand Up @@ -54,6 +55,7 @@
Boolean $autobuild = true,
String $autobuild_args = '-j8',
Boolean $tune_refresh_on_get_attr = false,
String $tune_file_cache_type = 'buffered',
Boolean $enable_quota = $beegfs::enable_quota,
Boolean $enable_acl = $beegfs::enable_acl,
Boolean $enable_rdma = $beegfs::enable_rdma,
Expand Down
2 changes: 1 addition & 1 deletion templates/7/beegfs-client.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ sysTargetOfflineTimeoutSecs = 900
sysUpdateTargetStatesSecs = 60
sysXAttrsEnabled = <%= @enable_acl %>

tuneFileCacheType = buffered
tuneFileCacheType = <%= @tune_file_cache_type %>
tunePreferredMetaFile =
tunePreferredStorageFile =
tuneRemoteFSync = <%= @remote_fsync %>
Expand Down

0 comments on commit 5fddf97

Please sign in to comment.