5.2. 풀
Red Hat은 radosgw
데몬이 생성할 풀에 적절한 배치 그룹 수를 계산하기 위해 Ceph 배치 그룹의 풀 계산기 를 사용하는 것이 좋습니다. Ceph 구성 데이터베이스에서 계산된 값을 기본값으로 설정합니다.
예
[ceph: root@host01 /]# ceph config set osd osd_pool_default_pg_num 50 [ceph: root@host01 /]# ceph config set osd osd_pool_default_pgp_num 50
참고
Ceph Object Gateway 인스턴스가 풀을 생성할 때 Ceph 구성을 변경하면 기본값을 사용합니다. 또는 수동으로 풀을 만들 수도 있습니다.
영역별 풀 이름은 이름 지정 규칙 ZONE_NAME.POOL_NAME
을 따릅니다. 예를 들어 us-east
라는 영역에는 다음과 같은 풀이 있습니다.
-
.rgw.root
-
us-east.rgw.control
-
us-east.rgw.meta
-
us-east.rgw.log
-
us-east.rgw.buckets.index
-
us-east.rgw.buckets.data
-
us-east.rgw.buckets.non-ec
-
us-east.rgw.meta:users.keys
-
us-east.rgw.meta:users.email
-
us-east.rgw.meta:users.swift
-
us-east.rgw.meta:users.uid
추가 리소스
- 풀 생성에 대한 자세한 내용은 Red Hat Ceph Storage Storage Strategies Guide 의 풀 장을 참조하십시오.