11.12. CephOrchestrator를 사용하여 사용자 정의 NFS-Ganesha 구성 재설정
Ceph Orchestrator를 사용하여 사용자 정의 구성을 기본 구성으로 재설정할 수 있습니다.
사전 요구 사항
- 실행 중인 Red Hat Ceph Storage 클러스터.
- 호스트는 클러스터에 추가됩니다.
- 모든 관리자, 모니터 및 OSD 데몬이 배포됩니다.
-
mgr/nfs모듈을 사용하여 배포된 NFS-Ganesha. - 사용자 지정 NFS 클러스터 구성이 설정됨
절차
Cephadm 쉘에 로그인합니다.
예제
[root@host01 ~]# cephadm shellNFS-Ganesha 구성을 재설정합니다.
구문
ceph nfs cluster config reset CLUSTER_NAME예제
[ceph: root@host01 /]# ceph nfs cluster config reset nfs-cephfs
검증
서비스를 나열합니다.
예제
[ceph: root@host01 /]# ceph orch ls호스트, 데몬 및 프로세스를 나열합니다.
구문
ceph orch ps --daemon_type=DAEMON_NAME예제
[ceph: root@host01 /]# ceph orch ps --daemon_type=nfs사용자 지정 구성이 삭제되었는지 확인합니다.
구문
/bin/rados -p POOL_NAME -N CLUSTER_NAME get userconf-nfs.CLUSTER_NAME -예제
[ceph: root@host01 /]# /bin/rados -p nfs-ganesha -N nfsganesha get userconf-nfs.nfsganesha -