JLab Work Disk Quotas

From GlueXWiki
Jump to: navigation, search

With the new ZFS(?) file system IT is using for work disks, quotas have two categories:

  1. Guaranteed space
  2. Maximum space

Currently our space is at 2.7 TB guaranteed and 5.0 TB maximum.

What does this mean?

The physical space on the raid is either:

  1. assigned to a particular partition (call this assigned space)
  2. or designated as shared among all partitions (call this shared space)
  3. or not available to any parition (call this un-assigned)

but the partitions are dynamic. When a partition goes beyond its assigned space (the guaranteed quota), it can use the shared space as long as the partition stays below its maximum quota and as long as there is shared space available to use.

How do you know how much space is available?

The standard df command shows available space as the maximum, unless there is not enough shared spaced to allow going to the maximum. Then it shows the appropriately limited total. So that means

  1. the available space on a partition can change
  2. it can change due to the activity of other users on the raid