From b802db399127957a81b5b5c012ad6efc13896fbb Mon Sep 17 00:00:00 2001 From: Ryan Fitzpatrick Date: Thu, 7 Sep 2023 17:45:29 +0000 Subject: [PATCH] correct collector ro docker requirement --- gdi/opentelemetry/install-linux-manual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdi/opentelemetry/install-linux-manual.rst b/gdi/opentelemetry/install-linux-manual.rst index 9d6850d9d..0910fa1cb 100644 --- a/gdi/opentelemetry/install-linux-manual.rst +++ b/gdi/opentelemetry/install-linux-manual.rst @@ -81,7 +81,7 @@ Run the following command to run an interactive bash shell on the container and See :new-page:`docker-compose.yml ` in GitHub to download a ``docker-compose`` example. .. note:: - Ensure that ``ReadonlyRootFileSystem`` is set to ``true`` as the collector needs to write to the container file system on startup. + If you are running the Collector in ``--read-only`` mode and using any Smart Agent receiver's legacy collectd monitor types, you need to provide a writable config directory similar to ``--read-only --tmpfs /usr/lib/splunk-otel-collector/agent-bundle/run:uid=999,gid=999`` (default) or as configured by the Smart Agent extension's ``collectd::configDir`` path.