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-13292 control: Use cart API to detect fabric #13989

Merged
merged 12 commits into from
Apr 29, 2024

Commits on Mar 15, 2024

  1. DAOS-13292 control: Use cart API to detect fabric

    - Add a lib/hardware package to collect fabric interface
      information through CART API.
    - Remove custom OFI and UCX packages and dependencies.
    - Update Go githook to ignore deleted files.
    
    Required-githooks: true
    
    Signed-off-by: Kris Jacque <kris.jacque@intel.com>
    kjacque committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    63ead1b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Merge branch 'master' into kjacque/control-cart-fabric

    Required-githooks: true
    kjacque committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    6a52cc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Address review comment

    Features: control
    
    Required-githooks: true
    
    Signed-off-by: Kris Jacque <kris.jacque@intel.com>
    kjacque committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    29ac9ac View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Compensate for DAOS-15588

    For systems without Infiniband, getting info for verbs produces a Mercury
    error. For all other providers, including UCX verbs, it returns no error
    and instead returns no results. We'll simulate that behavior here until
    the underlying bug is fixed.
    
    Features: control
    
    Signed-off-by: Kris Jacque <kris.jacque@intel.com>
    kjacque committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2eca0b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Merge branch 'master' into kjacque/control-cart-fabric

    Features: control
    kjacque committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4ccd0e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Merge branch 'master' into kjacque/control-cart-fabric

    Features: control
    kjacque committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    7b683d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Merge branch 'master' into kjacque/control-cart-fabric

    Features: control
    kjacque committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f462e2b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Merge branch 'master' into kjacque/control-cart-fabric

    Features: control
    kjacque committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3ded050 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Merge branch 'master' into kjacque/control-cart-fabric

    Excluding DAOSVersion.test_version test, which has a known failure.
    
    Test-tag: pr control,-test_version
    kjacque committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    3f45b1e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Fix dmg_network_scan test

    Don't include ofi+tcp;ofi_rxm when ofi+tcp is requested.
    
    Features: control
    
    Required-githooks: true
    
    Signed-off-by: Kris Jacque <kris.jacque@intel.com>
    kjacque committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3f93fcd View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Merge branch 'master' into kjacque/control-cart-fabric

    Features: control
    kjacque committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2dffac4 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Merge branch 'master' into kjacque/control-cart-fabric

    Feature: control
    kjacque committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b58bae3 View commit details
    Browse the repository at this point in the history