DAOS-18907 doc: markdown fixes (#18174)#18189
Open
Michael-Hennecke wants to merge 1 commit intorelease/2.6from
Open
DAOS-18907 doc: markdown fixes (#18174)#18189Michael-Hennecke wants to merge 1 commit intorelease/2.6from
Michael-Hennecke wants to merge 1 commit intorelease/2.6from
Conversation
markdown fixes in admin guide docs (unclean cherry-picking commit a5d8bfa, reverting some contents that does not apply to release/2.6) Signed-off-by: Michael Hennecke <michael.hennecke@hpe.com>
|
Ticket title is 'Document PMEM ADR failure recovery and safe use of pmempool' |
knard38
reviewed
May 7, 2026
|
|
||
| 1. Stop I/O and safely shut down all `daos_server` and `daos_agent` processes. | ||
| 2. Update the `mgmt_svc_replicas` list in the `daos_server` configuration file. | ||
| 2. Update the `access_points` list in the `daos_server` configuration file. |
Contributor
There was a problem hiding this comment.
Just for confirmation, the name change from access_points to mgmt_svc_replica has not been done in 2.6 ?
| |DAOS\_SCHED\_RELAX\_INTVL|CPU relax interval in milliseconds. INTEGER. Default to 1 ms.| | ||
| |DAOS\_STRICT\_SHUTDOWN|Use the strict mode when shutting down engines. BOOL. Default to 0. In the strict mode, when certain resource leaks are detected, for instance, the engine will raise an assertion failure.| | ||
| |DAOS\_DTX\_AGG\_THD\_CNT|DTX aggregation count threshold. The valid range is [2^20, 2^24]. The default value is 2^19*7.| | ||
| |DAOS\_DTX\_AGG\_THD\_CNT|DTX aggregation count threshold. The valid range is [2^20, 2^24]. The default value is 2^19.| |
Contributor
There was a problem hiding this comment.
Sound strange to have a default value outside of the allowed range
| Exclusion may compromise the Pool Redundancy Factor (RF), potentially leading | ||
| to data loss. If this is the case, the command will refuse to perform the exclusion | ||
| and return the error code -DER_RF. You can proceed with the exclusion by specifying | ||
| and return the error code -DER\_RF. You can proceed with the exclusion by specifying |
Contributor
There was a problem hiding this comment.
Suggested change
| and return the error code -DER\_RF. You can proceed with the exclusion by specifying | |
| and return the error code `-DER_RF`. You can proceed with the exclusion by specifying |
| data would not be integrated into a rebuild and would be lost. | ||
| Drain operation is not allowed if there are other ongoing rebuild operations, otherwise | ||
| it will return -DER_BUSY. | ||
| it will return -DER\_BUSY. |
Contributor
There was a problem hiding this comment.
Suggested change
| it will return -DER\_BUSY. | |
| it will return `-DER_BUSY`. |
| supplying a target idx list, or reintegrate an entire engine rank by omitting the list. | ||
| Reintegrate operation is not allowed if there are other ongoing rebuild operations, | ||
| otherwise it will return -DER_BUSY. | ||
| otherwise it will return -DER\_BUSY. |
Contributor
There was a problem hiding this comment.
Suggested change
| otherwise it will return -DER\_BUSY. | |
| otherwise it will return `-DER_BUSY.` |
| basis. In other words, each section under the `servers:` section must | ||
| have its own logging configuration. The `log_file` config parameter | ||
| is converted to a D_LOG_FILE environment variable value. For more | ||
| is converted to a D\_LOG\_FILE environment variable value. For more |
Contributor
There was a problem hiding this comment.
Suggested change
| is converted to a D\_LOG\_FILE environment variable value. For more | |
| is converted to a `D_LOG_FILE` environment variable value. For more |
| facilities that can be defined on a per-project basis (such as those for | ||
| CaRT and DAOS). DD_SUBSYS can be used to set which subsystems to enable | ||
| logging. By default all subsystems are enabled ("DD_SUBSYS=all"). | ||
| CaRT and DAOS). DD\_SUBSYS can be used to set which subsystems to enable |
Contributor
There was a problem hiding this comment.
Suggested change
| CaRT and DAOS). DD\_SUBSYS can be used to set which subsystems to enable | |
| CaRT and DAOS). `DD_SUBSYS` can be used to set which subsystems to enable |
This file contains hidden or 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
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.
markdown fixes in admin guide docs
(unclean cherry-picking commit a5d8bfa, reverting some contents that does not apply to release/2.6)
Doc-only: true