From: Yehuda Sadeh Date: Wed, 19 Jun 2013 06:01:30 +0000 (-0700) Subject: rgw: fix check_state call X-Git-Tag: v0.67-rc1~128^2~25^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=258edfca9c9360f20cf5c4f10ba4fcd1206c5c38;p=ceph.git rgw: fix check_state call Signed-off-by: Yehuda Sadeh --- diff --git a/src/cls/statelog/cls_statelog_client.cc b/src/cls/statelog/cls_statelog_client.cc index 70e7ed6a22a1..2ba38686a08e 100644 --- a/src/cls/statelog/cls_statelog_client.cc +++ b/src/cls/statelog/cls_statelog_client.cc @@ -123,6 +123,6 @@ void cls_statelog_check_state(librados::ObjectOperation& op, const string& clien ::encode(call, inbl); - op.exec("statelog", "list", inbl, NULL); + op.exec("statelog", "check_state", inbl, NULL); }