Michael MacDonald
Michael MacDonald
As a convenience, provide a "streamlined" version of the pool query that only performs the minimum amount of work to query the pool's health. Practically speaking, this means that it...
The idea here is to remove the bottleneck in daos_server that serializes dRPC calls, to enable daos_server to pass along multiple dRPC calls even if the first one hasn't yet...
Reduce some gc pressure under heavy load by avoiding type conversions between protobuf and native Go types for the AttachInfo data. Also avoid deep copies in favor of creating new...
Switch the object I/O counters to histograms in order to capture per-I/O size distributions in addition to total amounts. Update the Prometheus exporter to support passthrough histograms from native DAOS...
One more change needed for 2.6+ Required-githooks: true Change-Id: I6705bc84765397e380bad35ed6d1f52d06bc3abd Signed-off-by: Michael MacDonald
Revive parts of the old client mgmt API to allow libdaos clients to list pools in the system, but only allow a given client to see the pools that it...
On heavily-loaded client nodes where many processes are being launched by the same user or users, the admin may optionally enable the credential cache in the agent in order to...
When available, include more detailed build information in the version output (most recent tag, etc). Adds build details to the GetAttachInfo response message in order to provide server build info...
If DAOS_JOBID is not provided by the user environment, set it to the string "dfuse" by default for the dfuse process, as this allows for more useful default organization in...
Fixes an oversight from the migration to the new Container API for the daos tool. After opening a container, set the pool helpers on the command. Features: daos_cmd Change-Id: I2ab818082dbc73de4904820dbcc6ac5433eb5c3c