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-14411 dfuse: Add daos fs query #14261

Merged
merged 2 commits into from
Apr 29, 2024
Merged

DAOS-14411 dfuse: Add daos fs query #14261

merged 2 commits into from
Apr 29, 2024

Commits on Apr 26, 2024

  1. DAOS-14411 dfuse: Add daos fs query

    Multiple cherry-picks to add daos fs query feature for fuse
    statistics.  Helpful for understanding and tuning DAOS
    performance when dfuse is used.
    
    DAOS-13625 dfuse: Merge the info and projection_info structs. (#11881)
    DAOS-13658 dfuse: Add filesystem query command. (#12367)
    DAOS-12751 control: Add a daos filesystem evict command. (#12331)
    DAOS-12751 dfuse: Improve evict command. (#12633)
    DAOS-13625 dfuse: Remove dfuse_projection_info entirely. (#12796)
    DAOS-13625 dfuse: Replace fs_handle with dfuse_info. (#12894)
    DAOS-13625 dfuse: Add core inode_lookup() and inode_decref() functions. (#12573)
    DAOS-14411 dfuse: Add per-container statistics. (#12819)
    DAOS-14411 control: Expose dfuse statistics as yaml. (#13876)
    
    Features: dfuse
    
    Required-githooks: true
    
    Change-Id: I8ae3cc743697c2434ae0d54b382ee6c585a3b033
    Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
    Signed-off-by: Jeff Olivier <jeffolivier@google.com>
    ashleypittman authored and jolivier23 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b4f7294 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. I recall there being an issue with the daos_build test that it can

    fail due to installed libraries not matching what we are building
    in the test.  So let's switch the branch to google/2.4
    
    Features: dfuse
    
    Required-githooks: true
    
    Change-Id: I6384c96f68ca65d06feab81ec583a17f7afee61f
    Signed-off-by: Jeff Olivier <jeffolivier@google.com>
    jolivier23 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    b3dcaf2 View commit details
    Browse the repository at this point in the history