Hi All,
I noticed after updating to 8.0 my Ceph was complaining with the following error:
Module 'restful' has failed dependency: PyO3 modules may only be initialized once per interpreter processModule 'restful' has failed dependency: PyO3 modules may only be initialized once per interpreter process
This warning is persistent and doesn't go away on its own.
I found this was because I have Ceph Manager Dashboard enabled and running and the PyO3 modules are not updated in Debian Bookworm.
To remedy this I ran the following commands in a shell:
ceph mgr module disable dashboard
ceph mgr module disable restful
After this the status of Ceph changed from warning to health ok and I've had no signs of adverse effects with Ceph since doing this.
Hope this helps anyone who may stumble across this issue.
I noticed after updating to 8.0 my Ceph was complaining with the following error:
Module 'restful' has failed dependency: PyO3 modules may only be initialized once per interpreter processModule 'restful' has failed dependency: PyO3 modules may only be initialized once per interpreter process
This warning is persistent and doesn't go away on its own.
I found this was because I have Ceph Manager Dashboard enabled and running and the PyO3 modules are not updated in Debian Bookworm.
To remedy this I ran the following commands in a shell:
ceph mgr module disable dashboard
ceph mgr module disable restful
After this the status of Ceph changed from warning to health ok and I've had no signs of adverse effects with Ceph since doing this.
Hope this helps anyone who may stumble across this issue.