cloudbase / wnbd

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

driver: Changed WnbdSetModeSense failure log message level to debug #94

Closed stefan-chivu closed 1 year ago

stefan-chivu commented 1 year ago

When mapping a device, three consecutive info level log messages related to the failure of the WnbdSetModeSense function were being printed. This happend due to two unsupported mode pages, respectively the "Control" (0xAh) and "Informational Exceptions Control" (0x1Ch) mode pages. These two pages are related to task set management and error logging, which we don't support.

In order to make info level logging clearer, the WnbdSetModeSense failure logs have been set as debug level.

Signed-off-by: Stefan Chivu schivu@cloudbasesolutions.com