Skip to content

Commit fe05abd

Browse files
authored
Update pod-migration.mdx (#614)
2 parents 94eb8b0 + 665e698 commit fe05abd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pods/troubleshooting/pod-migration.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ import { MachineTooltip } from "/snippets/tooltips.jsx";
1010
Pod migration is currently in beta. [Join our Discord](https://discord.gg/runpod) if you'd like to provide feedback.
1111
</Note>
1212

13+
<iframe
14+
className="w-full aspect-video rounded-xl"
15+
src="https://www.youtube.com/embed/q7I0uVTOhqg"
16+
title="3 Minute Runpod: Migrate your volume to a new Pod automatically"
17+
frameBorder="0"
18+
allow="fullscreen; accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
19+
allowFullScreen
20+
></iframe>
21+
1322
When you start a Pod, it's assigned to a specific physical <MachineTooltip /> with 4-8 GPUs. This creates a link between your Pod and that particular machine. As long as your Pod is running, that GPU is exclusively reserved for you, which ensures stable pricing and prevents your work from being interrupted.
1423

1524
When you stop a Pod, you release that specific GPU, allowing other users to rent it. If another user rents the GPU while your Pod is stopped, the GPU will be occupied when you try to restart. Because your Pod is still tied to that original machine, you'll see message asking you to migrate your Pod. This doesn't mean there are no GPUs of that type available on Runpod, just that none are available on the specific physical machine where your Pod's data is stored.

0 commit comments

Comments
 (0)