-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Major
-
Affects Version/s: master, 5.0.0
-
Component/s: Catalog: Replica Catalog, Workflow API Libraries
-
None
In the replica catalog, we will need to add metadata in there. As it stands, a replica catalog entry is as follows:
{
site: <string>,
lfn: <string>,
pfn: <string>,
checksum:
}
Per 5/18 dev meeting (https://docs.google.com/document/d/1URPG6SLG481Y7DDAajjVtedKjS5pwIQ41UOhwSQYbhk/edit#bookmark=id.6b8rt2t6hoti) we have decided to go with:
replicas:
[
{
lfn: <string>,
pfns: [
, ...
],
checksum:
,
metadata:
}
]