xfstests: wipefs new device in btrfs/003
authorJosef Bacik <jbacik@fusionio.com>
Mon, 21 Oct 2013 15:53:16 +0000 (15:53 +0000)
committerRich Johnston <rjohnston@sgi.com>
Tue, 22 Oct 2013 21:09:35 +0000 (16:09 -0500)
commit4896f63ef5dddcfe9759cbd369b5fd35084ac193
tree8f5a0ea5dad2df662c7557f9a77d9e9128dd8496
parentbb4074a31abd36426ea6d2ba63764a21b0226635
xfstests: wipefs new device in btrfs/003

We changed btrfs device add to check and see if there is an existing fs on the
device we are adding, so you now have to do -f if you want to do this.  In order
to get around checking to see if we have this version of btrfs-progs just wipefs
the device we're adding to make sure the device add will pass no matter which
version of btrfs-progs you have.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
common/config
tests/btrfs/003