should be "don't run anything production critical on consumer drives"
This is not a supported configuration. If you care about supported configuration, ZFS will be the only viable option besides running a hardware raid controller.
nothing for...
In meiner Welt läuft ein HomeLabserver nicht 24/7. Da ist der Stromverbrauch eher zweitrangig, sondern das Ding dient zum Ausprobieren und sollte viel Spielfläche bieten.
Ein Homeserver oder auch Produktivserver, der dauerhaft im Einsatz ist...
For a two-node cluster consider using dedicated storage ( SAN, NAS ) or ZFS storage replication. Both has it's caveats:
- Dedicated storage will become a songle-point of failure
- Storage replication is asynchronous so you need to decide whether...
@zeropage der Mutter-Fehler im journal ist erstmal harmlos, betrifft nur die Auflösungsanpassung. LMDE/Cinnamon nutzt Muffin statt Mutter, deshalb findet das vdagent die org.gnome.Mutter.DisplayConfig-Schnittstelle nicht. Maus- und...
Don't. Ceph needs at least three nodes unless you change the defaults ( and doing this is a bad idea, see: https://forum.proxmox.com/threads/ceph-pool-size-is-2-1-really-a-bad-idea.68939/ )
The recommended requirements in the documentation are...
Two years ago I tried to use Ceph in my homelab. My experience: https://forum.proxmox.com/threads/fabu-can-i-use-ceph-in-a-_very_-small-cluster.159671/
I am not a Ceph user now. But I would not start with fewer than five active nodes.
Just my...
Since ProxmoxVE is basically a front-end of qemu/kvm this should be quite straight-forward. There are wiki pages, which might be of interest to you:
https://pve.proxmox.com/wiki/Advanced_Migration_Techniques_to_Proxmox_VE#QEMU/KVM...
"gb" is not defined in this context. Probably (read: definitely) you have GiB --> https://en.wikipedia.org/wiki/Gibibyte#Multiple-byte_units
Scnr...
As usual: "it depends". This would just be my personal choice:
I would install (only) on the...
It can be uniquely identified by different kinds of IDs. This is not specific to Proxmox, for example see by-id section here: https://blogs.oracle.com/linux/know-your-devdisk-symlinks
is PBS over WAN ?
Too slow PBS can impact VM because when data change in VM, old data is first sent to PBS then VM wait PBS to finish, only after it's done, new data in VM can be effective written/modified.
There is fleecing option to mitigate...
Me again ...
Looks like a need to add a route for the "Wireguard Transfer Net" (10.2.2.0/24 in my setup) to gain access to the Proxmox server:
ip route add 10.2.2.0/24 via 192.168.37.254
Regards
Gullaume
Die drei Zahlen sind der klassische Load Average aus /proc/loadavg, also die 1/5/15-Minuten-Mittel. Das sind keine Prozent-Werte, sondern grob die Anzahl Prozesse, die laufen wollen oder im uninterruptible IO-Wait hängen. PVE zeigt da einfach 1:1...
@zeropage für deinen Fall (zwei Desktop-VMs, die du einzeln am Notebook nutzt) ist SPICE genau richtig. Der ganze Terminalserver-Kram (Guacamole/KASM/ThinLinc) ist für zwei VMs völlig overkill, das hast du ja selbst schon gemerkt. virt-viewer ist...