I've missed an important detail in the reproducer, sorry

On Wed, Mar 06, 2013 at 04:56:40PM +0100, David Sterba wrote:
> Reproducer:
> $ mfks.btrfs /dev/sda
> $ mount /dev/sda /mnt
> $ btrfs scrub start /mnt

sleep 5

> $ btrfs scrub status /mnt
> ... super:2 ...

otherwise the scrub status is not updated yet.

$ scrub start
scrub started on /mnt/test, fsid afd3a16e-509b-451d-8608-4d47a7584917 (pid=5029)

$ scrub status
scrub status for afd3a16e-509b-451d-8608-4d47a7584917
        no stats available
        total bytes scrubbed: 0.00 with 0 errors
$ sleep 5

$ scrub status
scrub status for afd3a16e-509b-451d-8608-4d47a7584917
        scrub started at Thu Mar  7 10:37:16 2013 and finished after 1 seconds
        total bytes scrubbed: 56.00KB with 2 errors
        error details: super=2
        corrected errors: 0, uncorrectable errors: 0, unverified errors: 0
---
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to