Whamcloud - gitweb
LU-7451 kernel: kernel upgrade RHEL7.2 [3.10.0-327.3.1.el7]
[fs/lustre-release.git] / lustre / ChangeLog
index b2f1a23..086591a 100644 (file)
@@ -6,7 +6,7 @@ TBD Intel Corporation
          2.6.32-431.29.2.el6 (RHEL6.5)
          2.6.32-504.30.3.el6 (RHEL6.6)
          2.6.32-573.8.1.el6  (RHEL6.7)
-         3.10.0-229.20.1.el7 (RHEL7.1)
+         3.10.0-327.3.1.el7  (RHEL7.2)
          3.0.101-0.47.67     (SLES11 SP3)
          3.0.101-65          (SLES11 SP4)
          vanilla linux 4.2.1 (ZFS only)
@@ -14,7 +14,7 @@ TBD Intel Corporation
          2.6.32-431.29.2.el6 (RHEL6.5)
          2.6.32-504.30.3.el6 (RHEL6.6)
          2.6.32-573.8.1.el6  (RHEL6.7)
-         3.10.0-229.20.1.el7 (RHEL7.1)
+         3.10.0-327.3.1.el7  (RHEL7.2)
          3.0.101-0.47.67     (SLES11 SP3)
          3.0.101-65          (SLES11 SP4)
          3.12.39-47          (SLES12)
@@ -2953,7 +2953,7 @@ Details      : When then OST is about to be full, if two bulk writing from
             different clients came to OST. Accord the avaliable space of the
             OST, the first req should be permitted, and the second one
             should be denied by ENOSPC. But if the seconde arrived before
-            the first one is commited. The OST might wrongly permit second
+            the first one is committed. The OST might wrongly permit second
             writing, which will cause grant space > available space.
 
 Severity   : normal