cloudbase / wnbd

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

libwnbd: improve soft disconnect logging #80

Closed petrutlucian94 closed 1 year ago

petrutlucian94 commented 1 year ago

When a disk is soft disconnected, other applications are notified through PnP events and can temporarily delay the disk removal.

We're logging a message if a disconnect operation is rejected by other applications, specifying the veto name.

This change brings the following improvements:

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