On Sun, Jul 21, 2024 at 09:12:29PM -0700, Darrick J. Wong wrote: > You could also do: > > for x in <ephemeral mountpoints>; do > systemctl mask xfs_scrub@$(systemd-escape --path $x) > done That assumes I actually know about them. > (Though iirc xfs_scrub_all currently treats masked services as > failures; maybe it shouldn't.) Independent of the rest of the discussion it probably shouldn't.