This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cluster:100 [2011/03/27 21:38] hmeij |
cluster:100 [2011/03/28 14:23] (current) hmeij |
||
---|---|---|---|
Line 4: | Line 4: | ||
==== Quotas ==== | ==== Quotas ==== | ||
- | 03/ | + | On 03/ |
- | Here is what was put in place, and will mature over time. But first, it is important to understand: | + | Here is what was put in place, and will mature/ |
- | * A quota is not disk space allocated for you, as in reserved. | + | * A quota is not disk space allocated for you, as in reserved. |
- | * Reason for quotas: to avoid the /home to fill up by a runaway process, and constrain | + | * Reason for quotas: to avoid /home from filling |
- | The quotas fall into two tiers: the sliding tier and the custom tier. | + | The quotas fall into two tiers: the "sliding" |
- | We urge all users to consider archiving data and files off the cluster | + | * In the sliding tier, when you reach your soft limit, notify HPC admins and your quota will slide to the next strata (< 90/100G, < 225/250G, < 450/500G). Once you exceed the last strata, |
+ | * In the custom tier, we discuss setting a quota after agreeing on size and availability of disk space, plus 100G. Then you are on your own. (Users that currently fall into this group have been grandfathered in and notified). | ||
- | How to find my quota? | + | We urge all users to consider archiving data and files off the cluster disk array. |
+ | |||
+ | How to find my quota? | ||
+ | |||
+ | * The hard block limit is the absolute maximum amount of disk space that a user can use. Once this limit is reached, no additional disk space can be used. Writes to disks will fail. | ||
+ | * The soft block limit defines the maximum amount of disk space that can be used. Unlike the hard limit, the soft limit can be exceeded for a certain amount of time. That time is known as the grace period. Warnings will appear in your terminal/ | ||
+ | * The grace period is globally set for 7 days. | ||
+ | * We do not enforce inode limits. | ||
+ | |||
+ | < | ||
+ | |||
+ | [hmeij@greentail ~]$ quota -v hmeij | ||
+ | |||
+ | Disk quotas for user hmeij (uid 8216): | ||
+ | | ||
+ | / | ||
+ | 1227284 | ||
+ | |||
+ | </ | ||
==== Notes ==== | ==== Notes ==== | ||
- | | + | **Implementation** |
* add usrquota, | * add usrquota, | ||
* log everybody out or reboot (quota error on boot, not initialized yet) | * log everybody out or reboot (quota error on boot, not initialized yet) | ||
Line 31: | Line 51: | ||
* group quota numbers do not add up !? | * group quota numbers do not add up !? | ||
- | | + | **Array** |
- | * 48 TB minus 4 global spares | + | |
- | * after formatting 36 TB available | + | * 48 one TB disk minus 4 global spares |
- | * /home 10, / | + | * after formatting 36 TB available |
+ | * /home 12 disks, / | ||
+ | * leaves | ||
* snapshots holds base plus deltas hence needs to be somewhere between 1-2x base | * snapshots holds base plus deltas hence needs to be somewhere between 1-2x base | ||
- | * so if we wanted to increase home, we could not use sanscratch (is anybody using it?) | + | * so if we wanted to increase home, we delete |
* if we do not backup, then ... questions for later | * if we do not backup, then ... questions for later | ||
- | | + | **Links** |
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// |