cloudbase / wnbd

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

Add option setters/getters #28

Closed petrutlucian94 closed 3 years ago

petrutlucian94 commented 3 years ago

Add option setters/getters

We're going to allow defining driver options and retrieve or update them using IOCTL calls.

This is better than using the registry keys directly for the following reasons:

We're removing WnbdRaiseDrvLogLevel as well as the "set-debug" command, which become superfluous.