mirror of
https://github.com/ceph/ceph
synced 2025-02-22 18:47:18 +00:00
Merge pull request #48512 from zdover23/wip-doc-2022-10-18-radosgw-notifications-prompts
doc/radowsgw: add prompts to notifications.rst Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
This commit is contained in:
commit
73bc835bb1
@ -59,23 +59,23 @@ Topic Management via CLI
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user