Hanisha Koneru created HDDS-766:
-----------------------------------
Summary: Ozone shell create volume fails if volume name does not
have a leading slash
Key: HDDS-766
URL: https://issues.apache.org/jira/browse/HDDS-766
Project: Hadoop Distributed Data Store
Issue Type: Bug
Reporter: Hanisha Koneru
After HDDS-682, volume creation through shell fails if the volume name does not
have leading slash.
{code:java}
$ ./ozone sh volume create volume1
Volume name is required
$ ./ozone sh volume create /volume1
2018-10-30 14:07:58,078 INFO rpc.RpcClient: Creating Volume: volume1, with hdds
as owner and quota set to 1152921504606846976 bytes.{code}
In {{OzoneAddress#stringToUri}}, when creating a new URI, the path parameter is
expected to have a leading slash. Otherwise, the path gets mixed with the
authority.
To fix this, we should add a leading slash to the path variable, if it does not
exist, before constructing the URI object.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]