less than a minute
Disk can get full, having warnings such as Disk Pressure and evicted pods.
Disk is full of a k3OS VM installed in Proxmox. On these cases DiskPressure on the Node and multiple evicted pods.
Part 1: Proxmox
Increase disk space according to following tutorial: https://pve.proxmox.com/wiki/Resize_disks
See also screenshot for further commands / help
Part 2: For OPNsense / FreeBSD
Use the following commands (after resizing in Proxmox):
gpart show vtbd0
gpart resize -i 3 vtbd0
growfs /
See also the following images: