you need 3 nodes for a cluster. with 2 nodes, if 1 node goes down, the other node will be readonly. (or install corosync qdevice on pbs for the third corosync vote).
you can use proxmox datacenter manager if you want to manage in a central way...
Yes, it does. In fact, that's exactly what I used from 2017 to 2019 when it was still under maurer-it.com. However, just like with OP, suddenly they asked for a VAT number. Obviously, I don't have one as a home user. After telling them this, they...
Geschichten, die das Leben mit LXCs schreibt und es hierhin passt.
Ich setze seit gefühlten Äonen Apache Guacamole als Fernsteuerungsproxy ein.
irgendwann kam ich auf die naheliegende/dusselige Idee, selbiges zu virtualisieren
Da ich damals noch...
Hey thanks so much i do i have a backup of the vm on a pbs so thats all good. i will go ahead and reinstall node 1 and get pve back up and get a cluster working.
can i just ask, Is this a downside to having a cluster, if 1 of the nodes does...
You are correct and the post was edited.
I had to setup that Jellyfin LXC again coz I created the first one with way too smal storage even tho nothing is being stored in it, and all I did this time was:
1. Mount the passthrough
2...
There was 2 changes:
1] update PVE8 from 9/2025 (5 hosts) and 1/2026 (2 hosts) to current - to get cluster on the same version
2] added "ovs_options mcast_snooping_enable=false" to vmbr0 - due failing ipv6 in VMs after manual migration
So if...
Hi,
Typical USB hub allows connecting multiple devices to one host. Not one device to multiple hosts. For your use case you'd have to use USB-over-IP solution. It's a kind of USB hub that has ethernet port and can inject the usb device into any...
Hi,
Generally speaking NFS is a good all-rounder. It fits almost any use-case. In terms of VM storage it's not perfect for IO intensive VMs. You can help it by using jumbo frames (MTU9000). Proxmox does separate backups and VMs logically so it...
Wie ich schon schrieb, die VMs und Container sind allesamt genau so wie vor dem Update. Da hat sich am Grundrauschen der Auslastung nichts geändert. Perf, sprich die entsprechenden Linux-Tools, sind wohl nicht und lassen sich auch nicht...
First, create a Zpool as usual, and then create an encrypted dataset [0] so that all datasets and subvols created under it are also encrypted.
[0] https://pve.proxmox.com/pve-docs/pve-admin-guide.html#zfs_encryption
so, no backup :/
you can try to recreate the vm without disk from the gui, with same id, then write the disk config in the vm config manually.
(/etc/pve/nodes/<node>/qemu-server/<vmid>.conf) scsi0:.....
not sure about others files for the...
Yes, here is :
cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface nic1 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.30.7.151/27
gateway 10.30.7.129
bridge-ports nic1
bridge-stp off...