Watchdog and dietpi v10.5.2 unexpeced reboot while using the sdcard

Not sure if someone else found this issue but I have this configuration:

watchdog.conf:

watchdog-device         = /dev/watchdog
watchdog-timeout        = 180
watchdog-refresh-use-settimeout = auto
interval                = 10
realtime                = yes
priority                = 1
min-memory              = 12800
allocatable-memory      = 1


Platform Pi 3b+

Observed and steps:

apt update (ok)

apt-get upgrade -y (unexpected reboot)

apt autoremove (unexpected reboot)

Disabled watchdog via systemctl… then the reboot is not there.

Any comments or feedback? any idea is appreciated.

it seems the interval value is hardcoded in the hw with 15seconds

The operations on the sdcard block the refresh of the watchdog, exceeding the 15seconds, triggering the restart. As a potential workaround I increased the priority for the watchdog, that is working ok so far.

Well, increased the priority didn’t work. Anyone there with the same issue? any idea to solve this?