Skip to content

Commit

Permalink
Added Individual User Quota Example (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrulla authored May 7, 2024
1 parent d6ad16c commit 38b0721
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions source/customizations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,18 @@ If the quota is defined as a ``user`` quota, then it applies to only disk
resources used by the user alone. This is the default type of quota object and
is given in the following format:

.. code:: json
{
"type": "user",
"block_limit": 5000000,
"file_limit": 1000000,
"path": "/path/to/volume2",
"total_block_usage": 400000,
"total_file_usage": 1000,
"user": "user1"
}
.. warning:: A block must be equal to 1 KiB for proper conversions.

Expand Down

0 comments on commit 38b0721

Please sign in to comment.