-
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
More storage needed for the web server file system #67
Comments
Also |
that's strange, the EFS should be being used for storing all the data, and it should expand as necessary |
Hmm yeah not sure yet what's happening, I'll play around with these settings and see if I can get it to work. |
So after increasing the
Note that before, for some reason (can't remember where it came from) I had 30 GB for the |
we previously increased the size of the root block device to 30 GB (#32) so we didn't run out of disk space after uploading the data. But now the data should all be stored in the EFS rather than root block device, so there might be an issue with the symlink between |
I just checked and the image does exist with that tag (https://hub.docker.com/layers/healthbioscienceideas/fastsurfer/gpu/images/sha256-8110b0a8e4ae31a96ca3993ffee039200bb5f8aa53287ec575b271e884f00608?context=explore), so maybe there's an issue in the Dockerfile for that image. Was there any more info in the error message? |
Nope, only that, I just tried with |
😞 It might be that we do indeed need to run it on a gpu |
Yeah was thinking something like that as well, so probably makes more sense to track this in #51 |
While running the IDEAS IBASH workshop, I'm running into an error when trying to run the
Converts NIFTI to 256 conformed MGZ file
command:In particular, the
no space left on device
seems to indicate we're running out of storage.We should probably increase the
root_block_device_size
interraform.tfvars_sample
:xnat-aws/provision/terraform.tfvars_sample
Lines 33 to 35 in 2c9a6a1
The text was updated successfully, but these errors were encountered: