Skip to content

Releases: dmwm/CRABClient

v3.210601

01 Jun 10:09
6e3a194
Compare
Choose a tag to compare

use cmsweb-preprod, not cmwseb-test2 to test parasitic upload to S3
since test clusters are firewalled and only accessible inside CERN

v3.210505

06 May 08:52
c99da33
Compare
Choose a tag to compare

add parasitic uploading of tarballs to S3 CRABCacheDev

v3.210422

22 Apr 14:44
4c95c3a
Compare
Choose a tag to compare
  • Make crab uploadlog work with s3 (fix #4971 and fix #4993)

v3.210420

20 Apr 21:25
a5c9b45
Compare
Choose a tag to compare

make also submit --dryrun work with S3 cache

v3.210416

16 Apr 16:02
8bad6d9
Compare
Choose a tag to compare

small but critical fix for S3:

  • tarballname has to end with .tar.gz Fix #4988 (#4989)

v3.210413

13 Apr 17:05
e6896b8
Compare
Choose a tag to compare

forgot t5 import one fix in yesterday's tag.

  • use latest S3 utils functions from ServerUtilities v3.210410

v3.210412

13 Apr 07:08
c9b6aa2
Compare
Choose a tag to compare

BUG FIXING for S3 cache

  • fix computation of hashkey (tarballname) for sandbox when using S3 #4985

without this, all sandboxes where having same name :-(

v3.210409

09 Apr 09:25
cbbe900
Compare
Choose a tag to compare

this first step toward a Client compatible with using S3 as crabcache.
Needs CRABServer v3.210409 and WMCore 1.3.6.crab6

crab submit works with S3 but TaskWorker is not S3-capable yet.
log upload is not there yet.

Hopefully this still works on current prod/testbed, but extensive testing is needed.

v3.210323

23 Mar 16:43
e864413
Compare
Choose a tag to compare

minor fixes for a better life, especially the one about not publishing multiple datasets

  • refuse to submit if asked to publish multiple datasets. fix #4980 (#4982)
  • improve messages when task bootstraps. fix #4977 (#4981)
  • remove annoying message from crab status about dashboard

v3.210127

27 Jan 09:43
5951982
Compare
Choose a tag to compare

some small fixes and a large change to instantiate CRABServer REST object in a single place so to add proper user-agent header CRABClient/versionnumber and send all communications with CRABServer on cmsweb* via port 8443

NOTE: needs to be built with CRABServer v3.210127 or later

See #4969 (comment) for an initial list of things to test

List of changes:
-adapt all commands to use a common RESTServer instance (#4969)
-explicitely set userAgent to CRABClient (#4969)
-fix #4967 (#4968)
-try rucio.lfns2pfns with write first, than fallback to read (#4964)
-Create tmp crab3checkwrite file only if lfn2pfn was successful (fix #4961) (#4962)