Wrong default.

This commit is contained in:
Andrea Dell'Amico 2024-01-18 14:55:27 +01:00
parent 8418ba8dd8
commit 842df33462
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 2 additions and 2 deletions

View File

@ -40,4 +40,4 @@ cassandra_broadcast_address: "{{ ansible_default_ipv4.address }}"
cassandra_rpc_address: "{{ ansible_default_ipv4.address }}"
cassandra_broadcast_rpc_address: "{{ ansible_default_ipv4.address }}"
cassandra_rpc_keepalive: "true"
cassandra_startup_checks_enabled: "false"
cassandra_startup_checks_enabled: false

View File

@ -1797,7 +1797,7 @@ drop_compact_storage_enabled: false
startup_checks:
# Verifies correct ownership of attached locations on disk at startup. See CASSANDRA-16879 for more details.
check_filesystem_ownership:
enabled: true
enabled: false
# ownership_token: "sometoken" # (overriden by "CassandraOwnershipToken" system property)
# ownership_filename: ".cassandra_fs_ownership" # (overriden by "cassandra.fs_ownership_filename")
# Prevents a node from starting if snitch's data center differs from previous data center.