Hello, and thank you for the quick reply!
I've used the following command for expansion: zpool attach Datastore1 raidz2-0 ata-SAMSUNG....
Here is the output of zpool status:
root@proxmox-host1:~# zpool status Datastore1
pool: Datastore1...
Hello!
I've set up a RAID2 with 4x 480GB SSD and got a usable total of 895GB. I've expanded the pool with two more 480GB SSD, and now I have only 1.35TB usable total storage.
Am I missing something, it should be more like 1.7TB, and not 1.35TB...
That's understandable. Some of my own websites get torn to shreds for things like that too. I just wasn't sure if a database was angry or something like that, and wasn't sure how to better raise a flag about it. Sorry you folks have to deal with...
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.
Don't manually delete stuff from the EFI partition, it will be recreated when you run apt again.
You currently somehow have 5 kernels+initrds installed on your EFI. Asuming you have a 512MB EFI partition, this is too much.
First go for apt purge...
Sorry missed your post. So i could just remove
*initrd.img-6.17.13-2-pve
*initrd.img-6.17.13-7-pve
*initrd.img-6.17.13-9-pve
*vmlinuz-6.17.13-2-pve
*vmlinuz-6.17.13-7-pve
*vmlinuz-6.17.13-9-pve
and after removing skall i run apt purge ~c ?
Thanks
Thanks for taking your time.
here is dpkg -l | grep proxmox-kernel
root@proxmox:~# dpkg -l | grep proxmox-kernel
iU proxmox-kernel-6.14 6.14.11-9 all Latest Proxmox Kernel Image
ii...
No, apt purge ~c is just for purging packages for which only configuration files are left. It was not the main topic in that thread. ;)
To clear out space on the EFI partition you need to purge some actual old kernels that are stored there. Can...
The deprecation itself was not strongly influenced by that, but the decision to communicate it more actively was in fact primarily driven by it. Normally, we only mentioned it on the side once a new kernel became the default. In the past, we...
I want to use virtiofsd for mounting storage points into VMs without the guests having root access to the storage. virtiofsd supports --uid-map and --gid-map options, but if I use
--uid-map=:0:65534:1 (by replacing the binary with a wrapper...
Thanks,
I try to run "apt purge ~c" but it did not help
root@proxmox:~# apt purge ~c
REMOVING:
libglib2.0-0* proxmox-kernel-6.8.12-12-pve-signed proxmox-kernel-6.8.12-8-pve-signed*
libgtk-3-0*...
Subject: PSA-2026-00022-1: "pintheft" local privilege escalation
Advisory date: 2026-05-19
Packages: proxmox-kernel-*
Details:
A double-free bug in the RDS network handling code of the Linux kernel was discovered, which could be combined with...
Proxmox does not automatically check for filesystems (that you create using command-line tools or otherwise). Go to Datacenter -> Storage and click Add and then ZFS. There you can select your new ZFS pool and give it a name and tell PVE how you...
It should actually show up in node > Disks > ZFS. I'd recommend you enable the Thin provision option when adding it as storage. It's named a bit counter intuitive but it affect the refreservation property preventing you from over-allocating...
Obligatory reminder regarding Ceph: https://forum.proxmox.com/threads/fabu-can-i-use-ceph-in-a-_very_-small-cluster.159671/
Please note, that Udos Writeup is a little extreme since he assumes, that you want to survive the outage of two nodes...
Out of curiosity, is this decision primarily driven by the recent wave of Kernel security vulnerability disclosures, or has there been a particular subsystem or area in the 6.14/6.17 series that has proven especially difficult to stabilize...