From the course: Proxmox Virtual Environment Essential Training

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Remote and shared storage

Remote and shared storage

- [Instructor] All of the storage that we've been working with so far is local to each node. And as we've seen, we have strategies to get a guest's information from one node storage to another. But we also need to store other data like ISO images, container templates, backups, and so on, somewhere. It's fine to keep these on just one node if that suits your purposes, or to keep each node's copies of these things on its own storage, or something like that, but that can get a little bit wasteful and disorganized. To centralize our resources and make sure they're not tied to just one node, we can use shared storage resources that nodes can access. Because shared storage is independent of any particular node, we can consolidate various kinds of content in just one place, and use it from any node that has permission to access it. One way of doing this is to connect to external storage, like a NAS or SAN via SMB or NFS or another remote protocol. Or we can connect to remote block storage…

Contents