Skip to content
Snippets Groups Projects
Unverified Commit 8791a2ec authored by Vincent Sellier's avatar Vincent Sellier
Browse files

cassandra: Cleanup extra mounts of the cassandra directories

As cassandra will be deployed directly on the hosts,
kubernetes doesn't need to access the data/commitlog directories

Related to T4373
parent 5fc8dc9b
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,9 @@ resource "rancher2_cluster" "production_cassandra" {
kubelet {
extra_binds = [
"/srv/prometheus:/srv/prometheus", # prometheus datastore on mngmt nodes
"/srv/cassandra_commitlog:/srv/cassandra_commitlog", # writeintensive disks
"/srv/cassandra_data:/srv/cassandra_data", # mixeduse disks
"/srv/cassandra_logs:/srv/cassandra_logs", # mixeduse disks
# "/srv/cassandra_commitlog:/srv/cassandra_commitlog", # writeintensive disks
# "/srv/cassandra_data:/srv/cassandra_data", # mixeduse disks
# "/srv/cassandra_logs:/srv/cassandra_logs", # mixeduse disks
]
}
}
......
  • Phabricator Migration user @phabricator-migration ·
    Owner

    Some references in the commit message have been migrated:

    • T4373 is now infra/sysadm-environment#4373
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment