Karan Vahi
Karan Vahi
from HTCondor team By default, htcondor file transfers (CEDAR) are encrypted, unless a user explicitly turns it off by setting SEC_DEFAULT_ENCRYPTION=never However, even in the above case, if a file...
need to test this more after making the change. pushing to 5.1.1 after internal discussion
@rynge are we planning to do this?
with recent changes in OSDF, we can no longer cleanup jobs in OSDF. Earlier, we used to overwrite them with a zero byte file ``` cleanup jobs fail w.r.t to...
For the workflow directory cleanup jobs also this needs to be disabled ``` cat 00/00/cleanup_variant-calling_0_osdf.in [ { “id”: 1, “type”: “remove”, “target”: { “site_label”: “osdf”, “url”: “osdf:///ospool/ap40/data/karan.vahi/staging/karan.vahi/pegasus/variant-calling/run0003", “recursive”: “True” }...
when transferring raw inputs from locations specified in the replica catalog, and with bypass staging turned on transfer_input_remaps might also be required to rename the file on the destination currently...
@spxiwh please note this issue about moving OSDF transfers via HTCondor file transfers.
thanks @ilumsden this is great
yes that is correct. Also this is the information i had received from Jaime after our last meeting In the meeting, I mentioned several first-class HTCondor job attributes that you...
@ilumsden please note that for gpus the pegasus profile key gpus does translate to the GPUS variable in the generated remote_ce_requirements. I have updated your table accordingly.