6.2. NFS 구성 사용자 정의
구성 파일을 사용하여 NFS 클러스터를 사용자 지정합니다. 이를 통해 NFS 클러스터는 지정된 구성을 사용하며 기본 구성 블록보다 우선합니다.
사전 요구 사항
- 실행 중이고 정상적인 Red Hat Ceph Storage 클러스터입니다.
- Ceph Metadata Server(MDS) 노드에 대한 루트 수준 액세스.
-
ceph nfs cluster create
명령을 사용하여 생성된 NFS 클러스터입니다.
프로세스
구성 파일을 생성합니다.
예
[ceph: root@host01 /]# touch nfs-cephfs.conf
다음 블록을 사용하여 구성 파일에서 로그인을 활성화합니다.
예
[ceph: root@host01 /]# vi nfs-cephfs.conf LOG { COMPONENTS { ALL = FULL_DEBUG; } }
새 구성을 설정합니다.
구문
ceph nfs cluster config set CLUSTER_NAME -i PATH_TO_CONFIG_FILE
예
[ceph: root@host01 /]# ceph nfs cluster config set nfs-cephfs -i nfs-cephfs.conf NFS-Ganesha Config Set Successfully
사용자 지정 NFS Ganesha 구성을 확인합니다.
구문
ceph nfs cluster config get CLUSTER_NAME
예
[ceph: root@host01 /]# ceph nfs cluster config get nfs-cephfs LOG { COMPONENTS { ALL = FULL_DEBUG; } }
사용자 정의 구성의 경우 출력이 제공됩니다.
선택 사항: 사용자 정의 구성을 제거하려면 다음 명령을 실행합니다.
구문
ceph nfs cluster config reset CLUSTER_NAME
예
[ceph: root@host01 /]# ceph nfs cluster config reset nfs-cephfs NFS-Ganesha Config Reset Successfully