Hans van Kranenburg

Results 50 comments of Hans van Kranenburg

Oh, haha, now I see that you're also the submitter of #22 I missed that, and was like "oh, I can tell that other person to use btrfs-balance-slowly is he...

The v12 release is about to happen. After that, this one is in the picture!

Hi! That's interesting. Do I understand correctly that: 1. the actual goal of the change is to have `-u 0` not act on block groups that are not completely empty...

Ok, I think I figured out what happens here. So, the current code for `used_pct` in `BlockGroupItem` is: ```python3 @property def used_pct(self): """Convenience property that calculates the percentage of usage."""...

@intelfx What do you think of the above suggestion to always make 0% really 0% and 100% really exactly 100%?

Oh actually, `free_(meta)data` is not the right one, since it also includes free space in existing chunk allocations, and the ENOSPC happens when the filesystem wants to force new chunk...

..oO(Yes, or use the kernel trace point in the chunk allocator as trigger to wake up and quickly look around if something needs to be done.)

Hi! I try to keep naming as close/consistent/whatever as possible to actual kernel code. I did not notice yet that the progs code has labels that are inconsistent with the...

Yeah. Well, brrr, the exporter could also include a hard coded map of the counters and have the field names printed in the same way as they are in the...

> > Yeah. Well, brrr, the exporter could also include a hard coded map of the counters [...] > > Yeah..no? This PR was supposed to be a) an example...