Skip to content

Commit

Permalink
scylla-node: Append 'dc_suffix' to dc name when GPFS is used
Browse files Browse the repository at this point in the history
  • Loading branch information
igorribeiroduarte committed Nov 25, 2024
1 parent ec46f27 commit 6546c8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#

{% if scylla_snitch == 'GossipingPropertyFileSnitch' %}
dc={{ dc }}
dc={{ dc + dc_suffix | default('') }}
rack={{ rack }}
prefer_local={{ gpfs_prefer_local|default('false')|lower }}
{% endif %}
Expand Down

0 comments on commit 6546c8d

Please sign in to comment.