mirror of
https://github.com/ceph/ceph
synced 2025-01-11 21:50:26 +00:00
Merge pull request #15912 from cloudbau/wip-20107
rgw: Fix duplicate tag removal during GC Reviewed-by: Yehuda Sadeh <yehuda@redhat.com> Tested-by: Yuri Weinstein <yweinste@redhat.com>
This commit is contained in:
commit
14ab16a46f
@ -222,6 +222,10 @@ int RGWGC::process(int index, int max_secs)
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!remove_tags.empty()) {
|
||||
RGWGC::remove(index, remove_tags);
|
||||
remove_tags.clear();
|
||||
}
|
||||
} while (truncated);
|
||||
|
||||
done:
|
||||
|
Loading…
Reference in New Issue
Block a user