Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In some situations pool miscalculates free space #7612

Open
kofemann opened this issue Jun 28, 2024 · 0 comments
Open

In some situations pool miscalculates free space #7612

kofemann opened this issue Jun 28, 2024 · 0 comments
Assignees
Labels
bug pool Targeting the pool

Comments

@kofemann
Copy link
Member

Observed on a production system with 9.2.20 sometimes pools miscalculate free space and fails, as soon as file system becomes full. The issue is 'fixed' with restart, thus points to runtime miscalculation:

Info before restart:

State : OPEN
Files : 90105
Disk space
    Total    : 568020368964872
    Used     : 566376188506033    [0.9971054198957068]
    Free     : 1644180458839    Gap : 214748364800
    Precious : 0    [0.0]
    Removable: 3812114931421    [0.0067112292792738774]
File system
    Size : 572009121579008
    Free : 1644230131712    [0.0028744823634510746]
Limits for maximum disk space
    File system          : 568020418637745
    Statically configured: -
    Runtime configured   : 571794373214208

Info after reboot:

State : OPEN
Files : 90105
Disk space
    Total    : 545305608M
    Used     : 566376188506033    [0.9905242426963421]
    Free     : 5418184708175    Gap : 214748364800
    Precious : 0    [0.0]
    Removable: 3812114931421    [0.006666933271819535]
File system
    Size : 572009121579008
    Free : 1644205625344    [0.002874439520833579]
Limits for maximum disk space
    File system          : 568020394131377
    Statically configured: -
    Runtime configured   : 571794373214208

@kofemann kofemann self-assigned this Jun 28, 2024
@kofemann kofemann added pool Targeting the pool bug labels Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug pool Targeting the pool
Projects
None yet
Development

No branches or pull requests

1 participant