7.2. ceph-immutable-object-cache 데몬 구성
ceph-immutable-object-cache
는 Ceph 클러스터 간에 RADOS 오브젝트의 오브젝트 캐시를 위한 데몬입니다.
ceph-immutable-object-cache
데몬을 사용하려면 RADOS 클러스터를 연결할 수 있어야 합니다.
데몬은 오브젝트를 로컬 디렉터리로 승격합니다. 이러한 캐시 오브젝트는 향후 읽기를 처리합니다. ceph-immutable-object-cache
패키지를 설치하여 데몬을 구성할 수 있습니다.
사전 요구 사항
- 실행 중인 Red Hat Ceph Storage 클러스터.
- 캐시에 대해 하나 이상의 SSD.
절차
RBD 공유 읽기 전용 상위 이미지 캐시를 활성화합니다.
/etc/ceph/ceph.conf 파일의
[client]
아래에 다음 매개변수를 추가합니다.예제
[root@ceph-host01 ~]# vi /etc/ceph/ceph.conf [client] rbd parent cache enabled = true rbd plugins = parent_cache
클러스터를 다시 시작합니다.
ceph-immutable-object-cache
패키지를 설치합니다.예제
[root@ceph-host1 ~]# dnf install ceph-immutable-object-cache
고유한 Ceph 사용자 ID인 인증 키를 만듭니다.
구문
ceph auth get-or-create client.ceph-immutable-object-cache.USER_NAME mon 'profile rbd' osd 'profile rbd-read-only'
예제
[root@ceph-host1 ~]# ceph auth get-or-create client.ceph-immutable-object-cache.user mon 'profile rbd' osd 'profile rbd-read-only' [client.ceph-immutable-object-cache.user] key = AQCVPH1gFgHRAhAAp8ExRIsoxQK4QSYSRoVJLw==
이 인증 키를 복사합니다.
/etc/ceph
디렉토리에서 파일을 생성하고 인증 키를 붙여넣습니다.예제
[root@ceph-host1 ]# vi /etc/ceph/ceph.client.ceph-immutable-object-cache.user.keyring [client.ceph-immutable-object-cache.user] key = AQCVPH1gFgHRAhAAp8ExRIsoxQK4QSYSRoVJLw
데몬을 활성화합니다.
구문
systemctl enable ceph-immutable-object-cache@ceph-immutable-object-cache.USER_NAME
USER_NAME 을 데몬 인스턴스로 지정합니다.
예제
[root@ceph-host1 ~]# systemctl enable ceph-immutable-object-cache@ceph-immutable-object-cache.user Created symlink /etc/systemd/system/ceph-immutable-object-cache.target.wants/ceph-immutable-object-cache@ceph-immutable-object-cache.user.service
/usr/lib/systemd/system/ceph-immutable-object-cache@.service. ceph-immutable-object-cache
데몬을 시작합니다.구문
systemctl start ceph-immutable-object-cache@ceph-immutable-object-cache.USER_NAME
예제
[root@ceph-host1 ~]# systemctl start ceph-immutable-object-cache@ceph-immutable-object-cache.user
검증
구성 상태를 확인합니다.
구문
systemctl status ceph-immutable-object-cache@ceph-immutable-object-cache.USER_NAME
예제
[root@ceph-host1 ~]# systemctl status ceph-immutable-object-cache@ceph-immutable-object-cache.user ● ceph-immutable-object-cache@ceph-immutable-object-cache.user> Loaded: loaded (/usr/lib/systemd/system/ceph-immutable-objec> Active: active (running) since Mon 2021-04-19 13:49:06 IST; > Main PID: 85020 (ceph-immutable-) Tasks: 15 (limit: 49451) Memory: 8.3M CGroup: /system.slice/system-ceph\x2dimmutable\x2dobject\x2d> └─85020 /usr/bin/ceph-immutable-object-cache -f --cl>