-
Notifications
You must be signed in to change notification settings - Fork 0
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
DAOS-14408 pmdk: build with NDCTL 63.1 to enable full RAS support in PMDK. #32
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
c80994d
to
3fbeb46
Compare
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Just a head's up on the release/2.2 testing on CentOS 7… One of the tests produced a
which as you can see was a failure to install a number of debuginfo packages including that for I'm honestly not sure what your path forward there is other than to either fix that bug yourself or talk to your manager about the importance of having it fixed for your investigation of why the core file was generated. |
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems this is still failing tests even on master
(but many more tests even on release/2.4
)?
Upgrade to version 2.0.1. This is the version that allows enabling NDCTL without risk of stack over-usage in argobots ULT. Obsolete libraries lbpmemblk and libpmemlog has been removed. Exclude examples and benchmarks build via env variables (BUILD_EXAMPLES=n BUILD_BENCHMARKS=n) instead of patch. Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
This reverts commit 55433ad.
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PMDK must be built with NDCTL enabled to support PMem hardware error detection.