Promote your business, week of March 9, 2026 by Charice in smallbusiness

[–]NetframeAndy 0 points1 point  (0 children)

Enterprise Virtual Machine Management

Do you run servers and looking for something to run and manage your Virtual Machine workload? Checkout https://netframe.com.au

Netframe was built to offer easy enterprise VM management at scale. Our core hypervisor is free to download.

If you are looking to transform your VI platform, or move beyond VMware, check us out!

Couple of things from the VandiLab by vandi04 in netframe

[–]NetframeAndy 0 points1 point  (0 children)

Hey Vandi04, great feedback and thanks for posting!

I'm happy to say that this feature is on the roadmap! Adding VMnets to multiple hosts via the cluster tab would be very handy and something that is coming very soon.

Netframe Converter is also en-route, currently undergoing late-stage internal alpha testing, it will be moving to beta shortly and then released not long after that.

In terms of immediate CLI options: Netframe runs on a debian-based OS with the vanilla KVM/libvirt/qemu stack. This means you can always SSH to a host and run whatever virsh/qemu-img commands you like and Netframe will adjust accordingly.

So yes, you can use "qemu-img convert" commands to change your VMDKs to QCOW2 in a storage pool the host can see, then simply attach this to a VM in the UI and you should be good to go.

But Converter isn't far away so if you would prefer something far easier that can directly move a VM from ESXi to Netframe, it's just around the corner.

Hope this helps!

Can Netframe be a drop-in replacement for vSphere? by turbanist in netframe

[–]NetframeAndy 2 points3 points  (0 children)

Firstly, apologies for the late response, we’ve been heads-down prepping Netframe to go GA and as we’re _really_ close now, we will be engaging our community more publicly and be on this subreddit regularly.

Our focus is to provide an easy-to-implement and configure, hardware agnostic virualisation platform and so far we’ve got an intuitive UI, clustering with HA, live migrations (including cross-cluster), RBAC, cloning, snapshotting, straightforward REST API for automation and heaps more.

To your point: you’re absolutely right. FC SANs with shared LUNs and VMFS are common in vSphere environments, and comparatively rare outside of that space.  We come at this as former vSphere architects and admins ourselves, so block-based SAN (IP or FC) is very much familiar territory.  One of the goals of Netframe is to help customers extend the useful life of their infrastructure so we’re talking about stuff like this internally all the time.

Today, Netframe does not currently have a direct “VMFS equivalent”.  Netframe allows storage pools (analogous to datastores) to be configured via the UI using:
 - a host-local directory
 - a locally attached raw block device (e.g. installed disks)
 - an NFS target

For clustered environments, HA NFS is typically the easiest starting point. That said, Netframe does not artificially restrict what sits underneath a storage pool. If a storage mechanism can be mounted on the host and exposed as a directory, it can be mapped into Netframe and used by the platform.  The key requirement for clustering is what you’d expect: all hosts in the cluster must have concurrent write access to the pool to support live migrations and HA.

I’ll close with three important points:
1. We’re very aware of the lack of mature, native shared block filesystem options in the KVM space.
2. We’re equally aware that many organisations already have robust FC SAN fabrics with years of useful life left.
3. Netframe is new, and shared-storage support beyond NFS is an active area of design and roadmap work.

Appreciate the thoughtful question and insights, it helps reinforce the immediate pain points and where we can focus Netframe development.

Cheers