cloudbase / wnbd

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

Fix install/uninstall process #59

Closed petrutlucian94 closed 3 years ago

petrutlucian94 commented 3 years ago

Failed installs are leaking WNBD adapters that don't have an associated driver or device class. Those stale devices impact certain libwnbd operations.

This PR updates the driver install/uninstall process, ensuring that we're properly reverting failed installs.