Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions hadoop-hdds/docs/content/feature/Quota.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@ e. If the cluster is upgraded from old version less than 1.1.0, use of quota on

f. If volume's quota is enabled then bucket's quota cannot be cleared.

2. Namespace quota

Administrators should be able to define how many namespace a Volume or Bucket can use. The following settings for namespace quota are supported:

a. By default, the namespace quota for volume and bucket is not enabled.

b. When volume namespace quota is enabled, the total number of buckets under the volume, cannot exceed the volume namespace quota.

c. When bucket namespace quota is enabled, the totoal number of keys under the bucket, cannot exceed the bucket namespace quota.

d. Linked buckets do not consume namespace quota.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whether 'e' in Storage Space applies equally to Namespace quota. If so, we need to list.


Comment thread
amaliujia marked this conversation as resolved.
## Client usage
### Storage Space level quota
Storage space level quotas allow the use of units such as KB (k), MB (m), GB (g), TB (t), PB (p), etc. Represents how much storage Spaces will be used.
Expand Down
12 changes: 12 additions & 0 deletions hadoop-hdds/docs/content/feature/Quota.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@ menu:

f. 如果volume quota被启用,那么bucket quota将不能被清除。

2. 命名空间配额

管理员应当能够定义一个Volume或Bucket可以使用多少命名空间。目前支持命名空间的配额设置为:

a. 默认情况下volume和bucket的命名空间配额不启用(即无限配额)。

b. 当volume命名空间配额启用时,该volume的bucket数目不能超过此配额。

c. 当bucket的命名空间配额启用时,该bucket的key数目不能超过此配额。

d. Linked bucket不消耗命名空间配额。

## 客户端用法
### Storage space级别配额
Storage space级别配额允许使用 KB(k),MB(m),GB(g),TB(t), PB(p)等单位。表示将使用多少个存储空间。
Expand Down