Nilotpal Nandi created HDDS-207: ----------------------------------- Summary: ozone listVolume command accepts random values as argument Key: HDDS-207 URL: https://issues.apache.org/jira/browse/HDDS-207 Project: Hadoop Distributed Data Store Issue Type: Bug Components: Ozone Client Reporter: Nilotpal Nandi Fix For: 0.2.1
When argument from listVolume is provided, it complains. But a random argument is provided for listVolume command, it accepts and displays all the volumes. {noformat} [root@ozone-vm bin]# ./ozone oz -listVolume Missing argument for option: listVolumeERROR: null [root@ozone-vm bin]# ./ozone oz -listVolume abcdefghijk 2018-06-29 07:09:43,451 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable [ { "owner" : { "name" : "root" }, "quota" : { "unit" : "TB", "size" : 1048576 }, "volumeName" : "nnvolume1", "createdOn" : "Sun, 18 Sep +50444 15:12:11 GMT", "createdBy" : "root" }, { "owner" : { "name" : "root" }, "quota" : { "unit" : "TB", "size" : 1048576 }, "volumeName" : "nnvolume2", "createdOn" : "Tue, 27 Sep +50444 13:05:43 GMT", "createdBy" : "root" } ] {noformat} expectation: It should not accept random values as argument -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org