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

Running with Ceph mount #2069

Closed
iannesbitt opened this issue Feb 12, 2025 · 0 comments · Fixed by #2070
Closed

Running with Ceph mount #2069

iannesbitt opened this issue Feb 12, 2025 · 0 comments · Fixed by #2070
Assignees

Comments

@iannesbitt
Copy link

We have learned that when Metacat is located on a Ceph mount, Tomcat will fail to start when the system is rebooted because the mount is not ready at runtime. This can be solved by adding the Ceph mount location to the RequiresMountsFor= line in the [Unit] section of the Systemd service file.

The metacat documentation and upgrade notes should add that the following line should be in the /etc/systemd/system/tomcat9.service file under [Unit]:

RequiresMountsFor=/var/log/tomcat9 /var/lib/tomcat9 /var/repos/{REPO}
@iannesbitt iannesbitt self-assigned this Feb 12, 2025
iannesbitt added a commit that referenced this issue Feb 18, 2025
Adding tomcat ceph mount systemd config to install doc (#2069) and adding contributor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant