Active : Ceph will process requests to the placement group.
Clean : Ceph replicated all objects in the placement group the correct
number of times.
Down : A replica with necessary data is down, so the placement group is
offline.
:: 필요한 데이타가 있는 복제본이 다운되어 pg 오프라인 상태
Degraded : Ceph has not replicated some objects in the placement group the
correct number of times yet.
:: 일부개체가 복제되지 않았다.
Inconsistent : Ceph detects inconsistencies in the one or more replicas of an
object in the placement group (for example objects are wrong size,
objects are missing from one replica after recovery finished, and so
on).
:: pg내 객체에서 하나이상의 복제본에 불일치가 감지되었다.
Peering : The placement group is undergoing the peering process.
:: peering 진행중
Recovering : Ceph is migrating/synchronizing objects and their replicas.
:: 동기화 작업중
Incomplete : Ceph detects that a placement group is missing information about
writes that may have occurred, or does not have any healthy copies. If you see this state, try to start any failed OSDs that may contain the needed information or temporarily adjust min_size to
allow recovery.
:: pg내 정보 누락및 복제본이 없는 상태가 감지되었으며 실패한 osd 데몬을 재시작하거나 min_size 를 조정하여 복구를 시도
Stale : The placement group is in an unknown state the monitors have
not received an update for it since the placement group mapping
changed.
:: pg 매핑이 변경된후 모니터로부터 업데이트 수신되지 않아 알수없는 상태
추가