You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/10/19 12:34:00 UTC

[jira] [Updated] (HDDS-5704) Improve the description of Ozone URI in Ozone Shell help message

     [ https://issues.apache.org/jira/browse/HDDS-5704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated HDDS-5704:
---------------------------------
    Labels: newbie pull-request-available  (was: newbie)

> Improve the description of Ozone URI in Ozone Shell help message
> ----------------------------------------------------------------
>
>                 Key: HDDS-5704
>                 URL: https://issues.apache.org/jira/browse/HDDS-5704
>             Project: Apache Ozone
>          Issue Type: Improvement
>    Affects Versions: 1.1.0
>            Reporter: Srinivasu Majeti
>            Assignee: Szabolcs Gál
>            Priority: Major
>              Labels: newbie, pull-request-available
>
> The help option for Volume, Bucket or Key create displays the following message:
> {code:java}
> Usage: ozone sh volume create [-hV] [--namespace-quota=<quotaInNamespace>]
>                               [--quota=<quotaInBytes>] [-u=<ownerName>] <value>
> Creates a volume for the specified user
>       <value>              URI of the volume.
>                            Ozone URI could start with o3:// or without prefix.
>                              URI may contain the host/serviceId  and port of
>                              the OM server. Both are optional. If they are not
>                              specified it will be identified from the config
>                              files.
>   -h, --help               Show this help message and exit.
>       --namespace-quota=<quotaInNamespace>
>                            For volume this parameter represents the number of
>                              buckets, and for buckets represents the number of
>                              keys (eg. 5)
>       --quota, --space-quota=<quotaInBytes>
>                            The maximum space quota can be used (eg. 1GB)
>   -u, --user=<ownerName>   Owner of the volume
>   -V, --version            Print version information and exit.
> {code}
> The URI syntax is not clear. We can improve the message and give examples on possible syntax options.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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