We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
nobody
2021-11-03 11:34:33,803 cromwell-system-akka.dispatchers.backend-dispatcher-77 ERROR - BackgroundConfigAsyncJobExecutionActor [UUID(ad334f54)atac.align:0:2]: Error attempting to Execute java.io.IOException: Disk quota exceeded
When Cromwell makes output directories, the ownership is not correctly propagated to each task's directory. And this results in the Disk quota error.
Disk quota
(base) -bash-4.2$ ls -l total 232 drwxrwsrwx 4 leepc12 scg_lab_akundaje 4096 Nov 3 11:33 call-align drwxrwsrwx 4 leepc12 scg_lab_akundaje 4096 Nov 3 11:33 call-align_mito drwxrwsrwx 5 leepc12 scg_lab_akundaje 4096 Nov 3 11:33 call-read_genome_tsv -rw-rw-r-- 1 leepc12 scg_lab_akundaje 222449 Nov 3 11:39 metadata.json (base) -bash-4.2$ ls -l call-align total 8 drwxrwsrwx 6 leepc12 nobody 4096 Nov 3 11:33 shard-0 drwxrwsrwx 5 leepc12 nobody 4096 Nov 3 11:35 shard-1
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When Cromwell makes output directories, the ownership is not correctly propagated to each task's directory.
And this results in the
Disk quota
error.The text was updated successfully, but these errors were encountered: