diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index 806662ae424..b6d4752aa6e 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -612,6 +612,9 @@ Release 2.7.0 - UNRELEASED
HDFS-7753. Fix Multithreaded correctness Warnings in BackupImage.
(Rakesh R and shv)
+ HDFS-7751. Fix TestHDFSCLI for quota with storage type. (Xiaoyu Yao
+ via szetszwo)
+
Release 2.6.1 - UNRELEASED
INCOMPATIBLE CHANGES
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml b/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml
index 8695494b9bf..4e1d7977445 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml
@@ -15508,10 +15508,6 @@
RegexpComparator
^( |\t)*It does not fault if the directory has no quota.( )*
-
- RegexpComparator
- ^( |\t)*The storage type specific quota is cleared when -storageType option is specified.( )*
-
@@ -15578,6 +15574,10 @@
RegexpComparator
^( |\t)*It does not fault if the directory has no quota.( )*
+
+ RegexpComparator
+ ^( |\t)*The storage type specific quota is cleared when -storageType option is specified.( )*
+