hpc / charliecloud

Lightweight user-defined software stacks for high-performance computing.
https://hpc.github.io/charliecloud
Apache License 2.0
308 stars 61 forks source link

`ch-run -W`: change mount point from `/mnt` to `/srv` #1895

Closed reidpr closed 2 months ago

reidpr commented 2 months ago

Our GitHub Actions puts directory images under /mnt, which is then overmounted by -W’s tmpfs and you get a confusing error message. Use /srv instead for now, which is also required to exist by FHS 2.3.