Skip to content

Commit 29dd0ee

Browse files
committed
Fix DRA mountpoints
1 parent 4879f4d commit 29dd0ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hpc_provisioner/src/hpc_provisioner/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
DRAS = [
2424
{
2525
"name": "projects",
26-
"mountpoint": "/sbo/data/projects",
26+
"mountpoint": "/projects",
2727
"writable": False,
2828
},
2929
{
3030
"name": "scratch",
31-
"mountpoint": "/sbo/data/scratch",
31+
"mountpoint": "/scratch",
3232
"writable": True,
3333
},
3434
]

0 commit comments

Comments
 (0)