Ich bin nicht der OP, aber ich antworte dennoch mal..., nur zu Unterhaltungszwecken...
Naja..., warum nicht so arbeiten?
Ich verwende PVE extensiv an mehreren Stellen, in meinem Keller läuft ein (total oversized) Cluster. Mit den üblichen...
Und wie sieht es mit diesen Geräten aus: https://minisforumpc.eu/products/ms-01 bzw. https://minisforumpc.eu/products/ms-a2-mini-pc ?
Für ein Homelab bieten die aus meiner Sicht mehr als genug Leistung.
One other thing that comes to mind, your lsblk output of nvme1n1p3 (LVM of the 1TB) shows NO vm-vmid-disks in the pve-data-tpool. You claimed all your VMs reside here. So, this maybe concerning, assuming all VMs are supposed to be on that drive...
Jau, auf den VPS will ich nur verschlüsselt backupen, daher push. Danke allen.
Ich hatte auf beiden jeweils zwei Datastores angelegt, damit es nicht zu Dubletten kommt, das kann ich jetzt abreißen.
Thanks, it's a lab env although some workloads will probably be production due to rigidity in the rest of the org (not a great situation but not something i can change), I wasn't (and am still not) planning on passing through NICs my main concern...
Trying to understand your setup, what does this show:
cat /etc/pve/storage.cfg
I'm also wondering, if the added 2tb "ever" worked. What is possible, is that the mountpoints being unavailable, you may find that in fact all the backups are stored...
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...
The irony of the situation is that just a few days ago I finished assembling the hardware to work on setting up PBS. Just hadn't quite gotten to it yet.
It is quite possible that this was not setup "correctly." It was my first Proxmox box, hence my hesitancy in exactly what was done. Past-me took some notes, but apparently left out some crucial details. Regardless of the correctness of the setup...
I've finally narrowed down the exact settings / what is causing the issue. I've been repeating installs on 4 different proxmox host machines over and over changing one thing at a time and comparing. It's the SSD and Discard flag being set...
@Upstairs_Cycle384 Not sure why Windows still detects it, maybe querying the CPUID leaf directly still works or something. Regarding the other question, there is a custom CPU model editor coming with the next Proxmox VE 9.2 point release. There...
Und wie sieht es mit diesen Geräten aus: https://minisforumpc.eu/products/ms-01 bzw. https://minisforumpc.eu/products/ms-a2-mini-pc ?
Für ein Homelab bieten die aus meiner Sicht mehr als genug Leistung.
Thanks for the above markc.
In my case, I had multiple disks (zfs raid 10). This makes it a little easier since you need to remove old kernels from all of the disks:
mkdir /tmp/fixme;
for i in $(cat /etc/kernel/proxmox-boot-uuids); do
echo...
A quick update.
First of all, even though the guests are not running systemd, nesting=1 is enough to solve the issue. I am wondering why.
Second, I was under the impression that some guests worked, but it was only because it was their first boot...
Updated to v0.8.0 — heads up: includes default behavior changes
This release is a breaking change: behavior on a fresh run is different from v0.7.x, even though nothing about the CLI or config changed. If you upgrade and see datasets being...