惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
B
Blog
博客园_首页
C
Check Point Blog
Microsoft Security Blog
Microsoft Security Blog
MyScale Blog
MyScale Blog
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog RSS Feed
M
MIT News - Artificial intelligence
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
量子位
V
V2EX
Y
Y Combinator Blog
Hugging Face - Blog
Hugging Face - Blog
Martin Fowler
Martin Fowler
Recent Announcements
Recent Announcements
I
InfoQ
博客园 - 【当耐特】

The Register - Software: Virtualization

Xen Project gets serious about safety in push to possibly partition robot brains NodeWeaver says its perpetual licensing beats VMware’s perpetual price hikes NodeWeaver: Perpetual licensing beats VMware nickel-and-dime Microsoft cuts cloudy desktop prices by 20 percent Nutanix to add KubeVirt support to run VM on K8s at the edge Western Union zaps VMware and moves to Nutanix Nutanix thinks some Azure cloud desktops belong on-prem Nutanix thinks some Azure cloud desktops belong on-prem Nutanix brings its K8s to bare metal Half of VMware users plan to reduce usage by 2028 Xen Project announces five years of support for all releases Xen Project announces five years of support for all releases Broadcom says AI companies can’t make their own silicon One vendor doesn't mind high RAM prices: VMware NUC, NUC! Who’s there? ASUS with a thin client for cloud PCs Why flexibility will define the future of functionality AWS adds nested virtualization option for handful for EC2 Cisco set to release hypervisor as VMware alternative Cisco set to release hypervisor as VMware alternative Contain your Windows apps inside Linux Windows VMware scores early win in Siemens software licensing case Broadcom 'bulldozes' VMware CSPs with March deadline Java devs want container security - not the hassle Microsoft to face questions over From SA program Dell wants £10m+ from VMware if Tesco case goes against it Lenovo has a hunch you’re about to try quitting VMware China crew abused ESXi zero-days a year before disclosure China crew abused ESXi zero-days a year before disclosure AWS adds hybrid cloud storage support for Nutanix Nutanix pushes sovereign cloud in another swipe at VMware
Virtualization vet pushes out Proxmox VE 9, Backup Server 4
Liam Proven Liam Proven · 2025-08-11 · via The Register - Software: Virtualization

Virtualization

Viennese virtualization veteran releases Proxmox VE 9 and Backup Server 4

Making a bit of a FOSS with Virtual Environment update

Viennese virtualization veteran Proxmox has updated its hypervisor and its storage offering to new, Debian 13 versions.

Austrian FOSS vendor Proxmox, which celebrates its 20th anniversary this year, has released new versions of its Debian-based hypervisor Proxmox Virtual Environment and its companion product Proxmox Backup Server. Both are based on Debian 13.

The release notes for Proxmox VE 9.0 form part of the product roadmap, but there is also a more discursive press release for the new version. Proxmox is built from several separate FOSS products, integrated and presented with a custom web management UI.

Debian is one of them, but it's not an unmodified version: the company changes the underlying Debian to add more features. In addition to Debian itself, Proxmox VE is built around the KVM hypervisor and the tools provided by QEMU 10.0.0.2. It can also run containers, via LXC 6.0.4, and handle storage clusters via Ceph "Squid" version 19.2.3.

While Debian 13 uses kernel 6.12, Proxmox ships a newer version – it comes with kernel 6.14. Proxmox also adds the ZFS filesystem to the kernel, and Proxmox VE 9 includes OpenZFS 2.3.3, which was released in June. We covered the release of OpenZFS 2.3 in January, describing maybe its most significant new feature: RAID expansion. This has been a long time coming – we covered it in February 2022. How it works is described in detail in the pull request, but it lets you enlarge RAID-Z arrays by adding a new drive. The array is then resized to include the additional space from the new drive, and it can be used normally while this is underway.

(It's significant that adding a new drive merely makes a bigger array of the same level: you can't transparently migrate between different RAID levels, or at least, not yet. If you have a RAID-Z2 array, meaning two parity drives – like conventional RAID level 6 – then after adding a drive, it will still be a RAID-Z2 with two parity drives, just a bigger one.)

Proxmox VE 9 isn't just a version update; it also has new features. VMs with thick-provisioned LVM storage – meaning that all the space of their virtual drives was allocated at once when they were created – now gain snapshot support, which is also supported on network storage accessed over iSCSI or Fibre Channel. The software-defined networking stack (SDN) now has Fabric support, meaning multiple redundant communications paths over multiple network ports and connections. Its High-Availability Cluster functionality now supports setting affinity values, meaning that you can tell the cluster which VMs should be kept close to others for the best performance. Its web UI is implemented in Rust using the Yew framework and now works better on mobile browsers.

Proxmox Backup Server 4.0 has release notes in its separate product roadmap. It's based on the same core OS as its bigger sibling: Debian 13, plus kernel 6.14 with added OpenZFS 2.3.3. This isn't a full NAS distro – there are plenty of those to choose from out there already. It shares the new RAID-expansion feature with its sibling product, but has some new tricks of its own as well. When a removable datastore is mounted, this version can be configured to automatically synchronize to the newly available volume.

It's a technology preview in version 4.0, but the Backup Server now also supports S3 storage. Originally an AWS offering – the name stood for Amazon Simple Storage Service – S3 is now a standard API and is also offered by other cloud providers as well, such as Hetzner Object Storage or Ionos Object Storage. It's an object store, rather than file- or disk-based. A Backup Server 4.0 box can now attach to S3 storage buckets and use them for holding backup data. The advantage of this is disaster recovery: although one Backup Server controls one S3 instance, should it fail, the backups won't be affected. You can just bring a new storage server instance online, and then retrieve the remote backups.

Upgrades from the existing version versions are supported and documented. Proxmox describes upgrading from VE 8.x to 9, including a list of known issues, and also how to upgrade from Backup Server 3.x to 4.

Downloads of ISO installation media for both products are available now. It's also possible to install the Proxmox VE hypervisor and tools on top of an existing instance of Debian, for instance if you want to do custom disk partitioning. The company also has documentation covering installing Proxmox VE on Debian 13. ®