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.
erofsis 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-tracingand it can be changed using therabbitmq_tracing.directorykey viaadvanced.config(it is not exposed torabbitmq.conf, for no reason in particular).