Sorry for the confusion, this is what I meant. OP can use the archive repo for updating to Debian bullseye, but the regular repos still have Debian bullseye/bookworm/trixie and PVE7/8/9 so no real need to use the archive?
Sorry for the confusion, this is what I meant. OP can use the archive repo for updating to Debian bullseye, but the regular repos still have Debian bullseye/bookworm/trixie and PVE7/8/9 so no real need to use the archive?
Would checling the ZFS written property work?
`zpbs-backup` queries `zfs get written <dataset>` during auto-discovery.
If 0B written, no data has changed since the last snapshot. zpbs-backup skips calling PBC.
It's stateless, relying purely on...
Hi,
According to https://security-tracker.debian.org/tracker/CVE-2026-31635 & https://ubuntu.com/security/CVE-2026-31635#status the code doesn't seem present, so the probability of not having the code in the PVE kernel is pretty high, since it's...
@d.oishi , You are correct: regardless of the layer at which thin provisioning is implemented, careful monitoring must be in place. Unexpectedly running out of space is rarely handled gracefully by operating systems or applications.
Cheers...
I think SPICE is fine for remote management, but not really designed for synchronized multi-site audio distribution. For this use case, separating audio streaming from the remote desktop layer would probably work better.
Something like Icecast...
Because I came here for same reason, I analyse the problem and figured out something called a "pg_receivewal_service" slot. I never get in touch with the system of slots, but also never manually setup postgres replications, but they was the...
like many other sites and pieces of public infrastructure, ours is getting hammered by AI scrapers/bots as well. we try our best to implement counter measures, but it's a constant game of whack-a-mole.
This is incredible, I'm looking forward to trying it out. While change-detection is valuable, I wonder if there's a way to selectively trigger it basedon the creation of a new snapshot, for example?
I.E. I have TrueNAS taking snapshots only when...
I assume Proxmox is not vulnerable to DirtyDecrypt aka DirtyCow (CVE-2026-31635), exploiting rxgk in rxrpc module)?
I could not find this feature (CONFIG_RXGK) enabled in any Proxmox kernel.
I have an NFS share on my TrueNAS that doesn't work on one of my nodes in a 3 node cluster. When I try to access it via shell I get an input/output error, and in the web UI the backup shows as empty, when the other nodes show all my backups. All...
i think this looks pretty normal if you are using a switch, for me inside a VM i can pretty much get near the same IOPS as the ceph pool itself, so it would be worth checking the VM disk config why you are getting 500 rather than 15,000
for...
try using the built in rados bench for ceph benchmarking
rados bench -p your_pool_name 60 write --no-cleanup -b 4K -t 16
for your info, my setup is mesh network 40g, mtu 9000 (connectx3 kind of suck because of higher latency, connectx4+ should...
This is helpful, can you tell me more about your home lab? You have (3) machines with 1TB SSDs, 9700k cpus, and connectx3 cards? How are they connected? 10G ethernet? Did you do anything special with ceph tuning or ip stack tuning? Do you...
https://git.proxmox.com/?p=pve-network.git;a=commit;h=2bd38d19029970e82b9d562f61e63562a924a4a8
EDIT: I don't have an opinion on this dependency either way. I just managed to find the commit that added it with an explanation due to Proxmox being...