Skip to content

Commit

Permalink
Merge pull request #45 from NERSC/scanon/issue30
Browse files Browse the repository at this point in the history
Add ignore_chown_errors to default
  • Loading branch information
danfulton authored Mar 17, 2023
2 parents 976906a + a7734ae commit 368c14f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions podman_hpc/siteconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ def __init__(self, squash_dir=None, log_level=None):
f"additionalimagestore={self.additionalimagestore()}",
"--storage-opt",
f"mount_program={self.mount_program}",
"--storage-opt",
"ignore_chown_errors=true",
"--cgroup-manager", "cgroupfs",
]
if len(self.default_run_args) == 0:
Expand Down

0 comments on commit 368c14f

Please sign in to comment.