dmwm / CRABServer

15 stars 37 forks source link

Reduce bind mount to single path for apps data #8414

Closed novicecpp closed 1 month ago

novicecpp commented 1 month ago

Fix https://github.com/dmwm/CRABServer/issues/8402

This also requires a change in the run.sh of crabtaskworker's RPM image in order to use the new bindmount's scheme.

runContainer.sh from this PR is backward compatibility with old RPM images; it is capable of deploying old, new, or pypi images without updating the configuration. Revert the 04ad23a6673b333fd188f948ef88f353ce772c61 change to clean up, later.

cmsdmwmbot commented 1 month ago

Jenkins results:

Details at https://cmssdt.cern.ch/dmwm-jenkins/view/All/job/DMWM-CRABServer-PR-test/1990/artifact/artifacts/PullRequestReport.html

belforte commented 1 month ago

LGTM. Thanks @novicecpp