-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unit tests for the new stage out implementation (storage.json)
- Loading branch information
Showing
5 changed files
with
173 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
[ | ||
{ "site": "T1_US_FNAL", | ||
"volume": "FNAL_dCache_EOS", | ||
"protocols": [ | ||
{ "protocol": "xrootd", | ||
"access": "global-ro", | ||
"comment": "xrootd read via site redirector", | ||
"prefix": "root://cmsxrootd-site.fnal.gov/" | ||
}, | ||
{ "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" | ||
} | ||
] | ||
}, | ||
{ "protocol": "SRMv2", | ||
"access": "global-rw", | ||
"rules": [ | ||
{ "lfn": "/+store/temp/user/(.*)", | ||
"pfn": "gsiftp://cmseos-gridftp.fnal.gov//eos/uscms/store/temp/user/$1" | ||
}, | ||
{ "lfn": "/+store/(.*)", | ||
"pfn": "srm://cmsdcadisk.fnal.gov:8443/srm/managerv2?SFN=/dcache/uscmsdisk/store/$1" | ||
} | ||
] | ||
}, | ||
{ "protocol": "WebDAV", | ||
"comment": "Ignoring CRAB stageout to EOS -- all disk dCache", | ||
"access": "global-rw", | ||
"prefix": "davs://cmsdcadisk.fnal.gov:2880/dcache/uscmsdisk" | ||
} | ||
], | ||
"type": "DISK", | ||
"rse": "T1_US_FNAL_Disk", | ||
"fts": [ "https://cmsfts3.fnal.gov:8446", "https://fts3-cms.cern.ch:8446" ], | ||
"loadtest": true | ||
}, | ||
|
||
{ "site": "T1_US_FNAL", | ||
"volume": "FNAL_MSS", | ||
"protocols": [ | ||
{ "protocol": "SRMv2", | ||
"access": "global-rw", | ||
"prefix": "srm://cmsdcatape.fnal.gov:8443/srm/managerv2?SFN=/11" | ||
}, | ||
{ "protocol": "WebDAV", | ||
"access": "global-rw", | ||
"prefix": "davs://cmsdcatape.fnal.gov:2880/WAX/11" | ||
} | ||
], | ||
"type": "TAPE", | ||
"rse": "T1_US_FNAL_Tape", | ||
"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": [] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
[ | ||
{ "site": "T2_DE_DESY", | ||
"volume": "DESY_dCache", | ||
"protocols": [ | ||
{ "protocol": "pnfs", | ||
"access": "virtual", | ||
"rules": [ | ||
{ "lfn": "/+store/unmerged/(.*)", | ||
"pfn": "/pnfs/desy.de/cms/tier2/unmerged/$1" | ||
}, | ||
{ "lfn": "/+store/temp/(.*)", | ||
"pfn": "/pnfs/desy.de/cms/tier2/temp/$1" | ||
}, | ||
{ "lfn": "/+(.*)", | ||
"pfn": "/pnfs/desy.de/cms/tier2/$1" | ||
} | ||
] | ||
}, | ||
{ "protocol": "gsidcap", | ||
"access": "site-ro", | ||
"rules": [ | ||
{ "lfn": "/+(.*)", | ||
"pfn": "gsidcap://dcache-cms-gsidcap.desy.de:22128/$1", | ||
"chain": "pnfs" | ||
} | ||
] | ||
}, | ||
{ "protocol": "dcap", | ||
"access": "site-ro", | ||
"rules": [ | ||
{ "lfn": "/+(.*)", | ||
"pfn": "dcap://dcache-cms-dcap.desy.de/$1", | ||
"chain": "pnfs" | ||
} | ||
] | ||
}, | ||
{ "protocol": "SRMv2", | ||
"access": "global-rw", | ||
"rules": [ | ||
{ "lfn": "/+(.*)", | ||
"pfn": "srm://dcache-se-cms.desy.de:8443/srm/managerv2?SFN=/$1", | ||
"chain": "pnfs" | ||
} | ||
] | ||
}, | ||
{ "protocol": "XRootD", | ||
"access": "global-rw", | ||
"rules": [ | ||
{ "lfn": "/+(.*)", | ||
"pfn": "root://dcache-cms-xrootd.desy.de:1094//$1" | ||
} | ||
] | ||
}, | ||
{ "protocol": "WebDAV", | ||
"access": "global-rw", | ||
"rules": [ | ||
{ "lfn": "/+(.*)", | ||
"pfn": "davs://dcache-cms-webdav-wan.desy.de:2880/$1", | ||
"chain": "pnfs" | ||
} | ||
] | ||
}, | ||
{ "protocol": "davs-lan", | ||
"access": "global-rw", | ||
"rules": [ | ||
{ "lfn": "/+(.*)", | ||
"pfn": "davs://dcache-cms-webdav-job.desy.de:2880/$1", | ||
"chain": "pnfs" | ||
} | ||
] | ||
} | ||
], | ||
"type": "DISK", | ||
"rse": "T2_DE_DESY", | ||
"fts": [ "https://fts3-cms.cern.ch:8446", "https://lcgfts3.gridpp.rl.ac.uk:8446" ], | ||
"loadtest": true | ||
} | ||
] | ||
|