Difference between revisions of "Storage Quotas and Charges"

From Centre for Bioinformatics and Computational Biology
Jump to: navigation, search
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The price of a basic account is R 1,500 per year.
+
 
 +
=== Checking storage quotas ===
 +
 
 +
* nLustre quotas can be checked with:
 +
<source lang="c">
 +
> lfs quota -uqh <username> /nlustre
 +
</source>
 +
 
  
 
=== Storage ===
 
=== Storage ===
  
This provides:
+
Your quota on the home directories, ie: /home/<username> is 500 GB.
* 512 GB of storage space in /home/''user''
+
Please note that you are not allowed to store, and process your data from this directory. Its sole intent is for small documents and non-processed files.
* 1 TB of storage space in ''/nlustre/user'' and ''/nlustre/scratch/user''
+
 
* 512 GB of storage space in Galaxy
+
Your quota on the Lustre file system is 2 TB, with the following provisos:
* Unlimited computational usage
+
 
 +
You have a total of 2 TB, but within /nlustre/users/<username>/scratch, you have unlimited storage for a certain period.
 +
The scratch directories get purged periodically on certain dates, 3 times per year:
 +
 
 +
April 30, 0h00.
 +
August 31, 0h00.
 +
December 31, 0h00.
 +
 
 +
What remains under your directory structure, ie: /nlustre/users/<username>, excluding scratch, must be within your 2 TB quota.
 +
Further, we will not backup anything under /nlustre/users/<username>/scratch.
  
 +
We will send only one reminder of the purge date when it approaches. Thereafter, one warning if you are out of quota.
 +
Failure to comply, will get your account locked out.
  
=== Upgrading storage space ===
+
Its the user's responsibility to manage its data, and to keep things ordered, and within quota.
* Storage space may be upgraded at R 1,000 per TB per year in the following steps:
+
** Add 5 TB
+
** Add 10 TB
+
** Add 20 TB or more
+

Latest revision as of 14:16, 10 May 2023

Checking storage quotas

  • nLustre quotas can be checked with:
> lfs quota -uqh <username> /nlustre


Storage

Your quota on the home directories, ie: /home/<username> is 500 GB. Please note that you are not allowed to store, and process your data from this directory. Its sole intent is for small documents and non-processed files.

Your quota on the Lustre file system is 2 TB, with the following provisos:

You have a total of 2 TB, but within /nlustre/users/<username>/scratch, you have unlimited storage for a certain period. The scratch directories get purged periodically on certain dates, 3 times per year:

April 30, 0h00. August 31, 0h00. December 31, 0h00.

What remains under your directory structure, ie: /nlustre/users/<username>, excluding scratch, must be within your 2 TB quota. Further, we will not backup anything under /nlustre/users/<username>/scratch.

We will send only one reminder of the purge date when it approaches. Thereafter, one warning if you are out of quota. Failure to comply, will get your account locked out.

Its the user's responsibility to manage its data, and to keep things ordered, and within quota.