Skip to content

Commit

Permalink
rgw: complete versioning enablment after sending it to meta master
Browse files Browse the repository at this point in the history
Fixes: http://tracker.ceph.com/issues/18003
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
  • Loading branch information
oritwas committed Dec 12, 2016
1 parent 483969f commit 65b1edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/rgw_op.cc
Expand Up @@ -1747,8 +1747,8 @@ void RGWSetBucketVersioning::execute()
op_ret = forward_request_to_master(s, NULL, store, in_data, nullptr);
if (op_ret < 0) {
ldout(s->cct, 20) << __func__ << "forward_request_to_master returned ret=" << op_ret << dendl;
return;
}
return;
}

if (enable_versioning) {
Expand Down

0 comments on commit 65b1edb

Please sign in to comment.