-
Notifications
You must be signed in to change notification settings - Fork 305
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
Merge upstream/release/2.6 into upstream/google/2.6 #14916
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
cdavis28
commented
Aug 12, 2024
- DAOS-16162 doc: DAOS 2.6 support matrix (DAOS-16162 doc: DAOS 2.6 support matrix #14877)
- DAOS-15997 build: bump mercury version to 2.4.0rc4 (DAOS-15997 build: bump mercury version to 2.4.0rc4 #14873) (DAOS-15997 build: bump mercury version to 2.4.0rc4 (#14873) #14883)
- DAOS-15961 cart: Reorganize how envs are handled (DAOS-15961 cart: Reorganize how envs are handled #14504) (DAOS-15961 cart: Reorganize how envs are handled (#14504) #14887)
- DAOS-16127 tools: Add daos health check command (DAOS-16127 tools: Add daos health check command #14730) (DAOS-16127 tools: Add daos health check command (#14730) #14885)
- DAOS-16288 cart: coverity fixes for 16287,16288,16289 (DAOS-16288 cart: coverity fixes for 16287,16288,16289 #14843) (DAOS-16288 cart: coverity fixes for 16287,16288,16289 (#14843) #14897)
- DAOS-16035 rebuild: create VOS cont when no record need to be rebuilt… (DAOS-16035 rebuild: create VOS cont when no record need to be rebuilt… #14841)
- DAOS-16305 build: Simplify hermetic builds (DAOS-16305 build: Simplify hermetic builds #14874) (DAOS-16305 build: Simplify hermetic builds (#14874) #14899)
- DAOS-16005 object: check resent coll_punch on leader and relay engine (DAOS-16005 object: check resent coll_punch on leader and relay engine #14659) (DAOS-16005 object: check resent coll_punch on leader and relay engine - b26 #14826)
- DAOS-16217 test: Update run_local(). (DAOS-16217 test: Update run_local(). #14748) (DAOS-16217 test: Update run_local(). (#14748) #14866)
- DAOS-15960 tests: Improvements for io_sys_admin test (DAOS-15960 tests: Improvements for io_sys_admin test #14503) (DAOS-15960 tests: Improvements for io_sys_admin test (#14503) #14903)
DAOS 2.6 support_matrix.md Signed-off-by: Michael Hennecke <[email protected]>
Signed-off-by: Jerome Soumagne <[email protected]>
Change to how cart deals with envariables: - env list is now controlled by CRT_ENV_LIST macro in crt_types_internal.h - all envs stored in structure generated from CRT_ENV_LST (crrt_genv) now, ENV is read out at crt_env_init() time and env strings deallocated at crt_env_fini(). - accsor functions/macros crt_env_init/fini/get/dump are provided. - string-type envs no longer need to be freed after retrieval. - Change cart utility function to populate crt_init_options_t instead of setting and querying env. With this change, any env to be used will need to appear on the list first, ensuring it gets dumped as well as ensuring proper name usage later. Env name typos when using crt_env_get() will now result in compile time errors Signed-off-by: Alexander A Oganezov <[email protected]>
Perform basic system health checks from the client perspective. Checks the following: * Client/Server versions * Key library versions and paths * Connected sytem information * Pool status for all pools to which the user has access * Container status for all containers in the checked pools Change-Id: I9154ee7f3632996e0e67ad6f320874e1df2e0d23 Signed-off-by: Michael MacDonald <[email protected]>
Coverity fixes for DAOS-16287,16288,16289. Signed-off-by: Alexander A Oganezov <[email protected]>
#14841) For EC object rebuild, some ext not exist on some shards, for this case create VOS container when no record need to be rebuilt. To avoid following IO cannot find container and fail at obj_ioc_init() -> cont_child_lookup(). Another case is in cont_snap_update_one() create the vos cont if non-exist. Possibly yield in vos_cont_create() -> bio_wal_commit() -> wait_tx_committed(), so tasklet cannot work. Signed-off-by: Xuezhao Liu <[email protected]>
Move URLs for repos to the config file allowing one to replace the config file. Signed-off-by: Jeff Olivier <[email protected]>
…#14659) (#14826) For collective punch RPC handler on leader or relay engine, if related DTX has already been prepared when handling resent RPC, then we should avoid re-executing the punch locally. Otherwise, it may cleanup former prepared DTX entry by wrong. Signed-off-by: Fan Yong <[email protected]>
Update the current run_local() command to return an object similar to run_remote() to allow them to be used interchangeably. increase verify_perms.py timeout. Also include #14882 Use subprocess.run() for run_local() Signed-off-by: Dalton Bohning <[email protected]> Co-authored-by: Phil Henderson <[email protected]>
Use different set of oclasses for ior and mdtest. Add intercept option in mdtest_test_base. Use interception for POSIX runs in the test. Signed-off-by: Saurabh Tandan <[email protected]>
Errors are component not formatted correctly,Ticket number prefix incorrect,PR title is malformatted. See https://daosio.atlassian.net/wiki/spaces/DC/pages/11133911069/Commit+Comments,Unable to load ticket data |
jolivier23
approved these changes
Aug 12, 2024
@jolivier23 what do we do with the clang-format failure? edit that commit? |
…google/2.6 Signed-off-by: Chris Davis <[email protected]>
cdavis28
force-pushed
the
chrd/google/2.6
branch
2 times, most recently
from
August 13, 2024 16:37
8d5b4a6
to
817028c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.