diff --git a/ansible-scylla-node/templates/cassandra-rackdc.properties.j2 b/ansible-scylla-node/templates/cassandra-rackdc.properties.j2 index 7d3b6ccc..a8865efa 100644 --- a/ansible-scylla-node/templates/cassandra-rackdc.properties.j2 +++ b/ansible-scylla-node/templates/cassandra-rackdc.properties.j2 @@ -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 %}