You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The env variable REANA_WORKSPACE is set to the Kubernetes shared volume path /var/reana/.... When running the workflow with HTCondor as backend the variable is unusable.
The variable is very helpful allowing you to easily access files from the workspace. Currently when switching from Kuberentes to HTCondor as backend, there is a lot of hassle amending paths and trying to avoid the usage of REANA_WORKSPACE to make the workflow runnable.
Expected behaviour
To emulate the same behaviour for HTCondor as for Kubernetes, REANA_WORKSPACE should be set to the location where the files are uploaded to HTCondor (as it is for Kubernetes as backend).
As you can see REANA_WORKSPACE is set to /var/reana/... which the workflow can not access. Instead it should be set to /pool/condor/dir_8351, where the uploaded files reside.
The text was updated successfully, but these errors were encountered:
Current behaviour
The env variable
REANA_WORKSPACE
is set to the Kubernetes shared volume path/var/reana/...
. When running the workflow with HTCondor as backend the variable is unusable.The variable is very helpful allowing you to easily access files from the workspace. Currently when switching from Kuberentes to HTCondor as backend, there is a lot of hassle amending paths and trying to avoid the usage of
REANA_WORKSPACE
to make the workflow runnable.Expected behaviour
To emulate the same behaviour for HTCondor as for Kubernetes,
REANA_WORKSPACE
should be set to the location where the files are uploaded to HTCondor (as it is for Kubernetes as backend).Testing
Here is a minimal working example in Yadage
And the logs:
As you can see
REANA_WORKSPACE
is set to/var/reana/...
which the workflow can not access. Instead it should be set to/pool/condor/dir_8351
, where the uploaded files reside.The text was updated successfully, but these errors were encountered: