This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 48bfc26998 HDDS-8311. Fix list of supported units in Quota
documentation
48bfc26998 is described below
commit 48bfc269988d201b527b7970788f5274246ef515
Author: Arun Sarin <[email protected]>
AuthorDate: Thu Mar 30 14:03:35 2023 +0530
HDDS-8311. Fix list of supported units in Quota documentation
---
hadoop-hdds/docs/content/feature/Quota.md | 2 +-
hadoop-hdds/docs/content/feature/Quota.zh.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hadoop-hdds/docs/content/feature/Quota.md
b/hadoop-hdds/docs/content/feature/Quota.md
index ecab238f2f..19b8930946 100644
--- a/hadoop-hdds/docs/content/feature/Quota.md
+++ b/hadoop-hdds/docs/content/feature/Quota.md
@@ -61,7 +61,7 @@ e. If the cluster is upgraded from old version less than
1.1.0, use of quota on
## 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.
+Storage space level quotas allow the use of units B, KB, MB, GB and TB.
Represents how much storage Spaces will be used.
#### Volume Storage Space level quota
```shell
diff --git a/hadoop-hdds/docs/content/feature/Quota.zh.md
b/hadoop-hdds/docs/content/feature/Quota.zh.md
index 1606cb76ca..a92ce434cc 100644
--- a/hadoop-hdds/docs/content/feature/Quota.zh.md
+++ b/hadoop-hdds/docs/content/feature/Quota.zh.md
@@ -59,7 +59,7 @@ menu:
## 客户端用法
### Storage space级别配额
- Storage space级别配额允许使用 KB(k),MB(m),GB(g),TB(t), PB(p)等单位。表示将使用多少个存储空间。
+Storage space级别配额允许使用 B, KB ,MB ,GB ,TB 等单位。表示将使用多少个存储空间。
#### Volume Space quota用法
```shell
bin/ozone sh volume create --space-quota 5MB /volume1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]