From: Kefu Chai Date: Wed, 10 Apr 2019 10:08:04 +0000 (+0800) Subject: PendingReleaseNotes: note on python3.6 changes X-Git-Tag: v15.1.0~2971^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=77c5ee06311d610f9accd94edf14becdf5820542;p=ceph-ci.git PendingReleaseNotes: note on python3.6 changes Fixes: http://tracker.ceph.com/issues/39164 Signed-off-by: Kefu Chai --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 6c1ad0af2c2..52f9c261ea6 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -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 _` + for more details on the background of this change.