-
# Sighting report
when passing --with-ublk at configuration build of spdk succeeds but ublk methods are not present in completed build
## Expected Behavior
`sudo ./scripts/rpc.py ublk_create_…
-
## Problem description
I am trying to build in a nspawn container and it is failing to find the loop partitions
```
[ DEBUG ]: 22:40:03 | Initialize gpt disk
[ DEBUG ]: 22:40:03 | EXEC: [sgd…
-
Hi there,
Reading the ["license"](https://github.com/ublk-org/ublksrv?tab=readme-ov-file#license) section of the [`README.rst`](https://github.com/ublk-org/ublksrv/blob/master/README.rst) explains …
-
### Problem / Motivation
There is it seem to be some incompatibility of command `drush` and DrupalConsole. For this reason, we are going to remove `drush` command from Drupal Console see more at #1…
-
Hi,
I have an application that creates io_uring instance and processes sq and cq on cpu0 (no sq thread nor io poll mode is enabled). The kernel I use is 6.5-rc4.
If I didn't set the cpu affinity of …
-
**Describe the problem/challenge you have**
I'm hosting various clustered and stateful applications in kubernetes. Some of these applications require low-latency IO to perform well, like databases …
-
👋 Hi, this work is really interesting. Is there a plan to continue working on it, or was it a proof of concept?
Thanks!
-
# Sighting report
After `ublk_stop_disk` [jsonrpc](https://spdk.io/doc/jsonrpc.html) styles are broken
## Possible Solution
Looks like end of example code missed
-
I'm using cocotb in amongst a bunch of UVM and legacy verilog testbenches. The VPI layer is linked in for all the builds, along with various other VPI models. Right now, if CocoTb starts and isn't han…
-
Hello,
my goal is to implement encryption on a userspace block device driver (https://github.com/ming1/ubdsrv/).
After some research, I think that the AES in XTS mode is the appropriate way to do…