]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: clear data_sync_cr if RGWDataSyncControlCR fails
authorCasey Bodley <cbodley@redhat.com>
Tue, 11 Oct 2016 19:19:37 +0000 (15:19 -0400)
committerCasey Bodley <cbodley@redhat.com>
Fri, 14 Oct 2016 20:45:10 +0000 (16:45 -0400)
commit5cc599b9bf2dde31de16a5b2831baf06851d69d5
tree3551d33439ce7fd5d77c35694f9563d134e7f1a1
parentcfcfe9633d4d9e435ab412c5928ce40ae095ad0d
rgw: clear data_sync_cr if RGWDataSyncControlCR fails

async notifications will still try to call wakeup() on RGWDataSyncControlCR
if it fails, leading to segfault

Fixes: http://tracker.ceph.com/issues/17569
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_data_sync.cc