You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc/rgw/account: Handling notification topics when migrating an existing user into an account
Add a subsection under "Migrate an existing User into an Account" to
describe how a client can seamlessly migrate the notification topics
after account migration.
Fixes https://tracker.ceph.com/issues/67656
Signed-off-by: Oguzhan Ozmen <[email protected]>
In this example, `RGW00000000000000001` is the account ID, `topic1` is the
221
+
topic name and `ID1` is the notification ID.
222
+
223
+
4. ``Removing Old Topics``: Once no buckets are subscribed to the old user-owned topics,
224
+
they can be removed by an admin::
225
+
226
+
$ radosgw-admin topic rm --topic topic1
227
+
190
228
Account Root example
191
229
--------------------
192
230
@@ -252,3 +290,5 @@ This example uses `awscli`_ to create an IAM user for S3 operations.
252
290
.. _Evaluating policies within a single account: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html#policy-eval-basics
0 commit comments