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...
Yes. For Kubernetes nodes to interact with Ceph directly (via RBD or CephFS), they need to be on the Ceph public network. Without that direct line of sight, the Kubernetes workers won't be able to map the block devices or mount the filesystems...
I think I understand now.
When the VM is stopped then started and this is in place "ms-cert=2023k", it does exactly what enroll-efi-key does right before it actually powers it on.
New LTO generations are still being released, autoloaders and libraries handle the swapping, and WORM media gives you actual physical protection-not just a software flag that can be cleared. Tape is cheap per TB over its whole lifetime and, more...
a container in zombie state would do what you experience. use ps to find the process (it would be in a permanent 'D' state.)
The good news is that the rest of your containers work normally and you can use pct commands to control them. the bad...
Yes, it appears that nvme0n1 which is a WD 2tb drive is the one you referred to as "data" above.
Proxmox appears to be installed on the other (1tb, Crucial?) & it would appear that you have a "regular" ext4 installation, so non-zfs. Although it...
nvme1n1 vs nvme0n1 ----it is definitely nvme0n1 as of checking today. The original post was made late at night after staring at the screen for many hours. Sorry for the confusion. Hand transposing out of a recovery mode terminal onto the forum...
Multiple sync and backup jobs feeding the server not to mention verification jobs so there is always traffic, and the remote side does show get and download chunks, but pretty much locks up the browser as those are too verbose/long for multi-TB...
I agree with you jlauro, it would be a very useful feature to see sync status during the sync in order to see how much, how fast, etc the sync is happening.
We will re-evaluate it, but cannot make any promises.
What we also look into periodically is reducing the attack surface in general, like we started rolling out some simple but relatively effective approach to block autoloading of various niche...
Thanks for all the informations and work already done above!
I'am currently on the way to test the downgrade of pve-qemu-kvm to 10.1.2 to see if that helps. In my book, the kernel of the host is less likely the cause here (this is only a bet). I...