You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2021. It is now read-only.
DAOS-723 Fault: Allow Fault Injection framework to be compiled out (#402)
The fault injection framework in CART is a developer/test focused feature. The
feature should not be present in production systems so it is not built in by
default. It can be enabled by specifying --with-fault-injection on the scons
build line.
Signed-off-by: David Quigley <david.quigley@intel.com>
CART-89 build: Update cart version to 4.7.0 (#399)
- Update cart to version 4.7.0 as the minor bump was missed
during new fi function addition
Signed-off-by: Alexander A Oganezov <alexander.a.oganezov@intel.com>