This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# | |
# Live migration-over-SSH script for use with OpenNebula. | |
# Set the 'migrate' action to run this script in /etc/one/oned.conf | |
# for your respective virtualization type. Only KVM is supported right now. | |
# | |
# Author: Leroy Förster <[email protected]> | |
# Contributor: Paul Jost <paul.jost.immonet.de> | |
# Contributor: Mark Zealey - port to ONE 5.10 | |
# |