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

oci: tmpfs mounts using --oci don't honor singularity.conf session size #1140

Closed
dtrudg opened this issue Nov 28, 2022 · 0 comments · Fixed by #1151
Closed

oci: tmpfs mounts using --oci don't honor singularity.conf session size #1140

dtrudg opened this issue Nov 28, 2022 · 0 comments · Fixed by #1151
Labels
bug Something isn't working

Comments

@dtrudg
Copy link
Member

dtrudg commented Nov 28, 2022

Version of Singularity

main

Describe the bug

tmpfs mounts in --oci mode are hard-coded to 64MB. Need to honor the singularity.conf session size... which we should also consider changing the default for, as it is very low there.

@dtrudg dtrudg added the bug Something isn't working label Nov 28, 2022
@dtrudg dtrudg added this to the SingularityCE 3.11 milestone Nov 28, 2022
dtrudg added a commit to dtrudg/singularity that referenced this issue Nov 29, 2022
Use the configuration file sessiondir max size value for --oci mode
tmpfs mounts.

Increase the default from 16M -> 64M. The 16M default is very low, and
has periodically caused issues running programs that create even small
amounts of temporary data on --contained filesystems.

Fixes sylabs#1140
dtrudg added a commit to dtrudg/singularity that referenced this issue Nov 29, 2022
Use the configuration file sessiondir max size value for --oci mode
tmpfs mounts.

Increase the default from 16M -> 64M. The 16M default is very low, and
has periodically caused issues running programs that create even small
amounts of temporary data on --contained filesystems.

Fixes sylabs#1140
dtrudg added a commit to dtrudg/singularity that referenced this issue Nov 29, 2022
Use the configuration file sessiondir max size value for --oci mode
tmpfs mounts.

Increase the default from 16M -> 64M. The 16M default is very low, and
has periodically caused issues running programs that create even small
amounts of temporary data on --contained filesystems.

Fixes sylabs#1140
edytuk pushed a commit to vzokay/apptainer that referenced this issue Dec 8, 2022
Use the configuration file sessiondir max size value for --oci mode
tmpfs mounts.

Increase the default from 16M -> 64M. The 16M default is very low, and
has periodically caused issues running programs that create even small
amounts of temporary data on --contained filesystems.

Fixes sylabs/singularity#1140

Signed-off-by: Edita Kizinevic <edita.kizinevic@cern.ch>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Dec 9, 2022
Use the configuration file sessiondir max size value for --oci mode
tmpfs mounts.

Increase the default from 16M -> 64M. The 16M default is very low, and
has periodically caused issues running programs that create even small
amounts of temporary data on --contained filesystems.

Fixes sylabs/singularity#1140

Signed-off-by: Edita Kizinevic <edita.kizinevic@cern.ch>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Feb 9, 2023
Use the configuration file sessiondir max size value for --oci mode
tmpfs mounts.

Increase the default from 16M -> 64M. The 16M default is very low, and
has periodically caused issues running programs that create even small
amounts of temporary data on --contained filesystems.

Fixes sylabs/singularity#1140

Signed-off-by: Edita Kizinevic <edita.kizinevic@cern.ch>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Feb 16, 2023
Use the configuration file sessiondir max size value for --oci mode
tmpfs mounts.

Increase the default from 16M -> 64M. The 16M default is very low, and
has periodically caused issues running programs that create even small
amounts of temporary data on --contained filesystems.

Fixes sylabs/singularity#1140

Signed-off-by: Edita Kizinevic <edita.kizinevic@cern.ch>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Feb 16, 2023
Use the configuration file sessiondir max size value for --oci mode
tmpfs mounts.

Increase the default from 16M -> 64M. The 16M default is very low, and
has periodically caused issues running programs that create even small
amounts of temporary data on --contained filesystems.

Fixes sylabs/singularity#1140

Signed-off-by: Edita Kizinevic <edita.kizinevic@cern.ch>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Feb 23, 2023
Use the configuration file sessiondir max size value for --oci mode
tmpfs mounts.

Increase the default from 16M -> 64M. The 16M default is very low, and
has periodically caused issues running programs that create even small
amounts of temporary data on --contained filesystems.

