2.4. 유형별로 Ceph 데몬 시작, 중지 및 재시작

특정 유형의 모든 Ceph 데몬을 시작, 중지 또는 다시 시작하려면 Ceph 데몬을 실행하는 노드에서 다음 절차를 따르십시오.

사전 요구 사항

  • 실행 중인 Red Hat Ceph Storage 클러스터.
  • 노드에 root 액세스 권한이 있어야 합니다.

절차

  • Ceph 모니터 노드에서:

    시작:

    [root@mon ~]# systemctl start ceph-mon.target

    중지:

    [root@mon ~]# systemctl stop ceph-mon.target

    다시 시작:

    [root@mon ~]# systemctl restart ceph-mon.target

  • Ceph Manager 노드에서:

    시작:

    [root@mgr ~]# systemctl start ceph-mgr.target

    중지:

    [root@mgr ~]# systemctl stop ceph-mgr.target

    다시 시작:

    [root@mgr ~]# systemctl restart ceph-mgr.target

  • Ceph OSD 노드에서:

    시작:

    [root@osd ~]# systemctl start ceph-osd.target

    중지:

    [root@osd ~]# systemctl stop ceph-osd.target

    다시 시작:

    [root@osd ~]# systemctl restart ceph-osd.target

  • Ceph Object Gateway 노드에서:

    시작:

    [root@rgw ~]# systemctl start ceph-radosgw.target

    중지:

    [root@rgw ~]# systemctl stop ceph-radosgw.target

    다시 시작:

    [root@rgw ~]# systemctl restart ceph-radosgw.target