Hello,
I am experiencing the following issue, which has been occurring for some time now. The only current workaround is to recreate the VM from scratch.
[ 25.416039] F2FS-fs (loop0): inconsistent node block, nid:3234, node_footer[nid:6862,ino:6862,ofs:0,cpver:1927202292601017288,blkaddr:7488]
...
[ 55.056365] F2FS-fs (loop0): inconsistent node block, nid:3233, node_footer[nid:6858,ino:6858,ofs:0,cpver:1927202292601017288,blkaddr:7485]
Here is the disk space usage information (df -h):
:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 56M 56M 0 100% /rom
tmpfs 3.9G 19M 3.9G 1% /tmp
/dev/loop0 243M 164M 80M 68% /overlay
overlayfs:/overlay 243M 164M 80M 68% /
/dev/sda1 16M 6.9M 9.2M 43% /boot
tmpfs 512K 0 512K 0% /dev
This issue only occurs on the secondary (backup) router. The primary router does not experience this problem at all.
The VM has never been forcefully terminated; it is always shut down properly via the poweroff command.
I am running this VM on Proxmox. Here is the configuration file:
agent: 1,fstrim_cloned_disks=1
bios: ovmf
boot: order=sata0;scsi0
cores: 8
cpu: host,flags=+aes
machine: q35,viommu=intel
memory: 8192
meta: creation-qemu=10.0.2,ctime=1757445954
name: backup-router
net0: virtio=BC:24:11:8E:A7:27,bridge=vmbr0,mtu=9000,queues=8
numa: 0
onboot: 1
ostype: l26
sata0: none,media=cdrom
scsi0: NVMe:998/vm-998-disk-0.qcow2,discard=on,iothread=1,size=331644416,ssd=1
scsihw: virtio-scsi-single
smbios1: uuid=85a77ed3-c154-4d27-a5a5-f4bb46ccdfad
sockets: 1
tablet: 0
vmgenid: a8319a2e-af21-4206-9cf1-d3a0f7d7b7db
vmstatestorage: NVMe
I have previously tested this on an HDD array managed by a hardware RAID controller, and currently, it runs on a ZFS pool consisting of 4 disks in a RAID10 configuration, but the issue persists.
I can provide additional logs or information if needed.
Does anyone have any idea how to resolve this filesystem corruption?
Best regards,
A.H.