Introduction
Space tokens are a logical partitioning of the storage an SE makes available. It allows files to be stored with some guarantees on not running out of space.
GLUE
How it should be done
Example GLUE LDIF, from GSSD wiki.
Some notes by Greig Cowan from a recent (2007-10-04) discussion on how SRM-2.2 should be represented in GLUE-1.3
Current implementations
See the information providers page.
Viewing available space tokens
The following LDAP query is from the GSSD wiki's Advertised space tokens page. It returns a list of all available space tokens.
ldapsearch -LLL -x -H ldap://lcg-bdii.cern.ch:2170 -b o=grid '(&(GlueVOInfoLocalID=*)(objectClass=GlueVOInfo)(!(GlueVOInfoTag=UNAVAILABLE)))' GlueVOInfoName GlueVOInfoTag GlueChunkKey
The above mentioned GSSD wiki showing Advertised space tokens also in-lines some plots of available space tokens per VO. These plots are taken from Greig Cowan's pages:
- Pie charts for different VOs,
- Tables of available space tokens.
The CCRC08 SRM-2.2 test page checks operations involving space tokens.
