what version of qemu comes with proxmox? actually git is at 2.1
We currently ship qemu 2.1.0, but an update to 2.1.1 is already on the test repository.
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)
I will suggest that you shut down all your VMs than do the upgrade. Ceph will take care of rebalancing after upgrade. You will not lose any data even if you are doing one node at a time.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?
The file proxmox/packages/pve-manager_3.3-1_amd64.deb in the ISO image (extracted using 7-Zip and UltraISO) seems corrupted as it's file details are:
MD5: F07FFFAF54B3EB8D66134B414F077F64
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?
Yes, and so is the case with 7-Zip and that too if we try to extract such 64 bit compressions from the CD image in a 32 bit WinXP but not so when they are downloaded from the web!Maybe UltraISO has problems with compressed CDs
So, is there a way to get back my LVM settings from before the upgrade?
The upgrade does not touch the LVM settings.
# Add a Linux User
useradd survive
# Assign a Password to the user
passwd survive
# Add a Linux Group
groupadd Watchman
# Assign the user to the group
usermod -a -G Watchman survive
We use essential cookies to make this site work, and optional cookies to enhance your experience.