> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloud.vessl.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 노드 재부팅하기

> 노드를 언제, 어떻게 재부팅하는지와 재부팅하면 어떻게 되는지 안내해요.

클러스터 상세 페이지에서 노드를 직접 재부팅할 수 있어요. 일시적인 GPU 오류를 해결하거나 드라이버 변경을 적용할 때 유용해요.

<div>
  <Frame>
    <img src="https://mintcdn.com/dora/5t6p_q3y3A1ut21q/images/vm-clusters-node-reboot.png?fit=max&auto=format&n=5t6p_q3y3A1ut21q&q=85&s=d4a5cabf1b84ad95e860568d90a8605a" alt="노드 상태, 공인 IP와 내부 IP, Reboot 버튼이 보이는 노드 상세 페이지 상단" width="1800" height="190" data-path="images/vm-clusters-node-reboot.png" />
  </Frame>

  <small>예시: 노드 상세 페이지의 Reboot 버튼</small>
</div>

## 재부팅하면 어떻게 되나요

* <strong>콜드 재시작(cold restart)만 가능해요.</strong> GPU가 VM에 패스스루(passthrough)로 연결돼 있어서 라이브 마이그레이션(live migration)은 할 수 없고, VM을 완전히 재시작해요.
* VM은 <strong>같은 물리 노드 또는 다른 물리 노드</strong>에서 다시 올라올 수 있어요.
* SSH로 다시 접속할 때까지 보통 <strong>수십 분</strong> 정도 걸리고, 경우에 따라 한 시간 이상 걸리기도 해요.

<Note>
  VM Cluster는 예약 계약이라, 재부팅 중에도 과금이 계속돼요.
</Note>

<Note>
  중요한 데이터는 [NFS 공유 스토리지](/ko/vm-clusters/nfs-storage)에 보관하세요. 하드웨어 장애로 노드가 재배치되면 노드의 부팅 디스크(boot disk)가 사라질 수 있어요.
</Note>
