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
Currently, fixed cluster with both CP_CAP_SGE and CP_CAP_DIND_CONTAINER options enabled with more than one worker fails to start. Some of the workers fail on either SGEWorkerSetup or SetupDind task with different errors. Mostly it is the following error:
Started DIND setup
...
DIND dependencies installed
tar: docker.tgz: Cannot open: No such file or directory
It was noticed that scripts are executed in the shared analysis directory. The problem is that workers download, use and remove same files in the same shared working directory. Therefore, some workers may delete files downloaded by other workers.
The text was updated successfully, but these errors were encountered:
Capabilities installation working directory is expected to be a local directory. Therefore capabilities installation should be performed before changing the working directory to the analysis directory which is a shared folder.
…ectory.
Capabilities installation working directory is expected to be a local directory. Therefore capabilities installation should be performed before changing the working directory to the analysis directory which is a shared folder.
Version:
0.16.0.1380.1015af98ba9d2900a8b086391356672cf626b7d8
Currently, fixed cluster with both
CP_CAP_SGE
andCP_CAP_DIND_CONTAINER
options enabled with more than one worker fails to start. Some of the workers fail on eitherSGEWorkerSetup
orSetupDind
task with different errors. Mostly it is the following error:It was noticed that scripts are executed in the shared analysis directory. The problem is that workers download, use and remove same files in the same shared working directory. Therefore, some workers may delete files downloaded by other workers.
The text was updated successfully, but these errors were encountered: