Xiaoyu Yao created HDFS-7814: -------------------------------- Summary: Fix usage string of storageType parameter for "dfsadmin -setSpaceQuota/clrSpaceQuota" Key: HDFS-7814 URL: https://issues.apache.org/jira/browse/HDFS-7814 Project: Hadoop HDFS Issue Type: Sub-task Reporter: Xiaoyu Yao Assignee: Xiaoyu Yao Priority: Minor
This was found when I'm documenting the quota by storage type feature. The current usage string to set/clear quota by storage type which put the -storageType prameter after dirnames is incorrect. "hdfs dfsadmin -setSpaceQuota/clrSpaceQuota <quota> <dirname>...<dirname> -storageType <storagetype>". The correct one should be: "hdfs dfsadmin -setSpaceQuota/clrSpaceQuota <quota> [-storageType <storagetype>] <dirname>...<dirname>" I will post the fix shortly. -- This message was sent by Atlassian JIRA (v6.3.4#6332)