spdk-rs
spdk-rs copied to clipboard
Enables building safer SPDK-based Rust applications
**Describe the bug** I tried to build `spdk-rs` with README but failed for ```shell failed to run custom build command for `spdk-rs v0.1.0 (/home/xuanwo/Code/openebs/spdk-rs)` Caused by: process didn't exit successfully:...
This draft PR addresses the issue https://github.com/openebs/mayastor/issues/1297 and shall encourage discussion. This should not be merged as is as there is a dependency that needs to be resolved before this...
**Is your feature request related to a problem? Please describe.** I want to build something around SDPK [blobstore](https://spdk.io/doc/blob.html). But spdk-rs doesn't support neither `blob` or `blobfs` API. **Describe the solution...
The sync qpair connect can race with a async connect during an unplug dynamic reconfiguration event. This can happen on the nexus channel that gets created as part of rebuild...
This adds more useful information to error logging.
Ensure this by adding the first 7chars of rev to the github derivation name. In practice this should be fine.
**Is your feature request related to a problem? Please describe.** Move spdk-rs repo to the mayastor repo. In practice only mayastor seems to really use this repo. Moving them together...