On Mon, Jul 22, 2024 at 02:34:49PM +0200, Christoph Hellwig wrote: > 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. True. So, do we want a compat flag to opt in to online fsck? Or one to opt out? Or perhaps filesystems without rmap or pptrs aren't worth autoscrubbing? > > (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. Fixed; will have a patch out shortly. --D