Bug #5901
--force=cpn considered harmful
First Occurred:
Occurs In:
Stakeholders:
Description
Please expunge all instances of --force=cpn
from the jobsub wrappers, with
extreme prejudice.
It is making migrating users to using dcache extremely painful, as it
breaks using /pnfs/experiment paths for destinations, sources, etc. unless
we pass in extra --gridftp options or (shudder) "-f --force=gridftp".
History
#1 Updated by Parag Mhashilkar almost 7 years ago
- Assignee set to Dennis Box
#2 Updated by Parag Mhashilkar almost 7 years ago
- Category set to JobSub Tools
#3 Updated by Dennis Box almost 7 years ago
- Description updated (diff)
- Status changed from New to Resolved
This was implemented in jobsub_tools v1_3_0, I unfortunately forgot to close the ticket. Please test that it works correctly with pnfs.
Dennis
#4 Updated by Marc Mengel almost 7 years ago
- % Done changed from 0 to 100
Did a simple test:
<novagpvm02> setup jobsub_tools v1_3_0
I get a lovely input file:
<novagpvm02> jobsub -g -f /pnfs/nova/scratch/users/mengel/test.txt ls -l '$CONDOR_DIR_INPUT' <novagpvm02> cat $CONDOR_TMP/ls_20140523_150807_3168_0_1.out total 0 -rw-rw-r-- 1 mengel gpcf 0 May 23 15:08 test.txt
And then
<novagpvm02> jobsub -g -f /pnfs/nova/scratch/users/mengel/test.txt -dOUT /pnfs/nova/scratch/users/mengel /bin/cp '$CONDOR_DIR_INPUT/test.txt' '$CONDOR_DIR_OUT/silly.txt' ... <novagpvm02> ifdh ls /pnfs/nova/scratch/users/mengel /scratch/users/mengel/silly.txt /scratch/users/mengel/v2.txt /scratch/users/mengel/test.txt /scratch/users/mengel/baz.txt /scratch/users/mengel/bar.txt /scratch/users/mengel/foo.txt
So -f and -d both work with /pnfs locations.
#5 Updated by Dennis Box over 6 years ago
- Status changed from Resolved to Closed