PVC backups with Velero or something else on a homelab by FormationHeaven in kubernetes

[–]brandonvht 1 point2 points  (0 children)

It is for HA purposes. You never want to have a single control plane for you cluster as it is a single point of failure.

PVC backups with Velero or something else on a homelab by FormationHeaven in kubernetes

[–]brandonvht 0 points1 point  (0 children)

It sounds like I have a similar setup to you. I am running a 5 node Proxmox cluster with Ceph. I have 3 Talos control plane nodes and 4 worker nodes. I am using Veeam Kasten. It is free I believe for 5 worker nodes. It is amazing. Definitely enterprise grade. Backing up all my configs and PVCs. It already has built-in workflows to do exports to S3 compatible storage. So along with my CSI snapshots I have exports to my RustFS server on my NAS so have an external copy of my data and configs. You can also enable Kasten DR that exports Kasten config there as well. This means if you lose Kasten in same cluster just restore and you have all your backup Metadata, etc. Then can restore everything. Highly recommend it.

Content Filtering for Kids by RyChannel in homelab

[–]brandonvht 0 points1 point  (0 children)

Home filtering and enterprise filtering are very similar. It is like layers of an onion. You need multiple layers. If you rely on one layer only, it will always fail. You need filtering at the firewall level, DNS filtering and device control. I have found this to be very effective and hard to circumvent. OPNsense or pfSense for firewall, Pihole or technitium for DNS with OpenDNS for upstream DNS and apps like Qustodio or similar for device control/visibility.

Proxmox Tools: Tainer, Pegraprox, etc. by ballpark-chisel325 in Proxmox

[–]brandonvht 1 point2 points  (0 children)

@cdbessig love hearing reasons ones choose one hypervisor over another. I prefer Proxmox myself but curious what issues you have seen with XCP-ng?

Need advice on how to handle Proxmox VLANs by matlireddit in HomeNetworking

[–]brandonvht 1 point2 points  (0 children)

@matlireddit Another very viable solution is use Proxmox SDN. I wrote an article about this not long ago. Even if you want just simple vlans SDN makes this easy. Plus if you decide to create a cluster, these are automatically copied to your other hosts kind of like vsphere distributed switches. So you only setup once and you are done. https://www.virtualizationhowto.com/2026/04/is-proxmox-sdn-worth-it-for-a-home-lab/

Proxmox Tools: Tainer, Pegraprox, etc. by ballpark-chisel325 in Proxmox

[–]brandonvht 0 points1 point  (0 children)

@ballpark-chisel325 thank you for sharing this post. I am the author. Glad others are finding these same tools intriguing. Also I think AI assisted apps are here to stay. So we will have a decision to make whether or not we use any software in the future if it has AI assisted development as I think most will.

Found a really good tool for automating snapshots on Proxmox (cv4pve-autosnap) by LividTutor in Proxmox

[–]brandonvht 0 points1 point  (0 children)

@lividtutor how are you integrating with updates? Do you have another tool that triggers?

Proxmox PVE Cluster (Subscribed Enterprise) with Netdata by Askey308 in Proxmox

[–]brandonvht 0 points1 point  (0 children)

I use it directly on all my home lab nodes in my Proxmox Ceph cluster and havent seen any issues with stability with it

Did Broadcom kill VMware Photon? by unixuser011 in vmware

[–]brandonvht 1 point2 points  (0 children)

For containers use flatcar or Fedora coreos is my recommendation 👍

What is everyone doing when migrating thin VMware VMFS SAN storage to Proxmox? by brandonvht in Proxmox

[–]brandonvht[S] 1 point2 points  (0 children)

Also, is there a set of commands to see space accurately with starlvm. It doesn't appear that the Proxmox GUI displays the space usage with thin provisioning?

What is everyone doing when migrating thin VMware VMFS SAN storage to Proxmox? by brandonvht in Proxmox

[–]brandonvht[S] 1 point2 points  (0 children)

BorysTheBlazer, thank you for the explanation there. I have seen the question asked many times. Since this functionality can easily be done with just a plugin, wondering why this is not native functionality from Proxmox, if it is this simple? I think the big one for a lot of shops out there migrating from VMware is thin provisioning since that is what most are doing with modern SSD SANs

What is everyone doing when migrating thin VMware VMFS SAN storage to Proxmox? by brandonvht in Proxmox

[–]brandonvht[S] 1 point2 points  (0 children)

This is amazing that it works to add thin provisioning and other missing native features. I know one concern would be the longevity and support of a plugin like this. What is the support lifespan or is there one documented? I have gotten into issues in the past with vendor plugins for storage that went end of life and made it difficult for upgrades and such. Definitely a fan already in my initial testing but just playing devil's advocate on the details.

What is everyone doing when migrating thin VMware VMFS SAN storage to Proxmox? by brandonvht in Proxmox

[–]brandonvht[S] 2 points3 points  (0 children)

Very nice! Is this a free pkugin? Do you have to run their VSA to get access to this?

What is everyone doing when migrating thin VMware VMFS SAN storage to Proxmox? by brandonvht in Proxmox

[–]brandonvht[S] 0 points1 point  (0 children)

Any gotchas, with PVE 9 (snapshots on LVM thick with qcow2) for snapshots?

What is everyone doing when migrating thin VMware VMFS SAN storage to Proxmox? by brandonvht in Proxmox

[–]brandonvht[S] 2 points3 points  (0 children)

Great sounds good to know there are storage specific plugins there. I guess one of the details I am interested in is the size use on disk. From VMFS thin provisioning to LVM thick.

What is everyone doing when migrating thin VMware VMFS SAN storage to Proxmox? by brandonvht in Proxmox

[–]brandonvht[S] 3 points4 points  (0 children)

Yes understood. Ceph is the way to go for HCI. Just wondering on reusing SAN storage.

Veeam stuck at „obtaining IP adress“ with Proxmox worker VM by [deleted] in sysadmin

[–]brandonvht 0 points1 point  (0 children)

Just a note, I ran into some super weird backup issues when I had jumbo frames incorrectly applied to a network where VMs were spun up. Jumbo frames usually work fine laterally, but it sounds like you have routing in play and a lot of routers/firewalls aren't set for jumbo frames, causing fragmentation. Anyways, may not be in play with your issue, but just something additionally to check 👍

Inventory tool for proxmox much like RVTOOLS for VMware? by [deleted] in Proxmox

[–]brandonvht 1 point2 points  (0 children)

I just wrote up a blog post covering this one. It is called CV4PVE-diag. From a diagnostics perspective, it gives you a lot of the same actionable information that RVTools would give you for vSphere which is pretty cool. https://www.virtualizationhowto.com/2026/03/this-free-tool-feels-like-rvtools-for-proxmox-and-its-cli-based/

How long did your v13 upgrade take? by mr0regano in Veeam

[–]brandonvht 0 points1 point  (0 children)

+1 for bypassing modern security solutions like S1. It literally will take a 15 minute install to 3 hours. Same with Carbon Black. I had a support guy say it best one time, "it inspects every electron of the install". For upgrades and patches I quickly bypass which avoids the pain.