We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
btrfs-du/btrfs-du
Lines 97 to 105 in 239fbb8
OUT=$( $btrfs_qgroup_show_raw "$LOCATION" 2>&1 ) grep -i -q -e "rescan is running" -e "data inconsistent" <<< "$OUT" && \ btrfs quota rescan -w "$LOCATION" && OUT=$( $btrfs_qgroup_show_raw "$LOCATION" 2>&1 )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
btrfs-du/btrfs-du
Lines 97 to 105 in 239fbb8
The text was updated successfully, but these errors were encountered: