cloudbase / wnbd

Windows Ceph RBD NBD driver
GNU Lesser General Public License v2.1
57 stars 26 forks source link

driver: track submitted requests #104

Closed petrutlucian94 closed 1 year ago

petrutlucian94 commented 1 year ago

Unlike the nbd dispatcher, the wnbd dispatcher doesn't increment the counter after forwarding IO requests.

This change ensures that submitted requets will be tracked accordingly, which is useful for debugging purposes.

Signed-off-by: Lucian Petrut lpetrut@cloudbasesolutions.com