Fix CHANGES.txt for HDFS-7722.

This commit is contained in:
Arpit Agarwal 2015-03-18 12:52:42 -07:00
parent 2b589da779
commit 5f7926dcf0
1 changed files with 3 additions and 3 deletions

View File

@ -865,6 +865,9 @@ Release 2.7.0 - UNRELEASED
TestFsDatasetImpl#testAddVolumeFailureReleasesInUseLock on Linux
(Xiaoyu Yao via Arpit Agarwal)
HDFS-7722. DataNode#checkDiskError should also remove Storage when error
is found. (Lei Xu via Colin P. McCabe)
BREAKDOWN OF HDFS-7584 SUBTASKS AND RELATED JIRAS
HDFS-7720. Quota by Storage Type API, tools and ClientNameNode
@ -885,9 +888,6 @@ Release 2.7.0 - UNRELEASED
HDFS-7806. Refactor: move StorageType from hadoop-hdfs to
hadoop-common. (Xiaoyu Yao via Arpit Agarwal)
HDFS-7722. DataNode#checkDiskError should also remove Storage when error
is found. (Lei Xu via Colin P. McCabe)
Release 2.6.1 - UNRELEASED
INCOMPATIBLE CHANGES