mirror of
https://github.com/versity/scoutfs.git
synced 2025-12-23 05:25:18 +00:00
The default output from scoutfs print can be very large, even when using the -S option. Add three new command line options to allow more targeted selection of btrees and their items. --allocs prints the metadata and data allocators --roots allows the selection of btree roots to walk (logs, srch, fs) --items allows the selection of items to print from the selected btrees Signed-off-by: Chris Kirby <ckirby@versity.com>