We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d0c06 commit 68bec3eCopy full SHA for 68bec3e
environments/.stackhpc/inventory/group_vars/all/manila.yml
@@ -1,5 +1,7 @@
1
os_manila_mount_shares_arcus:
2
- share_name: slurm-v2-home
3
mount_path: /project
4
+ - share_name: slurm-scratch
5
+ mount_path: /scratch
6
7
os_manila_mount_shares: "{{ os_manila_mount_shares_arcus if ci_cloud == 'ARCUS' else [] }}"
0 commit comments