summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@inktank.com>2013-06-18 23:01:30 -0700
committerYehuda Sadeh <yehuda@inktank.com>2013-06-18 23:01:30 -0700
commit258edfca9c9360f20cf5c4f10ba4fcd1206c5c38 (patch)
treedc9035090be8e73abeeade6bbeb137409da9c9ba
parentd628109fded061eccbffa5d8d15cb5c2d8bc741e (diff)
downloadceph-258edfca9c9360f20cf5c4f10ba4fcd1206c5c38.tar.gz
rgw: fix check_state call
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
-rw-r--r--src/cls/statelog/cls_statelog_client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cls/statelog/cls_statelog_client.cc b/src/cls/statelog/cls_statelog_client.cc
index 70e7ed6a22a..2ba38686a08 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);
}