I noticed a SystemdUnitFailed alert for fstrim.service on dse-k8s-wdqs2001 , an EFI host.
Looking in the systemd journal, I see that fstrim is failing against the EFI partition:
fstrim: /boot/efi: FITRIM ioctl failed: Input/output error
EFI partitions are required to be VFAT-formatted, which is incompatible with fstrim.
Upon further review, VFAT does in fact work with fstrim. The problem is localized to dse-k8s-wdqs2001, so it's either a hardware fault or a drive that doesn't support FITRIM
Creating this ticket to:
- Investigate why the above operation failed
- Hopefully find a fix