* Ceph VERSION : Nautilus
[현재 상태]
# ceph -s
cluster:
id: 3c17be42-37b3-4a82-9f31-45a872e42394
health: HEALTH_WARN
application not enabled on 1 pool(s)
services:
mon: 3 daemons, quorum MGMT,MON0,MON1 (age 15h)
mgr: MGMT(active, since 5w)
mds: 1 up:standby
osd: 4 osds: 4 up (since 15h), 4 in (since 15h)
data:
pools: 1 pools, 128 pgs
objects: 6 objects, 51 B
usage: 4.1 GiB used, 15 TiB / 15 TiB avail
pgs: 128 active+clean
# ceph health detail
HEALTH_WARN application not enabled on 1 pool(s)
POOL_APP_NOT_ENABLED application not enabled on 1 pool(s)
application not enabled on pool 'test_pool'
use 'ceph osd pool application enable <pool-name> <app-name>', where <app-name> is 'cephfs', 'rbd', 'rgw', or freeform for custom applications.
해결방법)
# ceph osd pool application enable [pool 이름] rgw
# ceph osd pool application enable test_pool rgw
enabled application 'rgw' on pool 'test_pool'
# ceph health
HEALTH_OK
# ceph -s
cluster:
id: 3c17be42-37b3-4a82-9f31-45a872e42394
health: HEALTH_OK
services:
mon: 3 daemons, quorum MGMT,MON0,MON1 (age 15h)
mgr: MGMT(active, since 5w)
mds: 1 up:standby
osd: 4 osds: 4 up (since 15h), 4 in (since 15h)
data:
pools: 1 pools, 128 pgs
objects: 6 objects, 51 B
usage: 4.1 GiB used, 15 TiB / 15 TiB avail
pgs: 128 active+clean
'BlockStorage(Ceph)' 카테고리의 다른 글
ceph 1 daemons have recently crashed (0) | 2021.02.20 |
---|---|
CEPH OSD OS재설치 (0) | 2021.01.31 |
[ERROR] RuntimeError: Unable to create a new OSD id (0) | 2021.01.25 |
[ERROR] missing required protocol features (0) | 2021.01.15 |
Ceph Nautilus 설치 (0) | 2020.11.13 |