Kris Jacque
Kris Jacque
I would like to be able to hide a command from the generated manpage only, but still display it in the help. How about something like: - `hidden:"man"` or `hidden:"manpage"`...
- In daos_test, ensure dmg completes before we read output from stdout. - Add optional dmg command line parameter to log to a file. This isn't a config option --...
WIP - Feature branch for multi-provider
The field wasn't being updated in the engine config. Signed-off-by: Kris Jacque
Test-repeat: 20 Test-tag: test_daos_dfs_parallel Quick-functional: true Signed-off-by: Kris Jacque
**Is your feature request related to a problem? Please describe.** Currently DAOS is collecting information directly from libfabric to understand how to assign fabric interfaces appropriately to client processes. Now...
Instead of requesting all props, including ACL, dfs_mount should request only those that it needs. All of the requested props are available to users with get_prop access on the container....
It is possible to pick up stderr output coming from sources other than the dmg child process. For debug purposes, logging the raw stderr output can be enabled by setting...
Backporting control plane related internal changes from the feature/multiprovider branch. These changes affect internals only, and not user interfaces. - Updated protobuf structures to recognize secondary providers in a backward-compatible...
- Add a lib/hardware package to collect fabric interface information through CART API. - Remove custom OFI and UCX packages and dependencies. - Update Go githook to ignore deleted files....