Hi,
We have one three-node PVE cluster and several standalone PVE hosts. We'd like to be able to migrate VMs and containers between the standalone hosts and the cluster in a similar way to how we already can between nodes in the cluster using the web interface.
Right now I can do something like this:
root@standalone1:~# vzdump 10001 -stdout -mode stop | ssh root@clusternode1 "qmrestore - 10001 -storage Storage"
but this prevents other less unix-oriented admins from performing the same task.
Is it possible to connect the standalone hosts to the cluster while not taking full part? We'd like to maintain a degree of separation in case the cluster as a whole suffers any problems. Or is there another approach that would make more sense in this situation?
Best regards,
Karl Dane
We have one three-node PVE cluster and several standalone PVE hosts. We'd like to be able to migrate VMs and containers between the standalone hosts and the cluster in a similar way to how we already can between nodes in the cluster using the web interface.
Right now I can do something like this:
root@standalone1:~# vzdump 10001 -stdout -mode stop | ssh root@clusternode1 "qmrestore - 10001 -storage Storage"
but this prevents other less unix-oriented admins from performing the same task.
Is it possible to connect the standalone hosts to the cluster while not taking full part? We'd like to maintain a degree of separation in case the cluster as a whole suffers any problems. Or is there another approach that would make more sense in this situation?
Best regards,
Karl Dane