Skip to content

Commit

Permalink
Revert "make 4 different volumes for input, output, home, shared to u…
Browse files Browse the repository at this point in the history
…se overlayfs"

This reverts commit 2045be7.
  • Loading branch information
slr71 committed May 29, 2024
1 parent eb8c2cd commit d738f16
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 435 deletions.
20 changes: 7 additions & 13 deletions internal/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,13 @@ const (
porklockConfigSecretName = "porklock-config"
porklockConfigMountPath = "/etc/porklock"

csiDriverName = "irods.csi.cyverse.org"
csiDriverStorageClassName = "irods-sc"
csiDriverInputVolumeNamePrefix = "csi-input-volume"
csiDriverInputVolumeClaimNamePrefix = "csi-input-volume-claim"
csiDriverOutputVolumeNamePrefix = "csi-output-volume"
csiDriverOutputVolumeClaimNamePrefix = "csi-output-volume-claim"
csiDriverHomeVolumeNamePrefix = "csi-home-volume"
csiDriverHomeVolumeClaimNamePrefix = "csi-home-volume-claim"
csiDriverSharedVolumeNamePrefix = "csi-shared-volume"
csiDriverSharedVolumeClaimNamePrefix = "csi-shared-volume-claim"
csiDriverDataVolumeNamePrefix = "csi-data-volume"
csiDriverDataVolumeClaimNamePrefix = "csi-data-volume-claim"
csiDriverLocalMountPath = "/data-store"
csiDriverName = "irods.csi.cyverse.org"
csiDriverStorageClassName = "irods-sc"
csiDriverDataVolumeNamePrefix = "csi-data-volume"
csiDriverDataVolumeClaimNamePrefix = "csi-data-volume-claim"
csiDriverInputVolumeMountPath = "/input"
csiDriverOutputVolumeMountPath = "/output"
csiDriverLocalMountPath = "/data-store"

// The file transfers volume serves as the working directory when IRODS CSI Driver integration is disabled.
fileTransfersVolumeName = "input-files"
Expand Down
Loading

0 comments on commit d738f16

Please sign in to comment.