]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw multisite: fix the increamtal bucket sync init 11553/head
authorZengran Zhang <zhangzengran@h3c.com>
Wed, 19 Oct 2016 09:05:27 +0000 (17:05 +0800)
committerZengran Zhang <zhangzengran@h3c.com>
Thu, 20 Oct 2016 01:18:27 +0000 (09:18 +0800)
commit0d928c26408f2fa0b276304c4c00e9c41e0777fa
tree45670e1844bd13acbb45cbfc88623b7dd6c0e412
parent4d9ce9e9a5493cbd0d6485507350b6c7cf5e1d4c
rgw multisite: fix the increamtal bucket sync init

in the `RGWBucketShardFullSyncCR::operate`, inc_marker will assigned with remote bilog's max_marker.
but the sync_status's inc_marker cant be assigned.so the next step inc sync will always sync
from null log,which means at beginning log.

Fixes: http://tracker.ceph.com/issues/17624
Signed-off-by: Zengran Zhang <zhangzengran@h3c.com>
src/rgw/rgw_data_sync.cc