-
Notifications
You must be signed in to change notification settings - Fork 1
/
storage_test.json
118 lines (116 loc) · 4.34 KB
/
storage_test.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
[
{ "site": "T2_XX_Test",
"volume": "Test_dCache",
"protocols": [
{ "protocol": "direct",
"access": "site-rw",
"prefix": "file:///pnfs/my.domain.ch/data/cms"
},
{ "protocol": "dcap",
"access": "global-rw",
"prefix": "dcap://cms-se.my.domain.ch/pnfs/my.domain.ch/data/cms"
},
{ "protocol": "SRMv2",
"access": "global-rw",
"prefix": "srm://cms-se.my.domain.ch:8443/srm/managerv2?SFN=/pnfs/my.domain.ch/data/cms"
},
{ "protocol": "srm-local",
"access": "global-rw",
"prefix": ""
},
{ "protocol": "WebDAV",
"access": "global-rw",
"rules": [
{ "lfn": ".*/HCtest/GenericTTbar/(.*)",
"pfn": "davs://my.domain.ch:1094/pnfs/domain.ch/data/cms/store/mc/HCtest/GenericTTbar/$1"
},
{ "lfn": "^/+(store.*)",
"pfn": "davs://cms-xrootd.my.domain.ch:2880/$1"
}
]
},
{ "protocol": "xrd-sub",
"access": "virtual",
"rules": [
{ "lfn": "/+store/test/xrootd/T2_XX_Test/test/store/(.*)",
"pfn": "/store/test/xrootd/T1_XX_Test/xrd-sub/store/$1"
},
{ "lfn": "/+store/test/xrootd/T2_XX_Test/store/(.*)",
"pfn": "/xrd-sub/store/$1"
}
]
},
{ "protocol": "xrd",
"access": "virtual",
"rules": [
{ "chain": "xrd-sub",
"lfn": "/+store/test/xrootd/T2_XX_Test/(.*)",
"pfn": "/store/test/xrootd/xrd/$1"
},
{ "lfn": "/+store/test/xrootd/store/(.*)",
"pfn": "/xrd/store/$1"
},
{ "chain":"xrd-sub",
"lfn": "/+data/T2/test/store/(.*)",
"pfn": "/xrd/store/$1"
}
]
},
{ "protocol": "pnfs",
"access": "virtual",
"rules": [
{ "lfn": "/+store/test/xrootd/(.*)",
"pfn": "/store/test/pnfs/$1",
"chain": "xrd"
},
{ "lfn": "/+disk/store/(.*)",
"pfn": "/pnfs/$1",
"chain": "xrd"
},
{ "lfn": "/+(.*)",
"pfn": "/pnfs/$1"
}
]
},
{ "protocol": "srm-chain",
"access": "global-rw",
"rules": [
{ "lfn": ".*/HCtest/GenericTTbar/(.*)",
"pfn": "srm-chain://my.domain.ch:8443/$1"
},
{ "lfn": "/+(.*)",
"pfn": "srm-chain://my.domain.ch/srm/managerv2?SFN=/$1",
"chain": "pnfs"
},
{ "lfn": "/+store/unmerged/(.*)",
"pfn": "srm-chain://my.domain.ch/srm/managerv2?SFN=/$1",
"chain": "pnfs"
}
]
},
{ "protocol": "test-chain",
"access": "virtual",
"rules": [
{ "lfn": "/+store/test/(.*)",
"pfn": "/store/test_2/$1"
}
]
},
{ "protocol": "srm-test",
"access": "global-rw",
"rules": [
{ "lfn": ".*/HCtest/GenericTTbar/(.*)",
"pfn": "srm-test://my.domain.ch:8443/$1"
},
{ "lfn": "/+(.*)",
"pfn": "srm-test://my.domain.ch/$1",
"chain": "test-chain"
}
]
}
],
"type": "DISK",
"rse": "T2_XX_Test",
"fts": [ "https://fts3-cms.cern.ch:8446", "https://lcgfts3.gridpp.rl.ac.uk:8446" ]
}
]