You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/07/14 12:03:58 UTC

[GitHub] [hadoop-ozone] captainzmc commented on a change in pull request #1041: HDDS-3725. Ozone sh volume client support quota option

captainzmc commented on a change in pull request #1041:
URL: https://github.com/apache/hadoop-ozone/pull/1041#discussion_r454306051



##########
File path: hadoop-hdds/docs/content/shell/VolumeCommands.md
##########
@@ -42,7 +42,7 @@ assign it to a user.
 |  Uri                           | The name of the volume.                                        |
 
 {{< highlight bash >}}
-ozone sh volume create --quota=1TB --user=bilbo /hive
+ozone sh volume create -ssq=1TB --user=bilbo /hive

Review comment:
       Here we can refer to the naming rules of the [HDFS command](https://hadoop.apache.org/docs/r2.7.2/hadoop-project-dist/hadoop-hdfs/HdfsQuotaAdminGuide.html), in HDFS:
   The quota is a hard limit on the number of file.
   The space quota is a hard limit on the number of bytes used by files.
   So spaceQuota can be used here.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org