[
https://issues.apache.org/jira/browse/HDFS-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138862#comment-13138862
]
Rita M commented on HDFS-1564:
------------------------------
Harsh,
Definitely as Byte opt, one value per disk.
Here is how I would do the use case,
Define the partition
<property>
<name>dfs.data.dir.0</name>
<value>/fs1</value>
<final>true</final>
</property>
<!-- reserve 1% on /fs1 -->
<property>
<name>dfs.data.dir.0.reservepct</name>
<value>1</value>
<final>true</final>
</property>
Any thoughts about this?
> Make dfs.datanode.du.reserved configurable per volume
> -----------------------------------------------------
>
> Key: HDFS-1564
> URL: https://issues.apache.org/jira/browse/HDFS-1564
> Project: Hadoop HDFS
> Issue Type: New Feature
> Components: data-node
> Reporter: Aaron T. Myers
> Priority: Minor
>
> In clusters with DNs which have heterogeneous data dir volumes, it would be
> nice if dfs.datanode.du.reserved could be configured per-volume.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira