11.9. Ceph Orchestrator를 사용하여 NFS-Ganesha 클러스터 정보 보기
Ceph intendedchestrator를 사용하여 NFS-Ganesha 클러스터의 정보를 볼 수 있습니다. 클러스터가 생성되는 호스트의 이름, 포트, IP 주소 및 특정 클러스터에서 모든 NFS Ganesha 클러스터 또는 특정 클러스터에 대한 정보를 가져올 수 있습니다.
사전 요구 사항
- 실행 중인 Red Hat Ceph Storage 클러스터.
- 호스트는 클러스터에 추가됩니다.
- 모든 관리자, 모니터 및 OSD 데몬이 배포됩니다.
-
mgr/nfs
모듈을 사용하여 생성된 NFS-Ganesha 클러스터입니다.
절차
Cephadm 쉘에 로그인합니다.
예제
[root@host01 ~]# cephadm shell
NFS-Ganesha 클러스터 정보를 확인합니다.
구문
ceph nfs cluster info CLUSTER_NAME
예제
[ceph: root@host01 /]# ceph nfs cluster info nfsganesha { "nfsganesha": [ { "hostname": "host02", "ip": [ "10.10.128.70" ], "port": 2049 } ] }
추가 리소스
- 자세한 내용은 Red Hat Ceph Storage 운영 가이드 의 Ceph Orchestrator를 사용하여 NFS-Ganesha 클러스터 생성 섹션을 참조하십시오.