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

Fix case of readOnlyRootFilesystem while not persisting with PVC nor using multiinstance #116

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zigarn
Copy link

@zigarn zigarn commented Mar 22, 2025

Currently failing because of read-only FS with this configuration as the paths /mnt/mqm* are on the container read-only FS:

security:
  readOnlyRootFilesystem: true
persistence:
  qmPVC:
    enable: false
  dataPVC:
    enable: false
  logPVC:
    enable: false
queueManager:
  multiinstance:
    enable: false

This PR handle this situation by using emptyDir volumes like for /run & /tmp.

I know this situation is not a production mode, but for development where persistence is not useful but in context where the read-only FS is mandatory, it can be configured this way.

@zigarn
Copy link
Author

zigarn commented Mar 22, 2025

Already accepted and agreed the terms of the Developer's Certificate of Origin in #115 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant