Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/administration/system-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ tmpfs 6.3G 48K 6.3G 1% /run/user/1000
: SCVM 가상머신에 접속 후 다음과 같이 명령어를 입력합니다

``` shell
ceph -s
glue -s
```
```
[root@scvm1 ~]# ceph -s
[root@scvm1 ~]# glue -s
cluster:
id: b9c88c1e-92ad-11eb-8a92-00248158f481
health: HEALTH_OK
Expand Down Expand Up @@ -162,10 +162,10 @@ OSD는 스토리지 클러스터를 구성하는 Disk로 각 OSD의 상태 및
: SCVM 가상머신에 접속 후 다음과 같이 명령어를 입력합니다

``` shell
ceph osd tree
glue osd tree
```
```
[root@scvm1 ~]# ceph osd tree
[root@scvm1 ~]# glue osd tree
ID CLASS WEIGHT TYPE NAME STATUS REWEIGHT PRI-AFF
-1 10.47949 root default
-3 3.49316 host scvm1
Expand All @@ -187,10 +187,10 @@ ID CLASS WEIGHT TYPE NAME STATUS REWEIGHT PRI-AFF
!!! result "상태확인"
각 OSD별 Status가 `up` 상태이고 REWEIGHT가 `1.0` 일 경우 정상
``` shell
ceph osd df
glue osd df
```
```
[root@scvm1 ~]# ceph osd df
[root@scvm1 ~]# glue osd df
ID CLASS WEIGHT REWEIGHT SIZE RAW USE DATA OMAP META AVAIL %USE VAR PGS STATUS
1 ssd 0.87329 1.00000 894 GiB 10 GiB 9.8 GiB 0 B 117 MiB 884 GiB 1.11 1.14 6 up
3 ssd 0.87329 1.00000 894 GiB 15 GiB 15 GiB 0 B 160 MiB 879 GiB 1.66 1.69 10 up
Expand Down Expand Up @@ -225,10 +225,10 @@ CLI를 통하여 확인 하는 방법
SCVM 가상머신에 접속 후 다음과 같이 명령어를 입력합니다

``` shell
ceph df detail
glue df detail
```
```
[root@scvm1 ~]# ceph df detail
[root@scvm1 ~]# glue df detail
--- RAW STORAGE ---
CLASS SIZE AVAIL USED RAW USED %RAW USED
ssd 10 TiB 10 TiB 322 GiB 322 GiB 3.00
Expand Down