Made4it

Alternatives to VMware in 2026: Discover Huawei FusionCompute

Anyone who works with virtualization has already realized that VMware has become a different conversation since the Broadcom acquisition. The focus has shifted from “What features do I need?” to “How much will this cost at the next renewal?” For many customers, this shift has opened the door for Proxmox. It makes sense. But there’s a third option that almost never comes up in initial meetings: Huawei FusionCompute.

The platform is neither new nor experimental. It is currently at version 8.10, has extensive technical documentation, and is used by telecommunications companies, banks, and government agencies around the world.

In Brazil, it still rarely comes up in discussions about replacing VMware. And maybe it’s time to take a closer look at it.

What is FusionCompute?

FusionCompute is Huawei’s virtualization layer for data centers. It runs on physical servers, provides VMs, manages CPU, memory, networking, and storage, and is part of Huawei’s DCS solution.

The architecture revolves around two components:

CNA (Computing Node Agent): Runs on each physical server, implements the UVP hypervisor, and manages VMs locally.

VRM (Virtual Resource Manager): The VRM is the central brain and handles cluster management. It controls resource scheduling, VM lifecycle management, IP and VLAN allocation, and provides the web-based administration interface. It runs in active/standby mode with automatic failover within 1 to 2 minutes if the active node goes down.

The UVP hypervisor is based on KVM, just like Proxmox, but it runs on a bare-metal architecture without an intermediate host OS, similar to ESXi.

Comparison table of the three platforms

The table below helps distinguish between actual architectural differences and differences that are merely due to commercial packaging.

FunctionalityVMware ESXi / vSphere 8Proxmox VE 9.2Huawei FusionCompute 8.10
Hypervisor typeBare-metal (ESXi)Type-1 (KVM + QEMU)Bare-metal (UVP/KVM)
Hosts per clusterup to 96No explicit limit*up to 128
VMs per clusterup to 8,000No explicit limitup to 8,000
LicensingSubscription required; min. 72 colors/CPU Open-source (optional paid support)Huawei Business License
VM HA✅ Automatic, independent of the management node
Live Migration✅ vMotion
Storage Live Migration✅ Storage vMotion
Automatic load balancing✅ DRS (included in the bundle)✅ Dynamic Load Balancer (since PVE 9.2)✅ Integrated DRS + DPM
Automatic Power Saving (DPM)✅ Automatically shuts down idle hosts
Intelligent Memory Overcommit✅ (ballooning)✅ (ballooning + sharing + swapping; x86 and Arm)
Thin Provisioning
Distributed Virtual Switch✅ vDS (in the paid bundle)✅ OVS/SDN✅ Native DVS
SR-IOVLimited
GPU Passthrough
GPU Virtualization✅ (NVIDIA vGPU)✅ (NVIDIA vGPU, starting in 2025)✅ (Integrated Intel vGPU)
Containers / Native K8s❌ (Tanzu, separate and paid)✅ (LXC; no native K8s support)✅ Integrated K8s
Fully multi-tenant✅ (with add-ons)✅ (VPC, ECS, ELB, NAT, etc.)
Orchestrated DR✅ SRM (paid)✅ Built-in UltraVR
Agentless Backup with CBT✅ (through third parties)✅ Proxmox Backup Server✅ Native eBackup
Arm Support
Diagnostic Black Box

The official Proxmox documentation does not specify a limit on the number of nodes per cluster. The practical upper limit depends on network hardware and latency; there are reports of clusters with more than 50 nodes in production using enterprise-class hardware.

What stands out about FusionCompute

Cluster scale

FusionCompute supports 128 hosts and 8,000 VMs per logical cluster, with up to 4,096 hosts and 80,000 VMs managed per instance. VMware supports up to 96 hosts per cluster in vSphere 8. Proxmox does not have a documented upper limit, but stability in very large clusters depends heavily on how the management network was designed.

For large enterprise data centers, support for 128 hosts per cluster with a total scale of 80,000 VMs is a major advantage.

DRS and DPM: Energy-Saving Scheduling

FusionCompute’s DRS monitors host load in real time and automatically migrates VMs to balance CPU and memory usage across the cluster, without manual intervention. This is equivalent to what VMware offers in the vSphere bundle and what Proxmox now offers with the Dynamic Load Balancer in PVE 9.2.

What sets FusionCompute apart here is DPM (Dynamic Power Management): when the cluster’s load drops, the system consolidates the VMs onto fewer hosts and automatically shuts down idle servers. When demand rises, the hosts are restarted. For environments with varying workloads throughout the day or week, this results in real energy savings without the need for external automation.

Three-Layer Memory Overcommitment

