From 6e9c6e90284a199f880b4fe138468a2bf48e9f5b Mon Sep 17 00:00:00 2001 From: garciagenrique Date: Wed, 2 Oct 2024 15:12:51 +0200 Subject: [PATCH] update RUCIO_RSE_MOUNT_PATH var --- infrastructure/cluster/flux/jhub/jhub-release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/cluster/flux/jhub/jhub-release.yaml b/infrastructure/cluster/flux/jhub/jhub-release.yaml index 7b4eac7..10005ef 100644 --- a/infrastructure/cluster/flux/jhub/jhub-release.yaml +++ b/infrastructure/cluster/flux/jhub/jhub-release.yaml @@ -161,7 +161,7 @@ spec: # CVMFS automount volumes must be mounted with HostToContainer mount propagation. mountPropagation: HostToContainer - name: eospilot-eulake # mounts the EOS RSE needed for the Rucio JupiterLab extension - mountPath: /eos/eulake + mountPath: /eos/eulake/escape/data mountPropagation: HostToContainer readOnly: true image: @@ -197,8 +197,8 @@ spec: RUCIO_OAUTH_ID: "rucio" RUCIO_DEFAULT_INSTANCE: "vre-rucio.cern.ch" RUCIO_DESTINATION_RSE: "CERN-EOS" - RUCIO_RSE_MOUNT_PATH: "/eos/eulake" - RUCIO_PATH_BEGINS_AT: "2" + RUCIO_RSE_MOUNT_PATH: "/eos/eulake/escape/data" + RUCIO_PATH_BEGINS_AT: "4" RUCIO_CA_CERT: "/certs/rucio_ca.pem" OAUTH2_TOKEN: "FILE:/tmp/eos_oauth.token"