On Tue, Aug 26, 2014 at 5:10 PM, Konrad Gutkowski <konrad.gutkowski at ffs.pl> wrote: > Ceph-deploy should set priority for ceph repository, which it doesn't, this > usually installs the best available version from any repository. Thanks Konrad for the tip. It took several goes (notably ceph-deploy purge did not, for me at least, seem to be removing librbd1 cleanly) but I managed to get 0.67.10 to be preferred, basically I did this: root at ceph12:~# ceph -v ceph version 0.67.10 root at ceph12:~# cat /etc/apt/preferences Package: * Pin: origin ceph.com Pin-priority: 900 Package: * Pin: origin ceph.newdream.net Pin-priority: 900 root at ceph12:~#