common/dump: filter out xfs_restore messages about fallocate failures
[xfstests-dev.git] / common / dump
index 2b8e08936e173bc1f4e668305fc5f9f34acd0913..3c4029ff1f37ba77b10fc468ddf15c1c1e3de8e6 100644 (file)
@@ -866,6 +866,7 @@ _dump_filter_main()
       -e 's/id:[[:space:]]*[0-9a-f]\{8\}-[0-9a-f]\{4\}-[0-9a-f]\{4\}-[0-9a-f]\{4\}-[0-9a-f]\{12\}/ID: ID/'                                             \
       -e 's/\[y\/n\][- ]----------------------*/\[y\/n\]/'             \
       -e '/skip attribute set/d'                               \
+      -e '/xfsrestore: NOTE: attempt to reserve [0-9]* bytes for.*Operation not supported/d' \
   | perl -ne '
        # filter out all the output between the lines "Dump Summary:"
        # and "Dump Status:"