-
Notifications
You must be signed in to change notification settings - Fork 304
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 #15265
Closed
Closed
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
miroslavln
commented
Oct 7, 2024
- DAOS-16634 mercury: Update source build in release 2.6 with ucx patch. (DAOS-16634 mercury: Update source build in release 2.6 with ucx patch. #15214)
- DAOS-16648 build: Tag 2.6.1 rc3 (DAOS-16648 build: Tag 2.6.1 rc3 #15226)
- DAOS-9355 doc: DAOS 2.6.1 release notes (DAOS-9355 doc: DAOS 2.6.1 release notes #15235)
- DAOS-16445 client: Add function to cycle OIDs non-sequentially (DAOS-16445 client: Add function to cycle OIDs non-sequentially #14999) (DAOS-16445 client: Add function to cycle OIDs non-sequentially (#14999) #15117)
- DAOS-16566 test: Update server/multiengine_persocket.py (DAOS-16566 test: Update server/multiengine_persocket.py #15127) (DAOS-16566 test: Update server/multiengine_persocket.py (#15127) #15198)
- DAOS-16480 test: Increase expected range for dirty_pages metric (DAOS-16480 test: Increase expected range for dirty_pages metric #15097) (DAOS-16480 test: Increase expected range for dirty_pages metric (#15097) #15136)
- DAOS-16577 test: remove hw tag from deployment/disk_failure.py (DAOS-16577 test: remove hw tag from some manual tests #15138) (DAOS-16577 test: remove hw tag from deployment/disk_failure.py (#15138) #15247)
- DAOS-15776 test: remove DataMoverTestBase.create_pool (DAOS-15776 test: remove DataMoverTestBase.create_pool #15079) (DAOS-15776 test: remove DataMoverTestBase.create_pool (#15079) #15254)
- DAOS-16298 test: improve get_clush_command timeout (DAOS-16298 test: improve get_clush_command timeout #15113) (DAOS-16298 test: improve get_clush_command timeout (#15113) #15252)
- DAOS-16550 test: use correct stonewall file with mdtest (DAOS-16550 test: use correct stonewall file with mdtest #15109) (DAOS-16550 test: use correct stonewall file with mdtest (#15109) #15249)
- DAOS-16567 test: remove unused IorCommand.log_metrics (DAOS-16567 test: remove unused IorCommand.log_metrics #15128) (DAOS-16567 test: remove unused IorCommand.log_metrics (#15128) #15246)
- DAOS-623 test: Support running independent io sys admin steps (DAOS-16584 test: Support running independent io sys admin steps #15134) (DAOS-16584 test: Support running independent io sys admin steps (#15134) #15248)
#15214) Signed-off-by: Joseph Moore <[email protected]>
Tag third release candidate for 2.6.1. Signed-off-by: Phil Henderson <[email protected]>
2.6.1 release notes document Signed-off-by: Liang Zhen <[email protected]> Signed-off-by: Mohamad Chaarawi <[email protected]> Co-authored-by: Mohamad Chaarawi <[email protected]>
… (#15117) We've noticed that with sequential order, object placement is poor. We get 40% fill for 8GiB files with 25 ranks and 16 targets per rank with EC_2P1G8. With this patch, we get a much better distribution. This patch adds the following: 1. A function for cycling oid.hi incrementing by a large prime 2. For DFS, randomize the starting value 3. Modify DFS to cycle OIDs using the new function. Signed-off-by: Jeff Olivier <[email protected]>
) Update the server/multiengine_persocket.py test to use test harness methods to ensure compatability with future test harness updates. Also add a test_mode option to allow verification of all but the PMem reconfiguration in CI. Signed-off-by: Phil Henderson <[email protected]>
…) (#15136) Increase the upper expected bounds for the engine_pool_checkpoint_dirty_pages_samples metric. Signed-off-by: Phil Henderson <[email protected]>
… (#15247) Remove hw tag from deployment/disk_failure.py since it is not expected to work in CI Signed-off-by: Dalton Bohning <[email protected]>
Replace DataMoverTestBase.create_pool with self.get_pool Signed-off-by: Dalton Bohning <[email protected]>
Make timeout in get_clush_command per host instead of for all hosts. Signed-off-by: Dalton Bohning <[email protected]>
) Use a dynamic stonewall file with mdtest instead of hardcoded path. Signed-off-by: Dalton Bohning <[email protected]>
Signed-off-by: Dalton Bohning <[email protected]>
#15248) Support running independent io sys admin steps from the yaml. Signed-off-by: Dalton Bohning <[email protected]>
…ogle/2.6 Signed-off-by: Miro Nikolov <[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 |
mjmac
approved these changes
Oct 7, 2024
wangdi1
approved these changes
Oct 8, 2024
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.