FusionCompute combines ballooning, memory sharing (identical pages across VMs are consolidated into a single physical copy), and swapping to allow a server to provide more virtual memory than the available physical memory. Proxmox uses ballooning but does not natively implement memory sharing between VMs. The practical result is a higher density of VMs per host on FusionCompute, especially when workloads have similar memory usage profiles.

This feature works on both x86 and Arm, which is a key advantage in environments with Kunpeng servers or similar systems.

Three-dimensional resource-based QoS per VM

While Proxmox offers basic controls for CPU shares and limits, FusionCompute allows you to configure three independent parameters per VM:

Quota: the proportion of CPU that the VM receives during resource contention among VMs on the same host.

Reservation: the guaranteed minimum amount of CPU that the VM will always receive, even under high contention.

Limit: The absolute maximum amount of CPU that the VM can consume, even when the host is idle.

The same model applies to memory, networking, and storage IOPS. This matters when the same cluster hosts a mix of production, validation, and less predictable workloads. Without a well-defined resource policy, a resource-intensive VM can become a problem for another area.

Five-Layer VM Isolation

The UVP hypervisor implements isolation between VMs in five dimensions: physical resources, vCPU scheduling (via VMCS), memory (with three levels of addressing that prevent VMs from accessing each other’s memory), internal networking (with VRF and packet filtering), and disk I/O.

In addition, each host has an embedded Black Box that records critical kernel information in non-volatile memory when an exception occurs. In the event of any system failure, the diagnostic data is preserved for post-mortem analysis, which greatly simplifies troubleshooting in production environments.

Multi-tenancy as part of the architecture

Proxmox was not designed for multi-tenancy. VMs from different customers can coexist on the same cluster, but network and storage isolation between them is the responsibility of the person configuring the system, not the platform.

FusionCompute, integrated with the full DCS stack via eDME, offers native multi-tenancy with a VPC per tenant, fully isolated ECS, ELB, NAT, a virtual firewall, and separate storage policies. For those who need to deliver IT resources as a service to different business units or customers, this is an architectural difference.

Backup and Disaster Recovery within the Huawei stack

In Proxmox, the Proxmox Backup Server handles backups well, but orchestrated disaster recovery (DR) across sites requires third-party solutions. In VMware, Site Recovery Manager covers this, but it is an additional paid product.

In the DCS stack, UltraVR provides orchestrated disaster recovery (DR) with support for topologies involving two, three, or more data centers, with zero RPO in active-active and automated failover scenarios. eBackup performs continuous incremental backups of VMs using CBT (Changed Block Tracking), without requiring an agent to be installed inside each VM.

Who does this make sense to?

FusionCompute doesn’t really fit into every discussion. For small environments with few hosts and teams looking for low licensing costs, Proxmox remains a very strong option.

The game changes when you have dozens of hosts, a formal SLA, cross-site disaster recovery, segmentation by area or customer, and the need to operate everything with fewer loose ends. In this type of environment, FusionCompute starts to make more sense.

It also works more seamlessly when the customer is already using Huawei hardware, especially servers, OceanStor storage, or CE switches. Integration doesn’t solve everything, but it reduces operational friction.

Arm could also be a factor here. As Arm chips gain ground in data centers, FusionCompute’s native support for Arm processors—which offer feature parity with x86—could be a deciding factor in environments that are already considering Kunpeng servers or similar architectures.

Migrating from VMware requires careful consideration. Migrating to Proxmox may be the right decision in many cases, but when the requirement is to maintain enterprise features such as DRS, orchestrated DR, per-VM QoS, and multi-tenancy, FusionCompute delivers these without requiring the setup of a large stack of external tools.

Market Context

A 2024 Gartner survey showed that 74% of IT leaders were actively evaluating alternatives to VMware. vSphere 7 reached end-of-support in October 2025, which accelerated migrations for those who were still putting off the decision. And customers who accepted 1-year bridge agreements in 2024 are now facing renewals with full VCF pricing.

The move away from VMware is no longer just a theoretical discussion. In many environments, it has become a project, a budget item, and a risk. It is in this context that FusionCompute needs to be evaluated: not as a curiosity from Huawei, but as an enterprise-grade option for those who do not want to trade one business problem for an operational one.

Next Steps

If the discussion about VMware has already reached the budgeting stage, it might be worth considering FusionCompute. Made4it can assist with this technical review: architecture, comparison with Proxmox and VMware, migration risks, operations, and disaster recovery (DR) design.

Contact us to see if it makes sense for your environment before deciding on a migration path.

Sources: FusionCompute Product Documentation v8.10.0 (Huawei, May 2026) · DCS Product Documentation v2.2.0 (Huawei, February 2026) · Proxmox VE 9.2 Release Notes (May 2026) · Broadcom VMware Configuration Maximums vSphere 8.0

Made4it arises to meet the needs of the market, which has been demanding more and more personalized solutions.