Juniper / contrail-ansible

Ansible scripts used by server manager
Apache License 2.0
5 stars 10 forks source link

Use volumes for persistent storage #10

Open hkumarmk opened 7 years ago

hkumarmk commented 7 years ago

Services like cassandra, zookeeper,etc need persistent storage which should be available from a volume or host directory mounted to the conatainers. This will benefit the performance, and any simple upgrade scenarios/any container resets (may be due to an error) as the data is not within the container.

ramprackash commented 7 years ago

Also, it would be good to have all the container logs (/var/log/contrail) on a volume from the host so it is easy to fetch and display all logs from one host.