-
Type: Bug
-
Resolution: Fixed
-
Priority: Major
-
Affects Version/s: master, 3.1, 4.0
-
Component/s: Pegasus Planner
-
None
For a workflow where in the site catalog for a compute site we have
<profile namespace="pegasus" key="style">condor</profile>
<profile namespace="condor" key="universe">standard</profile>
and executable staging is turned on, the chmod jobs are not enabled correctly via kickstart
There is a -w null in the kickstart invocation for the chmod job.
e.g
corbusier:run0001 vahi$ grep arguments chmod_preprocess_ID000001_0.sub
arguments = " -n system::chmod -N null -R isi_viz -w null -L blackdiamond -T 2011-12-08T15:46:41-08:00 /bin/chmod +x /nfs/shared-scratch/vahi/exec/vahi/pegasus/blackdiamond/run0001/vahi-preprocess-1.0"
Other jobs have the correct -w invocation.
This happens only when standard universe is associated.