rename method, minor change
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
*logshard = objname + buf;
}
-int RGWReshard::inspect_all_logshards()
+int RGWReshard::process_all_logshards()
{
int ret = 0;
do {
utime_t start = ceph_clock_now();
ldout(cct, 2) << "object expiration: start" << dendl;
- if (reshard->inspect_all_logshards()) {
+ if (reshard->process_all_logshards()) {
/* All shards have been processed properly. Next time we can start
* from this moment. */
last_run = start;
/* reshard thread */
int process_single_logshard(int logshard_num);
- int inspect_all_logshards();
+ int process_all_logshards();
bool going_down();
void start_processor();
void stop_processor();