Proxmox 3.2 is now available with SPICE, Ceph and updated QEMU
Category : Tech News
Proxmox has today released a new version of Proxmox VE, Proxmox 3.2 which is available as either a downloadable ISO or from the Proxmox repository.
Hilights of this release include’;
- Ceph has now been integrated to the Proxmox web GUI as well as a new CLI command created for creating Ceph clusters. See my post on Ceph storage in Proxmox for more information.
- SPICE is now fully integrated as the console viewer however the original Java console is still the default. SPICE supports multiple monitors and all recent guest operating systems.
- QEMU has been updated with better backups and a few new supported guest hardware devices, mostly for compatibility with VMWare.
You can download the ISO from Proxmox directly at the following link:
http://www.proxmox.com/downloads/item/proxmox-ve-3-2-iso-installer
If you already have Proxmox installed, you can use the below commands to automatically update your Proxmox servers to the latest 3.2 version from the terminal. Before updating, make sure all your VM’s have been stopped. Run the below commands on each server in your cluster.
apt-get update apt-get dist-upgrade
Restart all Proxmox servers to complete the installation.