nixos/cassandra: use cassandra's default cluster name "Test Cluster"

The change to "NixOS Test Cluster" in #59179 broke startup of existing clusters
that used the previously-default cluster name "Test Cluster":

ERROR 23:00:47 Fatal exception during initialization
org.apache.cassandra.exceptions.ConfigurationException: Saved cluster name Test Cluster != configured name NixOS Test Cluster

Fixes #63388.
This commit is contained in:
Ivan Kozik 2019-06-17 23:12:06 +00:00
parent 4ef13060f4
commit a476b9bf54

View file

@ -71,7 +71,7 @@ in {
'';
clusterName = mkOption {
type = types.str;
default = "NixOS Test Cluster";
default = "Test Cluster";
description = ''
The name of the cluster.
This setting prevents nodes in one logical cluster from joining