Skip to content

Commit

Permalink
radosgw-admin: 'zonegroup add' prints updated zonegroup
Browse files Browse the repository at this point in the history
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit d355208)
  • Loading branch information
cbodley authored and yehudasa committed May 10, 2016
1 parent bd6b5fc commit dccb5ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/rgw/rgw_admin.cc
Expand Up @@ -2862,6 +2862,9 @@ int main(int argc, char **argv)
<< cpp_strerror(-ret) << std::endl;
return ret;
}

encode_json("zonegroup", zonegroup, formatter);
formatter->flush(cout);
}
break;
case OPT_ZONEGROUP_CREATE:
Expand Down

0 comments on commit dccb5ef

Please sign in to comment.