[SPDK] Re: performing i/o to a disk while removing cause the cpu to stuck
Liu, Changpeng <changpeng.liu at intel.com>
| Newsgroups | dev.linux.lists.spdk |
|---|---|
| Message-ID | <FF7FC980937D6342B9D289F5F3C7C2625B8D62E7@SHSMSX103.ccr.corp.intel.com> |
Hi Avner, Do you mean only NVMe driver is used for your cases ? By default, we enabled the hotplug support with bdev/nvme module layer, there need a poller to process the removal uevents from vfio-pci driver. > -----Original Message----- > From: Avner Taieb <avner(a)reduxio.com> > Sent: Monday, February 17, 2020 8:50 PM > To: Storage Performance Development Kit <spdk(a)lists.01.org> > Subject: [SPDK] performing i/o to a disk while removing cause the cpu to stuck > > Hi, > We are using SPDK 19.07, nvme device, vfio driver. > We got into a situation that removing disk, while performing I/O to it, > stall the CPU in the function spdk_mmio_write_4, when accessing the PCI > register, in the line *addr = val > > any idea ? > > Thanks, > Avner > _______________________________________________ > SPDK mailing list -- spdk(a)lists.01.org > To unsubscribe send an email to spdk-leave(a)lists.01.org