Skip to content

Commit

Permalink
radosgw-admin: warn that 'realm rename' does not update other clusters
Browse files Browse the repository at this point in the history
Fixes: http://tracker.ceph.com/issues/19746

Signed-off-by: Casey Bodley <cbodley@redhat.com>
  • Loading branch information
cbodley committed Apr 21, 2017
1 parent 07b1c0d commit 8a459c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/rgw/rgw_admin.cc
Expand Up @@ -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:
Expand Down

0 comments on commit 8a459c7

Please sign in to comment.