From: Casey Bodley Date: Fri, 21 Apr 2017 19:04:48 +0000 (-0400) Subject: radosgw-admin: warn that 'realm rename' does not update other clusters X-Git-Tag: v12.0.3~285^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F14722%2Fhead;p=ceph.git radosgw-admin: warn that 'realm rename' does not update other clusters Fixes: http://tracker.ceph.com/issues/19746 Signed-off-by: Casey Bodley --- diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index 23473bc1259a..46a9d3f933c8 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -3286,6 +3286,9 @@ int main(int argc, const char **argv) cerr << "realm.rename failed: " << cpp_strerror(-ret) << std::endl; return -ret; } + cout << "Realm name updated. Note that this change only applies to " + "the current cluster, so this command must be run separately " + "on each of the realm's other clusters." << std::endl; } break; case OPT_REALM_SET: