diff --git a/t2kdm/storage.py b/t2kdm/storage.py index dea77b0..bf50a4e 100644 --- a/t2kdm/storage.py +++ b/t2kdm/storage.py @@ -199,12 +199,20 @@ def __str__(self): ), StorageElement( "UKI-NORTHGRID-LANCS-HEP-disk", - broken=True, + broken=False, host="fal-pygrid-30.lancs.ac.uk", type="disk", - location="/europe/uk/lancs", + location="/europe/uk/oldlancs", basepath="srm://fal-pygrid-30.lancs.ac.uk:8446/srm/managerv2?SFN=/dpm/lancs.ac.uk/home/t2k.org", ), + StorageElement( + "UKI-NORTHGRID-LANCS-HEP-XGATE-disk", + broken=False, + host="xgate.hec.lancs.ac.uk", + type="disk", + location="/europe/uk/lancs", + basepath="root://xgate.hec.lancs.ac.uk:1094/cephfs/grid/t2k.org", + ), StorageElement( "UKI-NORTHGRID-MAN-HEP-disk", broken=True,