update billing (not in "Frais commun" + make it a bit shorter authored by Mayer Alice's avatar Mayer Alice
......@@ -6,9 +6,9 @@
# Mass storage costs and billing system overview
The majority of the costs of the current mass storage have been covered by a FEDER grant obtained by the GIGA. However, some operating costs are not covered by this grant, such as costs linked to the improvement of the performances, the offline archiving system, the extension of the maintenance contract, etc. Moreover, the volume of data generated by new technologies keeps increasing exponentially, **our mass storage is filling up quickly**, and we need to extend it to store all data generated by GIGA members.
The majority of the costs of the current mass storage have been covered by a FEDER grant obtained by the GIGA. However, some costs are not covered by this grant, such as the offline archiving system, maintenance contract and disk extension, etc. Moreover, the volume of data generated by new technologies keeps increasing exponentially, **our mass storage is filling up quickly**, and we need to extend it to store all data generated by GIGA members.
The price of disk and tape extension vary over time, and also according to the volume bought (the more we buy, the cheapest). From previous times, we can estimate that 1Tb of data saved on disk (with 2 backup copies on tape) costs approximatively 80€ per year, and 1 Tb of data archived offline (2 copies on tape) costs about 20€ per year when buying a few hundreds of Tb at once (not including the cost of running a cooling system in the server room and maintainers' salaries).
**The price of disk and tape extensions** vary over time, and also according to the volume bought. From previous times, we can estimate that 1 Tb of data saved on disk (with 2 backup copies on tape) costs approximatively 80€ per year, and 1 Tb of data archived offline (2 copies on tape) costs about 20€ per year (not including the cost of running a cooling system in the server room and maintainers' salaries).
For all these reasons, the GIGA decided to give to each research team a certain amount of free space on the mass storage, and to charge any additional space used by them. The revenues from these fees will be used exclusively for costs linked to the mass storage management and extension.
......@@ -22,27 +22,25 @@ The free space assigned to each team (PI led team) is **based on the number of p
For example, a team that counts five members will be assigned 5\*500Gb, thus 2.5Tb of free space on the mass storage.
The number of members taken into account for this calculation is the same as the number of member used for communal expenses billing.
The number of members taken into account for this calculation is the same as the number of member used for communal expenses billing ("Frais communs").
## Additional space
If the space used by a team exceeds its free space, the additional space will be charged **30€/Tb/year**.
If the space used by a team exceeds its free space, the additional space will be charged **2.5€/Tb/month** (30€/Tb/year).
To use the previous example: If a five members' team occupied 3Tb on the mass storage,
it has exceeded its free quota of 2.5Tb by 0.5Tb. They will need to pay 15€ a year for this additional space.
it has exceeded its free quota by 0.5Tb. They will need to pay 15€ a year for this additional space.
Of note, this is far below the actual cost of storage (disk space + 2 backup copies on tape in another location + maintenance).
Of note, this is far below the actual cost of storage (see above).
## Costs calculation and billing
Disk space usage of each team is automatically recorded every day. At the end of each billing period (usually 3 months), average utilization is calculated and the cost is determined accordingly.
This cost will be included in the GIGA communal expenses bill ("Facturation des frais communs GIGA")
that each team receives on a regular basis (usually every 3 months).
Disk space usage of each team is automatically recorded every day. At the end of each billing period (usually 6 months), average utilization is calculated and the cost is determined accordingly.
**WARNING**: The billing system discussed here is **completely independent from the quota set on each team's folder**
(see [here](mass-storage/mass-storage-quota) for more information about quotas).
So to go back to our previous example, if our team of five members needs to occasionally be able to store up to 4Tb, it will have a quota set to 4Tb,
So to go back to our previous example, if our team of five members needs to occasionally be able to store up to 4Tb, it will have a quota set to 4.5Tb,
but if its average disk usage is 3Tb, that team will pay only for the 500Gb exceeding its 2.5Tb allowance.
## What happen when a folder is shared by several teams ?
......@@ -52,7 +50,7 @@ between the different teams.
# How to reduce disk usage ?
There are several solutions to reduce the space used by your team. Among them, you can find:
There are several solutions to reduce the space used by your team:
- Avoid duplicating files. If you want to identify duplicated files in your folder, please ask the [Bioinformatics team](contacts) to run a script to detect them.
- [Compress](mass-storage/mass-storage-compression) big files (we recommend to start compressing files when they are bigger than 200Mb)
- Delete temporary/obsolete files (intermediate files not needed anymore for example)
......
......