2.15.7. 주제 관리에 명령줄 인터페이스 사용
명령줄 인터페이스를 사용하여 주제를 나열, 가져오기 및 제거할 수 있습니다.
사전 요구 사항
- Ceph Object Gateway 노드에 대한 루트 수준 액세스.
프로세스
사용자의 모든 주제 목록을 가져오려면 다음을 수행합니다.
구문
radosgw-admin topic list --uid=USER_ID예
[root@rgw ~]# radosgw-admin topic list --uid=example특정 주제의 구성을 가져오려면 다음을 수행합니다.
구문
radosgw-admin topic get --uid=USER_ID --topic=TOPIC_NAME예
[root@rgw ~]# radosgw-admin topic get --uid=example --topic=example-topic특정 주제를 제거하려면 다음을 수행합니다.
구문
radosgw-admin topic rm --uid=USER_ID --topic=TOPIC_NAME예
[root@rgw ~]# radosgw-admin topic rm --uid=example --topic=example-topic