-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstorage.json
42 lines (42 loc) · 1.37 KB
/
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
35
36
37
38
39
40
41
42
[
{ "site": "T2_CH_CERN",
"volume": "CERN_EOS",
"protocols": [
{ "protocol": "SRMv2",
"access": "global-rw",
"prefix": "gsiftp://eoscmsftp.cern.ch/eos/cms"
},
{ "protocol": "XRootD",
"access": "global-rw",
"prefix": "root://cms-xrd-global.cern.ch//eos/cms"
},
{ "protocol": "WebDAV",
"access": "global-rw",
"prefix": "davs://eoscms.cern.ch:443/eos/cms"
}
],
"type": "DISK",
"rse": "T2_CH_CERN",
"fts": [ "https://fts3-cms.cern.ch:8446", "https://lcgfts3.gridpp.rl.ac.uk:8446" ]
},
{ "site": "T2_CH_CERN",
"volume": "CERN_IBEOS",
"protocols": [
{ "protocol": "SRMv2",
"access": "global-rw",
"prefix": "gsiftp://eoscmsftp.cern.ch/eos/cms/store/user/cmsbuild"
},
{ "protocol": "XRootD",
"access": "global-rw",
"prefix": "root://eoscms.cern.ch//eos/cms/store/user/cmsbuild"
},
{ "protocol": "WebDAV",
"access": "global-rw",
"prefix": "davs://eoscms.cern.ch:443/eos/cms/store/user/cmsbuild"
}
],
"type": "DISK",
"rse": null,
"fts": []
}
]