[SPDK] After spdk_bdev_reset() call, IO operations a still permitted on the same channel
ssunder at xilinx.com
| Newsgroups | dev.linux.lists.spdk |
|---|---|
| Message-ID | <[email protected]> |
I have performed some experiments to understand the behavior of IO operations after spdk_bdev_reset(). I used hello_bdev example for this purpose and I concluded the bdev reset has no impact on IO operation issued on the same channel. I thought once the reset is issued, the bdev layer should reject all new bdev read/write requests including inflight requests but it is not happening. Can someone explain what is the expectation from spdk_bdev_reset() and how it supposed to work ?