Hi,
On outofthe install on docker environment.
“disk usage exceeded flood-stage watermark, index has read-only-allow-delete block” force datanode to shutdown.
DATANODE_IMAGE=graylog/graylog-datanode:6.0.4
GRAYLOG_IMAGE=graylog/graylog:6.0.4
Impossible to connect on 9200 (server shutdown automatically).
System seems to by clean.
Filesystem 1K-blocks Used Available Use% Mounted on
overlay 25692476 16901156 7558604 70% /
tmpfs 65536 0 65536 0% /dev
shm 65536 0 65536 0% /dev/shm
/dev/mapper/ctf1--vg-docker 25692476 16901156 7558604 70% /etc/hosts
/dev/mapper/ctf1--vg-challenge 8154588 540548 7178228 8% /var/lib/graylog-datanode
tmpfs 10240128 0 10240128 0% /proc/acpi
tmpfs 10240128 0 10240128 0% /sys/firmware
Btw it work with the last 5.8.x version.
(I recreate infra with “cluster.routing.allocation.disk.threshold_enabled: false”)
Is it a good way to deal with this issue ?
Thanks for you help.
Whoo