mirror of
https://github.com/KDE/kde-linux.git
synced 2026-02-02 03:51:56 -05:00
debug btrfs stats on cleanup
hopefully that will shed some light on ENOSPC issues
This commit is contained in:
@@ -18,6 +18,8 @@ EXPORT="$OUTPUT.export"
|
||||
|
||||
cleanup() {
|
||||
[ -d "$EXPORT" ] && btrfs subvolume delete "$EXPORT"
|
||||
btrfs filesystem show . || true
|
||||
btrfs filesystem df . || true
|
||||
return 0
|
||||
}
|
||||
trap cleanup INT TERM EXIT
|
||||
|
||||
Reference in New Issue
Block a user