We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Best practice for Cassandra is to put the commit log on a separate physical disk. Is that possible with DCOS?
http://docs.datastax.com/en/cassandra/2.1/cassandra/configuration/configCassandra_yaml_r.html#reference_ds_qfg_n1r_1k__commitlog_directory
We also use JBOD but when using disk_type = MOUNT Cassandra puts data in only one resource volume out of the three available.
Is there any way to explicitly define the data and commit log directories? Thank you.
The text was updated successfully, but these errors were encountered:
I have given up on dcos-cassandra on bare metal and thought I would document the big limitations so others can make an early determination.
Hopefully no one takes this personally. DCOS is obviously very cool and I look forward to using it when I can.
Sorry, something went wrong.
No branches or pull requests
Best practice for Cassandra is to put the commit log on a separate physical disk. Is that possible with DCOS?
http://docs.datastax.com/en/cassandra/2.1/cassandra/configuration/configCassandra_yaml_r.html#reference_ds_qfg_n1r_1k__commitlog_directory
We also use JBOD but when using disk_type = MOUNT Cassandra puts data in only one resource volume out of the three available.
Is there any way to explicitly define the data and commit log directories? Thank you.
The text was updated successfully, but these errors were encountered: