-
Hi Ming,
There is no user of lib/ublksrv_aio.c now except demo_event.c. What about removing it from lib/ so that the library is simpler? I think related code can be moved into demo_event.c.
BTW…
-
Not just to read, that is easy to just export, do loopback and mount. But full real time support.
For simple operations fluxengine can be used itself, but for more complex, it is nice to mount driv…
-
List of things we need descriptions for (dynamically updated). Note : some of these things might be very hard to test, while other are easy.
Before starting work on a subsystem, grep existing descr…
-
## Description
When setting pod over mayastor storage class with 1 replica, I want ensure that pod is scheduled and run on same node as the pv is.
in theory i should be able to achieve this by def…
-
**Is your feature request related to a problem? Please describe.**
I'm doing development work on a linux ublk user-space filesystem driver, and I'd _love_ to be able to use orb to do the linux build/…
-
# CI Intermittent Failure
Point of failure:
```
00:16:52.573 10:21:49 nvme_interrupt.nvme_pcie_intr_mode -- nvme/interrupt.sh@35 -- # /var/jenkins/workspace/nvme-phy-autotest/spdk/examples/bdev…
-
Is there an example of how to properly create and run multiple block devices in a single process? The recommended [`run_target`](https://docs.rs/libublk/latest/libublk/struct.UblkSession.html#method.r…
-
Currently the way to submit an SQE is:
1) prepare an opcode object `op`
2) convert the opcode into SQE by op.build()
3) submit the SQE to SQ by sq.push()/push_multiple()
It would be great to pro…
-
it is better we can see spdk_top and spdk iostat for SPDK fio plugin
08:46:49 # fio_bdev /root/repos/qlc/war/test/ftl/config/fio/por.fio
08:46:49 # local fio_dir=/root/repos/fio
08:46:49 # lo…
-
**Is your feature request related to a problem? Please describe.**
I want to use zfs in vm, but zfs need to load "zfs" kernel module:
```
user@ubuntu:~$ zpool create pool1 /tmp/a.disk
The ZFS m…