You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: move live Statfs to RemainingResources; use *uint64 for min-free config
- TotalResources reverts to static startup value to keep total-remaining
arithmetic consistent for BBS metrics
- RemainingResources caps reported DiskMB at live partition free space
(syscall.Statfs), so schedulers see reduced capacity when disk fills
- MinCachePartitionFreeBytes changed to *uint64: nil means use the 5 GB
default, 0 explicitly disables the check (previously impossible)
ai-assisted=yes
TNZ-111552
0 commit comments