RamenDR / ramen

Apache License 2.0
73 stars 53 forks source link

Workaround for rbd-mirror bug #1333

Closed nirs closed 4 months ago

nirs commented 5 months ago

We have random timeout when waiting for mirroring health. When this happens rbd-mirror fails to connect to the ceph mon but the system does not recover from the error. Restarting the rbd-mirror daemon fixes the issue.

This change:

Restarting the rbd-mirror may not be needed in the future when the root cause is found and fixed.

Fixes #1332