]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: RGWMetaSyncCR loops through period history
authorCasey Bodley <cbodley@redhat.com>
Thu, 18 Feb 2016 16:31:45 +0000 (11:31 -0500)
committerYehuda Sadeh <yehuda@redhat.com>
Thu, 18 Feb 2016 22:04:21 +0000 (14:04 -0800)
commiteebe61a579ff20d428cbd48713af2685a38d0b38
treec28b0a173b0d1c41fbb91f07e22f3a8037bfa89c
parent6b6625e28c77ab5236fa275d78f082ee1635299c
rgw: RGWMetaSyncCR loops through period history

RGWMetaSyncCR uses a period history Cursor to track its position. it
uses this to get the max sync markers for each shard from the following
period, so that RGWMetaSyncShardCR knows when to stop syncing and return
control to RGWMetaSyncCR

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_sync.cc