[SOLVED] ceph upgrade from 12.2.2-pve1 to 12.2.4-pve1

RobFantini

Famous Member
May 24, 2012
2,084
117
133
Boston,Mass
quick question -

after apt upgrade today - ceph seems to be running using old version:
Code:
# ps -ef|grep -i  ceph | grep -v grep
root        5169       1  4 Feb24 ?        11:29:07 /usr/bin/kvm -id 7211
..
-drive file=rbd:kvm-ceph/vm-7211-disk-1
..
root        5637       2  0 Feb24 ?        00:00:00 [ceph-msgr]
root        5642       2  0 Feb24 ?        00:00:00 [ceph-watch-noti]

question : after updating ceph what should be done to use the new version?
 
Always do a 'apt full-upgrade' to get all the package updates. To activate the new code, you would need to restart all the ceph services, often there is a kernel update and then you reboot anyway. With 'ceph versions' you can check cluster wide which ceph versions are running.