Merge "Use kolla_logs volume for Elasticsearch"
This commit is contained in:
commit
1a3bf97843
ansible/roles/elasticsearch/defaults
releasenotes/notes
@ -81,6 +81,7 @@ elasticsearch_default_volumes:
|
||||
- "{{ node_config_directory }}/elasticsearch/:{{ container_config_directory }}/"
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
- "{{ elasticsearch_datadir_volume }}:/var/lib/elasticsearch/data"
|
||||
- "kolla_logs:/var/log/kolla/"
|
||||
elasticsearch_curator_default_volumes:
|
||||
- "{{ node_config_directory }}/elasticsearch-curator/:{{ container_config_directory }}/"
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
|
@ -0,0 +1,8 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
The kolla_logs Docker volume is now mounted into the Elasticsearch
|
||||
container to expose logs which were previously written erroneously
|
||||
to the container filesystem (bug 1859162). It is up to the user to
|
||||
migrate any existing logs if they so desire and this should be
|
||||
done before applying this fix.
|
Loading…
x
Reference in New Issue
Block a user