this post was submitted on 24 Nov 2023
1 points (66.7% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

I had proxmox with unattended updates in VMs, but VMs sometimes hangstop booting, encounter DNS issues, etc. That’s not something that I can rely on!

I want to run a vm and make sure the service in it is always available. The users should always have access to the service through Cloudflare tunnels. The bare metal installation works for a long time, but not VM installation. I can tolerate a 30 minutes fix once year, but it won’t work telling users sorry there is a problem this week with my server!!!

How to set up this VM?

So far, the solutions that I found are, set up automatic ZFS snapshots every 15 minutes, and set up another proxmox server with proxmox backup server, ready to boot from backup.

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 10 months ago

Not sure what you expect. Hangstop booting and DNS issues is so vague, could you provide more details? What happens exactly and how do you fix it usually? Any logs you can provide? What OS is running on the VMs?

[–] [email protected] 1 points 10 months ago

Yeah. Unless I purposefully or accidentally mess something up, my VMs run great without interaction. But either way, I usually have to manually change something to create an unstable vm.

  1. Check your host syslog (it’s available in the GUI) and it should give you an idea of why the VMs are hanging.

  2. Have you considered a high availability cluster? It’s literally the tool that exists for what you want.

PBS is cool for like a disaster recovery scenario, but it shouldn’t be the tool you go to for frequently unstable VMs. That’d be a fabric bandaid at best, but leaning heavily to a liquid bandaid in practice.

[–] [email protected] 1 points 9 months ago

I suppose you could deploy an HA cluster using either Ceph or StarWind VSAN HA storage technology. These solutions replicate data across cluster nodes, ensuring your VMs are highly available. They both fit Proxmox.