From 6f44dc4c02e09b1ae186742bacba0c873c7b1de3 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 20 Jan 2015 14:09:38 -0500 Subject: [PATCH] better comment on default values for worker bound Signed-off-by: Alfredo Deza --- radosgw_agent/client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/radosgw_agent/client.py b/radosgw_agent/client.py index a3cd0b0..73373a2 100644 --- a/radosgw_agent/client.py +++ b/radosgw_agent/client.py @@ -347,7 +347,8 @@ def get_worker_bound(connection, type_, id_): except exc.NotFound: log.debug('no worker bound found for bucket instance "%s"', id_) - # return fallback, default values + # if no worker bounds have been set, start from the beginning + # returning fallback, default values return dict( marker=' ', oldest_time=DEFAULT_TIME, -- 2.47.3