-
Notifications
You must be signed in to change notification settings - Fork 0
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
Make sure EFS is being used for file storage #69
Comments
I just tried manually pulling the
So the issue isn't with the XNAT data, but with the size of the docker images we're using. Either we could symlink |
Yeah, putting the images on EFS might be more future proof, if at some point we would ever need even more space. |
I manually confirmed that EFS is being used for all files stored in [root@ip-192-168-56-14 ~]# df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 4.0M 0 4.0M 0% /dev
tmpfs 3.8G 0 3.8G 0% /dev/shm
tmpfs 1.5G 14M 1.5G 1% /run
/dev/nvme0n1p5 29G 22G 7.8G 74% /
/dev/nvme0n1p2 994M 250M 744M 26% /boot
/dev/nvme0n1p1 99M 7.0M 92M 8% /boot/efi
fs-044dc611742b19193.efs.eu-west-2.amazonaws.com:/ 8.0E 36G 8.0E 1% /storage
tmpfs 759M 0 759M 0% /run/user/1000 Note that the 36G here is much more than what there normally is, I copied the Docker images over to The problem with storing the Docker images on the EFS, is that it is a different file system ( Will close this for now but feel free to reopen if you think we should look further into it. |
#67 seems to indicate that the EFS is not properly used. We would expect the file system to increase in size as needed so we should not run into problems due to insufficient storage space.
The text was updated successfully, but these errors were encountered: