mirror of
https://github.com/ceph/ceph
synced 2025-01-20 01:51:34 +00:00
Merge pull request #18821 from prallabh/wip-22084
rgw: Fix swift object expiry not deleting objects Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
commit
54b657ec0d
@ -137,7 +137,6 @@ static int cls_timeindex_list(cls_method_context_t hctx,
|
||||
const string& index = iter->first;
|
||||
bufferlist& bl = iter->second;
|
||||
|
||||
marker = index;
|
||||
if (use_time_boundary && index.compare(0, to_index.size(), to_index) >= 0) {
|
||||
CLS_LOG(20, "DEBUG: cls_timeindex_list: finishing on to_index=%s",
|
||||
to_index.c_str());
|
||||
@ -156,6 +155,7 @@ static int cls_timeindex_list(cls_method_context_t hctx,
|
||||
e.value = bl;
|
||||
entries.push_back(e);
|
||||
}
|
||||
marker = index;
|
||||
}
|
||||
|
||||
ret.marker = marker;
|
||||
|
Loading…
Reference in New Issue
Block a user