Hello!
I have recently upgraded my homelab server. I moved from a Optiplex Micro 7090 with i5-10500T to a Optiplex Micro 7000 with i5-12500T. This upgrade was done by moving my SSD and RAM over to the new mini pc.
After the change, i am...
Thanks for your input, Johannes S.
This is exactly why we are testing as much possibilities as we can.
And, at the moment, we are learning very much every day.
In the past we would have installed a small VMWare cluster with shared storage...
None of this worked. I tried a bunch of different combinations of bridges and this and that... The only thing that worked was keeping it simple. No bridges, vmbr210, no nothing.
For your proxmox host, keep everything default. Don't uncheck the...
It depends on your usecase. If you want to have still a working cluster if two nodes get down (due to maintenance or failure) you will need more than three nodes for the reasons Udo explained in his writeup. But if you are fine with just being...
SSorry for my English. It seems to have been resolved, it was an x-systemd.automount inserted in fstab, a USB disk that was no longer working. This seems to have saturated the processes and prevented The login and trusted communication between...
These basically show similar things to zpool status and zfs list. RAIDZ has padding overhead and the GUI also mixes different units (TB vs TiB) and that's where the discrepancy comes from.
This was talked about here:
-...
That is why everybody will recommend you to use mirrors for blockstorage hypervisors and not RAIDZ.
RAIDZ can be good for files, but is not good for block storage.
Short overview on how this works:
4k secotor size is the default. So you will...
You can backup the host the same way like any Linux Server with the backup tool of your choice. I use restic + resticprofile but any backup tool for Linux will do since in the end Proxmox products are customized Debian.
Now if you prefer to use a...
Never used it with this option in my mind. Although I thankfully recognized that I only need one instance of that script per cluster, so obviously it integrates into PVE :-)
SSorry for my English. It seems to have been resolved, it was an x-systemd.automount inserted in fstab, a USB disk that was no longer working. This seems to have saturated the processes and prevented The login and trusted communication between...
That is why everybody will recommend you to use mirrors for blockstorage hypervisors and not RAIDZ.
RAIDZ can be good for files, but is not good for block storage.
Short overview on how this works:
4k secotor size is the default. So you will...
used op's solution, e1000e is successfully blacklisted (first time i was writing wrong command)
still getting (at restart) "Preparing to enter sleep state S5" and dump trace after a timeout of 120 seconds, repeated.
maybe it;s also another thing...
Having spent the last few days fighting all the subtle parts of getting this working, I put together a quick guide on how to get Proxmox, running on a Strix Halo, machine, with working GPU passthrough into LXC containers. To be clear, this is a...
Hi All
Fairly new to Proxmox ;)
Trying to create a BU of a CT and keep getting this response
"ERROR: Backup of VM 101 failed - command 'set -o pipefail && lxc-usernsexec -m u:0:100000:65536 -m g:0:100000:65536 -- tar cpf - --totals...