-
Notifications
You must be signed in to change notification settings - Fork 64
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
[catalystproject] Increase size of nodepool disk to increase space in /tmp
#4213
Closed
2 tasks done
Comments
2 tasks
yuvipanda
added a commit
to yuvipanda/pilot-hubs
that referenced
this issue
Jun 12, 2024
Allows for bigger `/tmp` Ref 2i2c-org#4213
yuvipanda
changed the title
[catalystproject] Bump /tmp storage
[catalystproject] Increase size of nodepool disk to increase space in Jun 12, 2024
/tmp
This was referenced Jun 12, 2024
I've done this for catalystproject-latam, but someone else would need to do it for catalystproject-af |
The catalystproject-africa cluster has now been bumped too. There was a user on a node though, so I tainted it and brought up a new equivalent. I will wait for the tainted node to drain and delete it before closing this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For bioinformatics workloads on both the latam and africa catalyst hubs, i think we should provide more local disk space per node. I'll suggest 400 Gb is a better number than the current 80Gb.
@jnywong and I can then work on guidance/tutorial for Catalyst communities that /tmp is the right place to store intermediate files which will be deleted automatically when the node shuts down.
The workflow I think we should recommend is
a) users should stage their 'input' datasets in object storage buckets
b) if workflows support reading directly from object storage then use that else make a local copy from object storage to /tmp
c) use /tmp for any intermediate files created during a workflow pipeline
d) push 'output' data sets to object storage for persistence
e) strongly encourage community users to keep home directory storage to under 1GB per user
f) discourage use of shared expect for smaller datasets (100Gb total per community)
Engineering Tasklist
catalystproject-latam
to 400 catalystproject-latam: Increase disk size to 400 #4215catalystproject-africa
to 400 Bump disk size of the catalystproject-africa nodes #4225The text was updated successfully, but these errors were encountered: