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

aurora/2.6 test branch #14539

Draft
wants to merge 12 commits into
base: release/2.6
Choose a base branch
from
Draft

aurora/2.6 test branch #14539

wants to merge 12 commits into from

Commits on Nov 4, 2024

  1. wip: more support for sudo-less client

    Required-githooks: true
    
    Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
    daltonbohning committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    99ce127 View commit details
    Browse the repository at this point in the history
  2. export daos-related envs in run_remote and clush

    Skip-build: true
    
    Required-githooks: true
    
    Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
    daltonbohning committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    299bbda View commit details
    Browse the repository at this point in the history
  3. update agent_failure to run journalctl as user

    Skip-test: true
    Skip-build: true
    
    Required-githooks: true
    
    Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
    daltonbohning committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f278dfe View commit details
    Browse the repository at this point in the history
  4. disable some unused / not working teardown steps

    Skip-test: true
    Skip-build: true
    
    Required-githooks: true
    
    Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
    daltonbohning committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5ccd81b View commit details
    Browse the repository at this point in the history
  5. optimize move_files when archiving to /lus on computes

    Skip-test: true
    Skip-build: true
    
    Required-githooks: true
    
    Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
    daltonbohning committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5364623 View commit details
    Browse the repository at this point in the history
  6. DAOS-16592 test: Agent failure test changes.

    Skip-build: true
    
    Summary: Agent failure test changes to support ECBs.
    
    Required-githooks: true
    
    Signed-off-by: Padmanabhan <ravindran.padmanabhan@intel.com>
    rpadma2 authored and daltonbohning committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    59dc4d0 View commit details
    Browse the repository at this point in the history
  7. DAOS-16167 test: 10102024 update soak to use internal job scheduler

    Skip-build: true
    
    Required-githooks: true
    
    Signed-off-by: Maureen Jean <maureen.jean@intel.com>
    mjean308 authored and daltonbohning committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    fcfaec8 View commit details
    Browse the repository at this point in the history
  8. include correct soak updates for 2.6

    Required-githooks: true
    
    Signed-off-by: Maureen Jean <maureen.jean@intel.com>
    mjean308 authored and daltonbohning committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3d1dac8 View commit details
    Browse the repository at this point in the history
  9. DAOS-16752 build: update mercury to 2.4.0

    PR-repos: libfabric@PR-77:lastBuild mercury@PR-122:lastBuild
    Required-githooks: true
    
    Signed-off-by: Jerome Soumagne <jerome.soumagne@intel.com>
    soumagne authored and daltonbohning committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ad1996a View commit details
    Browse the repository at this point in the history
  10. test: hardcode come envs

    SKip-build: true
    
    Required-githooks: true
    
    Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
    daltonbohning committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    6cb76b3 View commit details
    Browse the repository at this point in the history
  11. Update vmd harasser with 2.6 function (#15440)

    Skip-build: true
    
    Required-githooks: true
    
    Signed-off-by: Maureen Jean <maureen.jean@intel.com>
    Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
    mjean308 authored and daltonbohning committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d7eb3dd View commit details
    Browse the repository at this point in the history
  12. DAOS-16721 dtx: handle potential DTX ID reusing trouble - b26

    Skip-build: true
    
    The patch contains the following improvements:
    
    1. When VOS level logic returns -DER_TX_RESATRT, the object level RPC
       handler should set 'RESEND' flag then restart the transaction with
       newer epoch. Because dtx_abort() logic cannot guarantee all former
       prepared DTX entries (on all related participants) can be aborted,
       especially if the former one failed for some network trouble, that
       may cause restarted transaction hit -DER_TX_ID_REUSED unexpectedly.
    
    2. Compare the epoch for DTX entries with the same transaction ID for
       distinguishing potential reused TX ID more accurately.
    
    3. Add DTX entry into DTX CoS cache if cannot commit it synchronously.
       Then subsequent batched commit logic can handle it.
    
    4. If server complains suspected TX ID reusing, then reports -EIO to
       related application instead of assertion on client.
    
    5. Control DTX related warning message frequency to avoid log flood.
    
    6. Collect more information when generate some error/warning message.
    
    Allow-unstable-test: true
    
    Required-githooks: true
    
    Signed-off-by: Fan Yong <fan.yong@intel.com>
    Nasf-Fan authored and daltonbohning committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e8536cc View commit details
    Browse the repository at this point in the history