Skip to content

Commit

Permalink
Fix documentation 18KiB -> 20KiB
Browse files Browse the repository at this point in the history
See minABTThreadStackSizeDCPM = 20480 (was 18432)

(Build with legacy PMDK pkg (2.1.0-1))
Priority: 2
Cancel-prev-build: false
Allow-unstable-test: true
Skip-func-hw-test-large: false

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Sep 5, 2024
1 parent 721023e commit 2377120
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
daos (2.7.100-6) unstable; urgency=medium
[ Tomasz Gromadzki ]
* Add support for PMDK packages with NDCTL enabled in case engine is used with SCM
* Increase default ULT stack size to 18KiB if engine handles DCPM storage class
* Increase default ULT stack size to 20KiB if engine handles DCPM storage class
* Disable NDCTL routines for 'ram' storage class
-- Tomasz Gromadzki <tomasz.gromadzki@intel.com> Tue, 03 Sep 2024 12:00:00 +0200

Expand Down
2 changes: 1 addition & 1 deletion src/control/server/engine/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ func (c *Config) ValidateAndAdjustPMDKEnvVar() error {
"for DCPM storage class")
}

// Ensure 18KiB ABT stack size for an engine with DCPM storage class.
// Ensure 20KiB ABT stack size for an engine with DCPM storage class.
stackSizeStr, err := c.GetEnvVar("ABT_THREAD_STACKSIZE")
if err != nil {
c.EnvVars = append(c.EnvVars, fmt.Sprintf("ABT_THREAD_STACKSIZE=%d",
Expand Down
2 changes: 1 addition & 1 deletion utils/rpms/daos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent
%changelog
* Tue Sep 03 2024 Tomasz Gromadzki <tomasz.gromadzki@intel.com> 2.7.100-6
- Add support for PMDK packages with NDCTL enabled in case engine is used with SCM
* Increase default ULT stack size to 18KiB if engine handles DCPM storage class
* Increase default ULT stack size to 20KiB if engine handles DCPM storage class
* Disable NDCTL routines for 'ram' storage class

* Thu Aug 15 2024 Michael MacDonald <mjmac@google.com> 2.7.100-5
Expand Down

0 comments on commit 2377120

Please sign in to comment.