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

wildfly-operator /opt/server/standalone/data/ not persisted #309

Closed
mchoma opened this issue Aug 15, 2024 · 1 comment · Fixed by #310
Closed

wildfly-operator /opt/server/standalone/data/ not persisted #309

mchoma opened this issue Aug 15, 2024 · 1 comment · Fixed by #310

Comments

@mchoma
Copy link
Contributor

mchoma commented Aug 15, 2024

With latest wildfly-operator 1.1.0 (didn't tried on previous versions) I experience situation when files created in /opt/server/standalone/data/ do not survive restart of pod. When I look into yaml definition of pod created by wildfly-operator I see different path to be mounted to persistent volume.

      volumeMounts:
        - name: tx-server-volume
          mountPath: /wildfly/standalone/data

I assume problem is misconfiguration of /wildfly/standalone/data vs. real /opt/server/standalone/data/

Details in chat

yersan added a commit to yersan/wildfly-operator that referenced this issue Aug 19, 2024
yersan added a commit to yersan/wildfly-operator that referenced this issue Aug 19, 2024
yersan added a commit to yersan/wildfly-operator that referenced this issue Aug 19, 2024
@yersan yersan closed this as completed in 83791a0 Aug 20, 2024
yersan added a commit that referenced this issue Aug 20, 2024
[#309] Fix default JBOSS_HOME directory
@mchoma
Copy link
Contributor Author

mchoma commented Sep 2, 2024

I can confirm I do not see the problem anymore with latest image.

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 a pull request may close this issue.

1 participant