ceph / ceph-nvmeof

Service to provide Ceph storage over NVMe-oF/TCP protocol
GNU Lesser General Public License v3.0
74 stars 39 forks source link

use asynchronous version of ioctx.notify aio_notify in state.py #733

Closed leonidc closed 1 day ago

leonidc commented 1 week ago
### Tasks
leonidc commented 1 week ago

notify is a rados primitive that used for notify other gateways within the group of change. we prefer not to use the blocking api "notify" since it in some cases may block for 5 seconds.

leonidc commented 1 week ago

https://github.com/ceph/ceph-nvmeof/pull/734

caroav commented 1 day ago

Fixed in another way by https://github.com/ceph/ceph-nvmeof/pull/745