Hi there, I'm on Ubuntu 24.10 which has a secondary mount xfs filesystem. I have installed xfsprogs. Which installs a /usr/sbin/xfs_scrub_all python script, and a systemd service and timer to run it. xfsprogs version 6.8.0 (same on 6.9.0 built from source too) However, looking at the code for xfs_scrub_all, it's broken. It fails on a non-existent "debug" global, and the run_scrub thread target has a call to path_to_serviceunit with a "path" parameter that doesn't exist. (I'm assuming this is supposed to be "mnt") I've disabled this service, (and the timer that runs it) and added it to my system presets for future installs not to enable this unit. What is going on here? What is the purpose? Thanks, David.