This PR adds unselectable prompts to doc/radosgw/notifications.rst.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
Configuration of all topics, associated with a tenant, could be fetched using the following command:
-::
+.. prompt:: bash #
- # radosgw-admin topic list [--tenant={tenant}]
+ radosgw-admin topic list [--tenant={tenant}]
Configuration of a specific topic could be fetched using:
-::
+.. prompt:: bash #
- # radosgw-admin topic get --topic={topic-name} [--tenant={tenant}]
+ radosgw-admin topic get --topic={topic-name} [--tenant={tenant}]
And removed using:
-::
+.. prompt:: bash #
- # radosgw-admin topic rm --topic={topic-name} [--tenant={tenant}]
+ radosgw-admin topic rm --topic={topic-name} [--tenant={tenant}]
Notification Performance Stats