On Sat, Sep 01, 2018 at 12:45:54PM +0200, Matthias Bodenbinder wrote: > Am 31.08.18 um 18:45 schrieb Darrick J. Wong: > > I think so. If you remove the lines: > > > > if '-' not in path: > > return path > > > > from systemd_escape() in /sbin/xfs_scrub_all, do the warnings go away? > > Does scrub still work afterwards? > > That does work: > > 8# ./my-xfs_scrub_all > Scrubbing /home... > Failed to add filter for units: No data available > Scrubbing /home done, (err=0) > > > But what is this "Failed to add filter..." message about? I /think/ that's journalctl failing to construct a filter for 'xfs_scrub@*' to display whatever output comes out of running the xfs_scrub jobs. I'll look further into it, but for now I've posted the fix to xfs_scrub_all to shut up the escaping complaints. --D > Thanks for your help > Matthias >