]> git-server-git.apps.pok.os.sepia.ceph.com Git - radosgw-agent.git/commitdiff
better comment on default values for worker bound
authorAlfredo Deza <adeza@redhat.com>
Tue, 20 Jan 2015 19:09:38 +0000 (14:09 -0500)
committerAlfredo Deza <adeza@redhat.com>
Wed, 28 Jan 2015 18:43:08 +0000 (13:43 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
radosgw_agent/client.py

index a3cd0b0656aec085de3548f02de337d9ac29bacc..73373a2e010dc9124577240b9338a6f3f4f6dab0 100644 (file)
@@ -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,