mirror of
https://github.com/ceph/ceph
synced 2025-03-31 07:53:23 +00:00
rbd-mirror: FAILED assert(!m_status_watcher)
Fixes: http://tracker.ceph.com/issues/16245 Signed-off-by: Mykola Golub <mgolub@mirantis.com>
This commit is contained in:
parent
67f1370b84
commit
b8bfc0f2ef
@ -599,7 +599,7 @@ void Replayer::set_sources(const ImageIds &image_ids)
|
||||
return;
|
||||
}
|
||||
|
||||
if (m_image_replayers.empty()) {
|
||||
if (m_image_replayers.empty() && !existing_image_replayers) {
|
||||
// create entry for pool if it doesn't exist
|
||||
r = mirror_image_status_init();
|
||||
if (r < 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user