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

DAOS-16209 pool: return mem file size on pool query #15511

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Nov 19, 2024

  1. DAOS-16209 pool: return mem file size on pool query

    Return the mem file size for phase2 pool on pool query. This patch
    bumped DAOS_POOL_VERSION from 6 to 7, and dropped version 5 support.
    
    Required-githooks: true
    
    Signed-off-by: Niu Yawei <[email protected]>
    NiuYawei committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ea78bbd View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. update pr to use mem_file_bytes as now provided in vos space query

    Features: control
    Required-githooks: true
    
    Signed-off-by: Tom Nabarro <[email protected]>
    tanabarr committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    a172d6e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into niu/DAOS-16209

    Features: control
    Signed-off-by: Tom Nabarro <[email protected]>
    tanabarr committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    30f001c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. report per-rank mem_file_bytes in pool create drpc resp

    Features: control
    Required-githooks: true
    
    Signed-off-by: Tom Nabarro <[email protected]>
    tanabarr committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    59d60b1 View commit details
    Browse the repository at this point in the history
  2. add coverage of mem_file_bytes to cmocka unit tests

    Features: control
    Required-githooks: true
    
    Signed-off-by: Tom Nabarro <[email protected]>
    tanabarr committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    52edb47 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. fix unit tests

    Features: control
    Required-githooks: true
    
    Signed-off-by: Tom Nabarro <[email protected]>
    tanabarr committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    d4ca381 View commit details
    Browse the repository at this point in the history