as RHEL/CentOS 7.7 offers python3 (python3.6), EPEL7 removed the
duplicated python3-* (python36-*) packages, see
https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org/message/GUSLTD5AJWFEGBFK5EYFVH3LHQVHUBAP/
and EPEL7 only supports the latest RHEL7.x release, which is now 7.7
so should not mention EPEL7 in this note,
for the reason why EPEL removed these packages, see EPEL's guideline:
https://fedoraproject.org/wiki/EPEL/GuidelinesAndPolicies#Policy
Signed-off-by: Kefu Chai <kchai@redhat.com>
"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/>_`
+ python3.4, because python3 in EL7/EL8 is now using 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.
* librbd now uses a write-around cache policy be default,