-
Notifications
You must be signed in to change notification settings - Fork 4.3k
/
Copy pathstorage.json
34 lines (34 loc) · 1004 Bytes
/
storage.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[
{ "site": "T1_US_FNAL",
"volume": "FNAL_dCache_EOS",
"protocols": [
{ "protocol": "XRootD",
"access": "global-rw",
"comment": "xrootd write to dCache/EOS endpoint directly",
"rules": [
{ "lfn": "/+store/temp/user/(.*)",
"pfn": "root://cmseos.fnal.gov//eos/uscms/store/temp/user/$1"
},
{ "lfn": "/+store/(.*)",
"pfn": "root://cmsdcadisk.fnal.gov//dcache/uscmsdisk/store/$1"
}
]
}
],
"type": "DISK",
"rse": "T1_US_FNAL_Disk",
"fts": [ "https://cmsfts3.fnal.gov:8446", "https://fts3-cms.cern.ch:8446" ]
},
{ "site": "T1_US_FNAL",
"volume": "American_Federation",
"protocols": [
{ "protocol": "XRootD",
"access": "global-ro",
"prefix": "root://cmsxrootd.fnal.gov"
}
],
"type": "DISK",
"rse": null,
"fts": []
}
]