diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2022-07-11 21:10:54 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2022-07-11 21:17:09 -0600 |
commit | 839dfa5d0aeadee9cb0f8581341922138f9595f0 (patch) | |
tree | 42130616613f57f0b9d40a7490a0f576aa94f35a /scripts/run-clear-nodes.sh | |
parent | 0f853e1ead10347be8c5715d6bb797dd5e643e2f (diff) |
Move all of the small-ish tools to be part of btrfs-rec
Diffstat (limited to 'scripts/run-clear-nodes.sh')
-rwxr-xr-x | scripts/run-clear-nodes.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run-clear-nodes.sh b/scripts/run-clear-nodes.sh index 2f390ea..48186f8 100755 --- a/scripts/run-clear-nodes.sh +++ b/scripts/run-clear-nodes.sh @@ -2,4 +2,4 @@ set -e rm -f ../scratch/dump-clearnodes.img cp --reflink=always ../scratch/dump-{scratch,clearnodes}.img -time go run ./cmd/btrfs-clear-bad-nodes ../scratch/dump-clearnodes.img +time go run ./cmd/btrfs-rec repair clear-bad-nodes --pv=../scratch/dump-clearnodes.img |