Misc. tweaks.

This commit is contained in:
Tom Mortensen
2016-01-23 11:33:18 -08:00
parent b0ad16c8b0
commit 74b7d4871f
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ case "$1" in
# one might wonder: why exec the scrub command, passing -B and put in background, vs just
# executing scrub without -B and without explicit background. It's because it handles case
# where user adds -B themselves as one of the options, which would hang webGui process until
# scrub completes which would not be good. scrub balance does not have have this btw.
# scrub completes which would not be good. btrfs balance does not have this btw.
exec /sbin/btrfs scrub start -B $3 $2 &>/dev/null &
;;
'status')