-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace obsoleted readfp() with read_file(), fixes gluster/glusterfs#4403 #4404
Conversation
Can one of the admins verify this patch? |
2 similar comments
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
This one should fix #4403 |
As CentOS7 is dead, devrpm-el7 should not be required, right ? |
I've been searching for that solution for past few days. We are upgrading ubutnu to 24.04 and Gluster 11.1 and indeed Geo-replicaion is broken and i've tested by manually replacing these functions names from |
@sulphur , it was reported in the mailing list by a Fedora user but I guess evry modern distro will be affected of it. |
/run regression |
1 test(s) failed 0 test(s) generated core 1 test(s) needed retry |
As stated in the deprecation/removal warning, readfp() is removed in python 3.12 which leads georeplication setup to fail with a traceback.
Official docs clearly state that read_file() is the proper replacement.