Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rabbitmq: persistency #38

Open
ppanero opened this issue Jan 19, 2022 · 1 comment
Open

rabbitmq: persistency #38

ppanero opened this issue Jan 19, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@ppanero
Copy link
Member

ppanero commented Jan 19, 2022

The hostname field

In here add the hostname

spec:
       hostname: rabbit-host # to keep queues persistent
       containers:
         - name: mq
            image: registry.cern.ch/docker.io/library/rabbitmq:3.8-management

The issue here is that every time we create a new container, RabbitMQ will create a new folder namespaced with the hostname.

2 issues:

  1. no persistency after a rollover
  2. the disk space is slowly filling up... until RabbitMQ will crash at some point with no disk space left

If we don't have replicas, so basically one max always, then it is pretty safe to hardcode the hostname.

@ppanero ppanero added the bug Something isn't working label Jan 19, 2022
@lindhe
Copy link
Contributor

lindhe commented Feb 12, 2024

I think this can be closed now, as of #100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants