edit
/etc/apt/sources.list.d/ceph.list
be sure to have firefly
deb
http://ceph.com/debian-firefly wheezy main
Then,
#apt-get update
#apt-get dist-upgrade.
You'll have proxmox and ceph updated at the same time.
After each node upgrade,
check that ceph is sync with other nodes (#ceph health)
Hello, i have 3nodes with ceph server version 0.72.2 (emperor) and i can upgrade it to firefly
If i understand correctly, on the node1 i change:
deb
http://ceph.com/debian-emperor wheezy main
to
deb
http://ceph.com/debian-firefly wheezy main
then
# apt-get update
# apt-get dist-upgrade
and then reboot node1
and continue the same procedure on node2 and node3?
This means that after the upgrade is complete on node1 will node2,3 version ceph emperor and on node1 version ceph firefly?
It will not sync problems between different versions?
version:
proxmox-ve-2.6.32: 3.2-132 (running kernel: 2.6.32-31-pve)
pve-manager: 3.2-4 (running version: 3.2-4/e24a91c1)
pve-kernel-2.6.32-31-pve: 2.6.32-132
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.5-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.5-1
pve-cluster: 3.0-12
qemu-server: 3.1-16
pve-firmware: 1.1-3
libpve-common-perl: 3.0-18
libpve-access-control: 3.0-11
libpve-storage-perl: 3.0-19
pve-libspice-server1: 0.12.4-3
vncterm: 1.1-6
vzctl: 4.0-1pve5
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 1.7-8
ksm-control-daemon: 1.1-1
glusterfs-client: 3.4.2-1
Thank you