rabbitmq_tracing runs into 'erofs' when tracing files are listed in a containerized environment #11546
-
Describe the bugwhen enabling rabbitmq_tracing plugin, one cannot access it in the admin GUI, we get this error:
Checked and the plugin is enabled in CLI:
Reproduction steps
Expected behaviorTracing GUI works/loads. Additional contextOriginally reported here: bitnami/charts#27082 but it does not seem to be a problem with the chart itself. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The default path used by the tracing plugin is |
Beta Was this translation helpful? Give feedback.
-
@razvanphp GitHub does not send notifications for Discussion responses so I have to use this mention. |
Beta Was this translation helpful? Give feedback.
erofs
is the line you are looking for. The tracing plugin cannot perform a filesystem operation because the kernel refuses it with this error code, a "read-only file system."The default path used by the tracing plugin is
/var/tmp/rabbitmq-tracing
and it can be changed using therabbitmq_tracing.directory
key viaadvanced.config
(it is not exposed torabbitmq.conf
, for no reason in particular).