Can I use an uploaded ISO image from another node in the cluster?

Feb 17, 2020
106
22
38
45
I've uploaded some popular linux .iso images to my first Proxmox VE:

1593720453512.pngI

Now I created a second node called proxmox2. Can I use the .iso images stored on the original 'proxmox' node to create a new VM from them?

The second node only shows me local images:

1593720513558.png

I know I can SCP the images over, I just think this would be a cool feature.
 
no. usually people put ISOs and templates on some NFS or CIFS share that is accessible by all nodes (or even all clusters).
 
Hi @fabian - thanks for you response. If I understand you correctly then the recommended flow is:

1) to install a VM inside one of the Proxmox hosts (or purchase an external NAS)
2) set up an NFS storage within Proxmox this way:

1593796142165.png

3) Then mount the ISO image from the NFS share like this:

1593796204326.png
?
 
usually you'd use a file server that is not on the same cluster, else you can easily run into dependency loops. but yes, that's the gist ;)