11.8. Ceph Orchestrator를 사용하여 NFS-Ganesha 클러스터 업데이트
백엔드에서 Cephadm과 함께 Cephadm을 사용하여 호스트에서 데몬 배치를 변경하여 NFS-Ganesha 클러스터를 업데이트할 수 있습니다.
사전 요구 사항
- 실행 중인 Red Hat Ceph Storage 클러스터.
- 호스트는 클러스터에 추가됩니다.
- 모든 관리자, 모니터 및 OSD 데몬이 배포됩니다.
-
mgr/nfs
모듈을 사용하여 생성된 NFS-Ganesha 클러스터입니다.
절차
Cephadm 쉘에 로그인합니다.
예제
[root@host01 ~]# cephadm shell
클러스터를 업데이트합니다.
구문
ceph orch apply nfs CLUSTER_NAME ["HOST_NAME_1,HOST_NAME_2,HOST_NAME_3"]
CLUSTER_NAME 은 임의의 문자열이며 HOST_NAME_1 은 배포된 NFS-Ganesha 데몬을 업데이트하기 위해 호스트를 나타내는 선택적 문자열입니다.
예제
[ceph: root@host01 /]# ceph orch apply nfs nfsganesha "host02"
그러면
host02
에서nfsganesha
클러스터가 업데이트됩니다.
검증
클러스터 세부 정보를 나열합니다.
예제
[ceph: root@host01 /]# ceph nfs cluster ls
NFS-Ganesha 클러스터 정보를 표시합니다.
구문
ceph nfs cluster info CLUSTER_NAME
예제
[ceph: root@host01 /]# ceph nfs cluster info nfsganesha
호스트, 데몬 및 프로세스를 나열합니다.
구문
ceph orch ps --daemon_type=DAEMON_NAME
예제
[ceph: root@host01 /]# ceph orch ps --daemon_type=nfs
추가 리소스
- 자세한 내용은 Red Hat Ceph Storage 운영 가이드 의 Ceph Orchestrator를 사용하여 NFS-Ganesha 클러스터 생성 섹션을 참조하십시오.