Opnsense update hang on fetch
Contents
Introduction
As I tied to update my OPNsense VM from version 23.7.10 to 24.1.5 via web GUI, the update got always stuck at the fetching process, without any hint what the problem could be.
So I connected to the console via SSH and tied there to update the vm, and now I got the error message “No space left on device”
|
|
Increase disk space on VM with ZFS filesystem
1. You need to increase the space for your virtual disk\
I use Proxmox with ZFS storage, and I did not even need to reboot the VM to increase my VHD.
2. Know login as root to your OPNsense and get your partition table
|
|
In my example, I got one disk da0
with 4 partitions and 10G free space.
3. Resize the partition where your OPNsense is installed
|
|
4. Get your ZFS pool and used disk
|
|
5. Trigger rescan ZFS pool disk
|
|
6. Now you should have enough space to update your OPNsense
|
|
I hope this could help you.
References
- OPNSense Resize Disk Space, roofman.me.
- Cannot upgrade to 23.7, forum.opnsense.org.