We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 635e81f commit a9a3d7dCopy full SHA for a9a3d7d
src/ClusterManager/job.py
@@ -122,7 +122,7 @@ def vc_storage_mountpoints(self):
122
for storage in os.listdir(dltsdata_vc_path):
123
vc_mountpoint = {
124
"name": ("%s-%s" % (vc_name, storage)).lower(),
125
- "containerPath": storage,
+ "containerPath": "/" + storage,
126
"hostPath": os.path.join(dltsdata_vc_path, storage),
127
"enabled": True}
128
vc_mountpoints.append(vc_mountpoint)
0 commit comments