]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
PendingReleaseNotes: note on python3.6 changes
authorKefu Chai <kchai@redhat.com>
Wed, 10 Apr 2019 10:08:04 +0000 (18:08 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 10 Apr 2019 10:11:00 +0000 (18:11 +0800)
Fixes: http://tracker.ceph.com/issues/39164
Signed-off-by: Kefu Chai <kchai@redhat.com>
PendingReleaseNotes

index 6c1ad0af2c2449f4219b38c9433bd4efa01cc28e..52f9c261ea69d01204d49d988ff47b1ee5580ea9 100644 (file)
@@ -6,3 +6,8 @@
     multiply your current "objecter_inflight_ops" and 
     "objecter_inflight_op_bytes" paramaeters by the old
     "num_rados_handles" to get the same throttle behavior.
+
+* Ceph now packages python bindings for python3.6 instead of
+  python3.4, because EPEL7 recently switched from python3.4 to
+  python3.6 as the native python3. see the `announcement <https://lists.fedoraproject.org/archives/list/epel-announce@lists.fedoraproject.org/message/EGUMKAIMPK2UD5VSHXM53BH2MBDGDWMO/>_`
+  for more details on the background of this change.