1 | initial version |
Hi,
For RBD mappings, there are two components: the WNBD
driver and the userspace daemon (rbd-wnbd
).
rbd-wnbd
logging can be enabled through ceph.conf. It can use file logging and/or Windows event logging. There's a sample in the ceph documentation: https://docs.ceph.com/en/latest/install/windows-basic-config/
As for WNBD, it logs to the Windows event log. The default log level is "WARNING". Here's some more information about the WNBD logging configuration: https://github.com/cloudbase/wnbd#wnbd-driver-logging
Regards, Lucian