Skip to content

Commit

Permalink
Try different settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mickenordin committed Dec 6, 2024
1 parent 7dfae10 commit a528ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/xrootd/xrootd-manager.cfg.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ all.role manager
<% @cms_allow_hosts.each do |host| -%>
cms.allow host <%= host['name'] %>
<% end -%>
cms.dfs limit 0 lookup distrib mdhold 0 redirect verify retries 2
cms.dfs limit 0 lookup central mdhold 0 redirect immed retries 2

# Bucket specific s3 options
<% if @xrootd_buckets.is_a? Array and @xrootd_buckets.size > 0 -%>
Expand Down
2 changes: 1 addition & 1 deletion templates/xrootd/xrootd-server.cfg.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ all.role server
<% @cms_allow_hosts.each do |host| -%>
cms.allow host <%= host['name'] %>
<% end -%>
cms.dfs limit 0 lookup distrib mdhold 0 redirect verify retries 2
cms.dfs limit 0 lookup central mdhold 0 redirect immed retries 2

# Bucket specific s3 options
<% if @xrootd_buckets.is_a? Array and @xrootd_buckets.size > 0 -%>
Expand Down

0 comments on commit a528ae1

Please sign in to comment.