]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
radosgw-admin: fix infinite loop in 'datalog list' 35001/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 24 Mar 2020 19:01:31 +0000 (15:01 -0400)
committerNathan Cutler <ncutler@suse.com>
Mon, 11 May 2020 16:27:22 +0000 (18:27 +0200)
commita5b10033df1b8ed8f4424937a9f14220d8782a1d
tree9baa7b6edecd4f672b7d25eb5d661bb6259845ca
parent7f93f855492054113563e42d3e3747ca3eb1455a
radosgw-admin: fix infinite loop in 'datalog list'

affects datalog shards with more than 1000 entries

Fixes: https://tracker.ceph.com/issues/44751
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 166f38fe70e6afd2831bdb87a27c8fe757899b95)

Conflicts:
src/rgw/rgw_admin.cc
- nautilus has "log->list_entries" where master has
  "datalog_svc->list_entries"
src/rgw/rgw_admin.cc