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

cassandra: expose the log directory to the pods

Related to T4373
parent 73d451f1
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ resource "rancher2_cluster" "production_cassandra" {
"/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
]
}
}
......
  • 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