sumitagrawl commented on code in PR #4526: URL: https://github.com/apache/ozone/pull/4526#discussion_r1157181082
########## hadoop-hdds/docs/content/feature/Quota.zh.md: ########## @@ -53,9 +55,14 @@ menu: c. 当bucket的命名空间配额启用时,该bucket的key数目不能超过此配额。 - d. Linked bucket不消耗命名空间配额。 + d. Linked bucket没有定义单独的命名空间配额,它是由源桶的命名空间配额为链接桶内的键引用的。 + + e. Linked bucket将消耗卷的命名空间配额 + + f. 如果集群从小于1.1.0的旧版本升级而来,则不建议在旧volume和bucket(可以通过查看volume或者bucket的info确认,如果quota值是-2,那么这个volume或者bucket就是旧的)上使用配额。由于旧的key没有计算到bucket的命名空间配额中,所以此时配额设置是不准确的。 - e. 如果集群从小于1.1.0的旧版本升级而来,则不建议在旧volume和bucket(可以通过查看volume或者bucket的info确认,如果quota值是-2,那么这个volume或者bucket就是旧的)上使用配额。由于旧的key没有计算到bucket的命名空间配额中,所以此时配额设置是不准确的。 +### 笔记 +- 对于递归删除目录的 FSO 桶,配额的释放在子目录和文件被删除后异步发生(当目录被删除时,递归删除可以在后台进行)。 Review Comment: Updated... ########## hadoop-hdds/docs/content/feature/Quota.zh.md: ########## @@ -53,9 +55,14 @@ menu: c. 当bucket的命名空间配额启用时,该bucket的key数目不能超过此配额。 - d. Linked bucket不消耗命名空间配额。 + d. Linked bucket没有定义单独的命名空间配额,它是由源桶的命名空间配额为链接桶内的键引用的。 Review Comment: Updated... ########## hadoop-hdds/docs/content/feature/Quota.zh.md: ########## @@ -43,6 +43,8 @@ menu: f. 如果volume quota被启用,那么bucket quota将不能被清除。 + g. 具有链接桶的卷不消耗链接桶内键的空间配额。链接的桶键将消耗源卷和源桶的空间配额。 + Review Comment: Updated... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
