New Question

Revision history [back]

click to hide/show revision 1
initial version

Hi,

Please make sure that the ceph-rbd service is running. You may use the following PowerShell command:

Get-Service ceph-rbd

If the service is already running, ensure that logging is enabled:

[client]
...
; uncomment the following line
log file = C:/ProgramData/ceph/out/$name.$pid.log

Then check the service log at C:/ProgramData/ceph/out/$name.$pid.log. Use Get-Process or the task manager to obtain the process id of the Ceph RBD service (look for the rbd-wnbd.exe executable).

The service logs should reveal the problem.

Regards, Lucian