No, nevermind. I just got lucky. I've found every 1 in 10 restarts to be stable on the KVM.
I'm not sure at this point. I guess I'll just live with LXC (Which is still better than bare metal/docker!)
(Sorry, didn't realize the forum wouldn't like ".md" files... here is the write up:) I TRIED to get the formatting fixed from my original markdown file, but I'm sure I missed some!)
QR Code Threat Detection on Proxmox Mail Gateway
Summary
Adds...
the local nvme storage in the dell has 8 × 3.5 tb nvme drives with the h965i in non-raid mode. zfs is configured as four mirrored pairs, so i would expect it to perform differently than the raidz1 setup on the truenas.
one of my main goals with...
I'm using Wasabi and up until now has been rock solid as has Proxmox. Anyway I went to my remote systems in a different part of the country where I have a read only datastore to test restores and when I try to refresh the contents it also failed...
I noticed there are recent patches for NFSPlugin.pm (rpcinfo fallback / check_connection improvements).
Could this issue be related to the current check_connection() implementation in Proxmox VE 9.2.6?
Thank you!
That solved the issue.
I ran:
```bash
pct set 999 --mp0 /mnt/nas_media,mp=/mnt/test,shared=1
```
After that, `pct config 999` shows:
```text
mp0: /mnt/nas_media,mp=/mnt/test,shared=1
```
I then retried the migration:
```bash
pct...
First: Thanks xque for your write up! I wouldn't have been able to get this going without your notes!
Unfortunately, by the time I got a chance to sit down and go through setting this going, I wasn't able to get things going from your notes...
Found the issue - was my fault - from an prior installation on other hardware (without boss card), there was still "GRUB_CMDLINE_LINUX="root=ZFS=rpool/ROOT/pve-1 boot=zfs" in the grub-default-file…
Thanks for comments!!
Hi @max1337
thanks for posting on the forum!
From the past "detected chunk with wrong digest" errors especially if encountered at different parts of the backup / restore, mostly indicate a problem with the RAM of the PBS.
Can you check that...
Found the issue - was my fault - from an prior installation on other hardware (without boss card), there was still "GRUB_CMDLINE_LINUX="root=ZFS=rpool/ROOT/pve-1 boot=zfs" in the grub-default-file…
Thanks for comments!!
So if you happy with your environment and behavior of your vm's now you should not more worrying about.
Just for me I'm worrying about 6x 7,8TB nvme getting just 5700 MB/s read and 2500 MB/s write in raidz1 as a kind of raid5 which is just 1100...
Found the issue - was my fault - from an prior installation on other hardware (without boss card), there was still "GRUB_CMDLINE_LINUX="root=ZFS=rpool/ROOT/pve-1 boot=zfs" in the grub-default-file…
Thanks for comments!!
It's worth checking the windows server logs to see if it ever received a shutdown request from the agent.
Proxmox sends a graceful shutdown request to the guest via the agent, then waits 180s. [0] If the VM hasn't powered down by then it gets...
Thank you for the suggestion.
Unfortunately I cannot test with an older kernel at the moment because this is my production homelab. However, I can schedule a maintenance window and test both kernel 6.14 and 7.0.14-8-pve if this would help narrow...
I uploaded an Authentik self signed server certificate via the PVE web console as a custom cert (it wasn't a private key that I added to where it said "private key"). This PVE is part of a Ceph cluster. Now the web interface isn't accessible. I...
Tried to create a new CT using the latest Alpine Template, 20260803.
That ended in errors and no CT
Switched to the 20260714 version and no issues at all.
Hi everyone,
I had to recreate a zfs pool after it went corrupt and my somewhat naive me thought that I would be able to restore all the VMs from our proxmox Backup Server 4.2.4 in no time =)
I was able to restore most of the VMs even though not...