cloudbase / wnbd

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

Add persistent reservation support #70

Closed petrutlucian94 closed 1 year ago

petrutlucian94 commented 1 year ago

Add persistent reservation support

We're making the necessary driver and libwnbd changes so that userspace daemons may receive scsi persistent reservation requests, when advertised as supported.

To keep things simple, we're only defining two libwnbd callbacks: PersistInFunc and PersistOutFunc. The libwnbd consumers will have to decode the scsi operation parameters and return the expected data.