HDFS-5926 Documentation should clarify dfs.datanode.du.reserved impact from reserved disk capacity (Gabor Bota)

This commit is contained in:
Aaron Fabbri 2018-05-04 16:37:47 -07:00
parent 6a69239d86
commit a732acd873
No known key found for this signature in database
GPG Key ID: B2EEFA9E78118A29
1 changed files with 3 additions and 0 deletions

View File

@ -349,6 +349,9 @@
For example, reserved space for RAM_DISK storage can be configured using property
'dfs.datanode.du.reserved.ram_disk'. If specific storage type reservation is not configured
then dfs.datanode.du.reserved will be used.
Note: In case of using tune2fs to set reserved-blocks-percentage, or other filesystem tools,
then you can possibly run into out of disk errors because hadoop will not check those
external tool configurations.
</description>
</property>