dcos-cassandra-service icon indicating copy to clipboard operation
dcos-cassandra-service copied to clipboard

enable support for Cassandra multiple data directories

Open avnerl opened this issue 8 years ago • 2 comments

cassandra basic featrue: https://docs.datastax.com/en/cassandra/2.1/cassandra/configuration/configCassandra_yaml_r.html#reference_ds_qfg_n1r_1k__data_file_directories

example from cassandra.yaml

data_file_directories:
    - /dcos/volume0
    - /dcos/volume1
    - /dcos/volume2

surprisingly not supported in DCOS.

avnerl avatar Dec 22 '16 14:12 avnerl

+1

dylanwilder avatar Feb 01 '17 17:02 dylanwilder

Is this not possible? Seems like a standard install. Any workarounds?

revelation1 avatar Apr 28 '17 19:04 revelation1