You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Marton Elek (Jira)" <ji...@apache.org> on 2020/06/23 13:38:00 UTC

[jira] [Commented] (HDDS-537) ozone sh vol complains for valid length even when the length is valid for 3 characters

    [ https://issues.apache.org/jira/browse/HDDS-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17142929#comment-17142929 ] 

Marton Elek commented on HDDS-537:
----------------------------------

Seems to be working on the current master:


{code:java}
bash-4.2$ ozone sh volume create v12
bash-4.2$ ozone sh volume info v12
{
  "metadata" : { },
  "name" : "v12",
  "admin" : "hadoop",
  "owner" : "hadoop",
  "creationTime" : "2020-06-23T13:35:56.181Z",
  "acls" : [ {
    "type" : "USER",
    "name" : "hadoop",
    "aclScope" : "ACCESS",
    "aclList" : [ "ALL" ]
  }, {
    "type" : "GROUP",
    "name" : "users",
    "aclScope" : "ACCESS",
    "aclList" : [ "ALL" ]
  } ],
  "quota" : 1152921504606846976
} {code}

> ozone sh vol complains for valid length even when the length is valid for 3 characters
> --------------------------------------------------------------------------------------
>
>                 Key: HDDS-537
>                 URL: https://issues.apache.org/jira/browse/HDDS-537
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: Ozone CLI
>            Reporter: Namit Maheshwari
>            Assignee: Namit Maheshwari
>            Priority: Major
>              Labels: Triaged
>
> {code:java}
> [root@ctr-e138-1518143905142-481027-01-000002 bin]# ./ozone sh vol info abc
> Bucket or Volume length is illegal, valid length is 3-63 characters
> {code}
> Here, the length is already 3 characters still it throws errors, that valid length is 3-63 characters



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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