Commit Graph

2 Commits

Author SHA1 Message Date
Harald Sitter
1457a9f85e simplify the btrfs cleanup
the previous approach wasn't working correctly because paths are from
the host and mean nothing inside the container. as it turns out the
builtin recursive delete works as intended though, so let's use that.

since we need to find our "root" subvolume path now we do a simple glob
run to locate it
2025-05-02 20:52:36 +02:00
Harald Sitter
dc5feaf51a clean up btrfs subvolumes in an after script
hopefully prevents most of the problems we've had with server space
2025-04-30 18:55:45 +02:00