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

Move nginx cache into /srv/pbench #3603

Merged
merged 2 commits into from
Jan 26, 2024

Conversation

dbutenhof
Copy link
Member

@dbutenhof dbutenhof commented Jan 25, 2024

PBENCH-1316

Our deployed containerized server maps /var/lib (the default NGINX cache location) to /home, which has only 26Gb free. Instead, configure NGINX to use to our large Pbench volume at /srv/pbench/nginx in order to be able to transfer larger datasets.

PBENCH-1316

Our deployed containerized server maps `/var/lib` (the default NGINX cache
location) to `/home`, which has only 26Gb free. Instead, map NGINX cache to
our large Pbench volume at `/srv/pbench/nginx` in order to be able to transfer
larger datasets.
@dbutenhof dbutenhof added Server API Of and relating to application programming interfaces to services and functions Operations Related to operation and monitoring of a service labels Jan 25, 2024
@dbutenhof dbutenhof requested a review from webbnh January 25, 2024 15:20
@dbutenhof dbutenhof self-assigned this Jan 25, 2024
Copy link
Member

@webbnh webbnh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes look OK to me.

The one bit of feedback I would offer is that the PR description suggests that we're changing the mapping of volumes into the container, when what we're actually doing is changing the Nginx configuration to use a directory different from the default.

@dbutenhof
Copy link
Member Author

changing the Nginx configuration to use a directory different from the default.

That's what I said. But I get you're stuck on the word "map". I guess I can squash it different.

@dbutenhof dbutenhof merged commit 4a02f97 into distributed-system-analysis:main Jan 26, 2024
4 checks passed
@dbutenhof dbutenhof deleted the buffer branch January 26, 2024 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Of and relating to application programming interfaces to services and functions Operations Related to operation and monitoring of a service Server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants