From 122f3129243e7c78f9a01225a7c9dcb3053b8c76 Mon Sep 17 00:00:00 2001 From: ktcheon <78330248+kt-cheon@users.noreply.github.com> Date: Tue, 14 Apr 2026 15:40:13 +0900 Subject: [PATCH] Update system-check.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ceph 명령어 glue로 변경 --- docs/administration/system-check.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/administration/system-check.md b/docs/administration/system-check.md index 6bed51e1..2c0441f8 100644 --- a/docs/administration/system-check.md +++ b/docs/administration/system-check.md @@ -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 @@ -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 @@ -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 @@ -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