[ceph and radosgw] Question about different versions and potential trouble between them

nicoeox

New Member
Jun 26, 2023
1
0
1
We have been using ceph on our Proxmox (uptodate) with version 19.2.0 as in:


Bash:
sudo ceph --version
ceph version 19.2.0 (16063ff2022298c9300e49a547a16ffda59baf13) squid (stable)


But our radosgw server was running on Debian, and, we just discovered recently that the version used there was not the same:

Bash:
sudo ceph --version
ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)

We have been having (actually are still having) issues with manual and dynamic resharding happening on our s3 buckets built on this ceph cluster, where our users bring millions of files through radosgw. What do you think is the likelihood of this issue coming from the discrepancy between the versions of ceph and radosgw? Also, do you think I could run into further issues with this setup in the future?


I have now created a new cluster of radosgw on ubuntu 24 and it has the same version as the one on Proxmox, so I could start testing things from there.
 
Last edited: