Naohiro Aota
Naohiro Aota
Since it uses bpf_trace_printk, you can retrieve the log with this. $ sudo cat /sys/kernel/debug/tracing/trace_pipe
BTW, in the log here, I can see a lot of device resets and errors like this. https://github.com/kdave/btrfs-progs/issues/779#issuecomment-2067471115 > [34567.117262] scsi host11: uas_eh_device_reset_handler start > [34567.190732] usb 6-1.1.3: reset SuperSpeed...
Hello @sg20180546 I'm sorry I missed your email several days ago. As David said, `btrfs_reclaim_bgs_work()` reclaims existing BGs that still have some data in them. Also, when a block group...