summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-12 11:52:13 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-12 16:17:52 -0700
commitd843b30bd3218c0cb0a6f9c070478b5352b77395 (patch)
treeece01fe1e3d44ddf995606ecb556b58d40a00525
parent99e09aa4eebd71ae1179af09e11f78ac36ccce8d (diff)
scripts: Remove scripts for running C btrfs-progs
Except for diff-dump-tree.sh, since that's doing a comparison.
-rwxr-xr-xscripts/run-check.sh6
-rwxr-xr-xscripts/run-chunk-recover.sh7
2 files changed, 0 insertions, 13 deletions
diff --git a/scripts/run-check.sh b/scripts/run-check.sh
deleted file mode 100755
index 6301305..0000000
--- a/scripts/run-check.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-set -e
-rm -f ../scratch/dump-check.img
-cp --reflink=always ../scratch/dump-{clearnodes,check}.img
-make -C ../btrfs-progs
-time ../btrfs-progs/btrfs check --progress --repair ../scratch/dump-check.img
diff --git a/scripts/run-chunk-recover.sh b/scripts/run-chunk-recover.sh
deleted file mode 100755
index f9a93d3..0000000
--- a/scripts/run-chunk-recover.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-set -e
-rm -f ../scratch/dump-scratch.img
-cp --reflink=always ../scratch/dump-{zero,scratch}.img
-chmod 600 ../scratch/dump-scratch.img
-make -C ../btrfs-progs
-time ../btrfs-progs/btrfs rescue chunk-recover ../scratch/dump-scratch.img