-
Type: Bug
-
Resolution: Fixed
-
Priority: Critical
-
Affects Version/s: 4.7.1
-
Component/s: Pegasus Planner
-
None
In order to run on OSG, we need to set
```
pegasus.transfer.bypass.input.staging=True
```
however this breaks symlinking on the local site. Without this option set, local jobs can access their frame data with symlinks:
```
{ "type": "transfer",
"id": 1,
"src_urls": [
],
"dest_urls": [
] }
```
However, when I set this, these become copy jobs:
```
{ "type": "transfer",
"id": 1,
"src_urls": [
,
],
"dest_urls": [
] }
This is a blocker for us using OSG.