@@ -58,8 +58,8 @@ _mount_dust
# step 3, 128k dio read (this read can repair bad copy)
echo "step 3......repair the bad copy" >>$seqres.full
-$DMSETUP_PROG message dust-test 0 addbadblock $((physical / 512))
-$DMSETUP_PROG message dust-test 0 enable
+$DMSETUP_PROG message dust-test.$seq 0 addbadblock $((physical / 512))
+$DMSETUP_PROG message dust-test.$seq 0 enable
_btrfs_direct_read_on_mirror $stripe 2 "$SCRATCH_MNT/foobar" 0 128K
@@ -65,8 +65,8 @@ _mount_dust
# step 3, 128k buffered read (this read can repair bad copy)
echo "step 3......repair the bad copy" >>$seqres.full
-$DMSETUP_PROG message dust-test 0 addbadblock $((physical / 512))
-$DMSETUP_PROG message dust-test 0 enable
+$DMSETUP_PROG message dust-test.$seq 0 addbadblock $((physical / 512))
+$DMSETUP_PROG message dust-test.$seq 0 enable
_btrfs_buffered_read_on_mirror $stripe 2 "$SCRATCH_MNT/foobar" 0 128K