med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

338
active users

#proxmoxve

0 posts0 participants0 posts today

For anyone still using or considering the free #oVirt as virtualization management platform:⚠️ Please don't. It is a broken nightmare on community life support.⚠️

After #RedHat has ended support for its commercial spin Red Hat Virtualization (RHV) last year the development of oVirt practically came to a halt.

There hasn't been an official stable release for over a year despite security issues, and numerous bugs. The official recommendation is to use nightly releases to get the latest fixes. Too bad you won't be able to roll back via DNF if an update fails because older nightly releases are gone from the repo.

And yes, nightly releases do break oVirt at times. The latest nightly causes updates to fail because of incomplete dependency changes.

The web interface of the official mailing list is offline most of the time, the documentation is a confusing and outdated mess.

Upgrades to newer Linux distribution releases such as RHEL 9 or even 10 based systems are extremely painful and not officially supported.

Move your VMs to #ProxmoxVE or any other actively maintained KVM based solution.

Proxmox VE 9.0 released based on Debian 13 "Trixie", with snapshots for thick-provisioned LVM shared storage, affinity rules in HA clusters, new fabrics function for SDN, support for adding new devices to a ZFS RAID-Z Pool with minor downtime

proxmox.com/en/about/company-d

ProxmoxProxmox Virtual Environment 9.0 with Debian 13 releasedLatest announcements for Proxmox.

🤫 Pssssst - ProxLB 1.1.5 for your Proxmox Clusters has been released!

Just one small new feature:
* You can now use custom ports for the API request

This becomes handy when using additional/external load balancers on different ports than tcp/8006. Have fun :)

Happy to announce, that there'll be a talk about my #ProxLB project at the Dutch #Proxmox Day 2025!

In "The Art of Balance – Dynamic Load Management in Proxmox with ProxLB", @formorer (from our company @credativde speaks about the opportunities by integrating such solutions into your Proxmox cluster!

Thanks to the Tuxis Team for providing us this opportunity!

Feel free to join the Dutch Proxmox Day - 25.09.2025!

Proxmox for Enterprises: Imagine DRS-Like Guest Load Balancing!

ProxLB automatically rebalances VMs & Containers across a Proxmox cluster based on memory, CPU, and local disk usage, and can suggest the best nodes for further automation within CI/CDs. It supports maintenance mode, affinity and anti-affinity rules, and integrates seamlessly with the Proxmox API and ACL system. No SSH, just pure API! The best - it's free & #opensource

My wifey approved #homelab had to move...

The reason is easy - you can probably already guess that there might be some thermal problems raising on the left picture. It resulted into permanently spinning & annoying fans. Also the temperatures went a way too high. So, easy solution - everything moved into a metal shoe rack under my working desk. From ~80°C CPU temperature it dropped to ~65°C without spinning fans.

Want to get rid of license costs of your #VMware environment? Switching to #Proxmox & looking for enterprise features like DRS? #ProxLB (opensource) has you covered!

With ProxLB you extend the features of your Proxmox cluster with DRS alike features including affinity & anti-affinity support, maintenance mode and soon also power management (DPM alike) and automated security patching!

github.com/gyptazy/ProxLB

GitHubGitHub - gyptazy/ProxLB: ProxLB - (Re)Balance VM Workloads Across Nodes in Proxmox Clusters. A Load Balancer for Proxmox - and more!ProxLB - (Re)Balance VM Workloads Across Nodes in Proxmox Clusters. A Load Balancer for Proxmox - and more! - gyptazy/ProxLB

From #VMware to #Proxmox VE: Step-by-Step Escape Plan
#ProxmoxVE has become a popular platform because of its #opensource nature. Using the built-in import tool, they go through the steps for migrating a #virtualmachine from a standalone VMware #ESXi server to Proxmox Virtual Environment.
You can shift workloads with minimal downtime and disruption by following the right preparation steps: verifying compatibility, cleaning up VMware Tools, and configuring import settings.
storagereview.com/review/esxi-

StorageReview.comFrom VMware to Proxmox VE: A Step-by-Step Escape PlanLearn how to migrate VMs from VMware ESXi to Proxmox VE using its built-in import tool, with tips for optimizing Windows post-migration.

Been testing out the #virtiofs support now baked into #proxmoxVE. It works, had to do some #selinux adjustments on #fedora to allow my #podman containers to use the mountpoint. Added this policy

```
(allow container_t unlabeled_t ( dir ( read write )))
```

In raw speed it is definitely not a winner - #nfs is easily double the speed. But on this particular VM I don't need the speed - it is nice that this is all self-contained now, and I can actually remove NFS altogether.