Fixes sylabs/singularity#1140

Signed-off-by: Edita Kizinevic <edita.kizinevic@cern.ch>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Mar 31, 2023
Use the configuration file sessiondir max size value for --oci mode
tmpfs mounts.

Increase the default from 16M -> 64M. The 16M default is very low, and
has periodically caused issues running programs that create even small
amounts of temporary data on --contained filesystems.

Fixes sylabs/singularity#1140

Signed-off-by: Edita Kizinevic <edita.kizinevic@cern.ch>
edytuk pushed a commit to vzokay/apptainer that referenced this issue May 24, 2023
Use the configuration file sessiondir max size value for --oci mode
tmpfs mounts.

Increase the default from 16M -> 64M. The 16M default is very low, and
has periodically caused issues running programs that create even small
amounts of temporary data on --contained filesystems.

Fixes sylabs/singularity#1140

Signed-off-by: Edita Kizinevic <edita.kizinevic@cern.ch>
edytuk pushed a commit to vzokay/apptainer that referenced this issue May 24, 2023
Use the configuration file sessiondir max size value for --oci mode
tmpfs mounts.

Increase the default from 16M -> 64M. The 16M default is very low, and
has periodically caused issues running programs that create even small
amounts of temporary data on --contained filesystems.

Fixes sylabs/singularity#1140

Signed-off-by: Edita Kizinevic <edita.kizinevic@cern.ch>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Jun 14, 2023
Use the configuration file sessiondir max size value for --oci mode
tmpfs mounts.

Increase the default from 16M -> 64M. The 16M default is very low, and
has periodically caused issues running programs that create even small
amounts of temporary data on --contained filesystems.

Fixes sylabs/singularity#1140

Signed-off-by: Edita Kizinevic <edita.kizinevic@cern.ch>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Jun 14, 2023
Use the configuration file sessiondir max size value for --oci mode
tmpfs mounts.

Increase the default from 16M -> 64M. The 16M default is very low, and
has periodically caused issues running programs that create even small
amounts of temporary data on --contained filesystems.

Fixes sylabs/singularity#1140

Signed-off-by: Edita Kizinevic <edita.kizinevic@cern.ch>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Jun 16, 2023
Use the configuration file sessiondir max size value for --oci mode
tmpfs mounts.

Increase the default from 16M -> 64M. The 16M default is very low, and
has periodically caused issues running programs that create even small
amounts of temporary data on --contained filesystems.

Fixes sylabs/singularity#1140

Signed-off-by: Edita Kizinevic <edita.kizinevic@cern.ch>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Jul 4, 2023
Use the configuration file sessiondir max size value for --oci mode
tmpfs mounts.

Increase the default from 16M -> 64M. The 16M default is very low, and
has periodically caused issues running programs that create even small
amounts of temporary data on --contained filesystems.

Fixes sylabs/singularity#1140

Signed-off-by: Edita Kizinevic <edita.kizinevic@cern.ch>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Jul 11, 2023
Use the configuration file sessiondir max size value for --oci mode
tmpfs mounts.

Increase the default from 16M -> 64M. The 16M default is very low, and
has periodically caused issues running programs that create even small
amounts of temporary data on --contained filesystems.

Fixes sylabs/singularity#1140

Signed-off-by: Edita Kizinevic <edita.kizinevic@cern.ch>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Jul 21, 2023
Use the configuration file sessiondir max size value for --oci mode
tmpfs mounts.

Increase the default from 16M -> 64M. The 16M default is very low, and
has periodically caused issues running programs that create even small
amounts of temporary data on --contained filesystems.

Fixes sylabs/singularity#1140

Signed-off-by: Edita Kizinevic <edita.kizinevic@cern.ch>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Jul 24, 2023
Use the configuration file sessiondir max size value for --oci mode
tmpfs mounts.

Increase the default from 16M -> 64M. The 16M default is very low, and
has periodically caused issues running programs that create even small
amounts of temporary data on --contained filesystems.

Fixes sylabs/singularity#1140

Signed-off-by: Edita Kizinevic <edita.kizinevic@cern.ch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant