Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3.0
Description
ozone cli will get error when `ozone.om.service.ids` has multiple values:
$ ozone sh vol ls o3://ozone1 Following ServiceID's [ozone1, ozone2] are defined in the configuration. Use the method getRpcClient which takes serviceID and configuration as param
Result expected:
# case1 $ ozone sh vol ls o3://ozone1 [ { "metadata" : { }... ] # case2 $ ozone sh vol ls o3://ozone2 [ { "metadata" : { }... ] # case3 ozone sh vol ls Service ID or host name must not be omitted when multiple ozone.om.service.ids is defined
Attachments
Issue Links
- links to