Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Add basic RelocateVM support (aka storage vMotion) #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fennm
Copy link

@fennm fennm commented Mar 13, 2014

This makes no attempt to be clever, and only calls the RelocateVM
function with the most straightforward spec. It's similar to the
provided vm.migrate function in that regard

Example usage:

cd /vc/dc/computers/cluster/hosts
/vc/dc/computers/cluster/hosts> vm.relocate -o esx2 -d esx2/datastores/esx2-datastore1 esx1/vms/vm1001
RelocateVM vm1001: success

This makes no attempt to be clever, and only calls the RelocateVM
function with the most straightforward spec.  It's similar to the
provided vm.migrate function in that regard

Example usage:
> cd /vc/dc/computers/cluster/hosts
/vc/dc/computers/cluster/hosts> vm.relocate -o esx2 -d esx2/datastores/esx2-datastore1 esx1/vms/vm1001
RelocateVM vm1001: success
@cdickmann
Copy link
Contributor

Thanks! I just merged this into our internal repo. It will appear on public github later.

@fennm
Copy link
Author

fennm commented Apr 11, 2014

Very cool!

Michael

On 04/11/2014 11:07 AM, cdickmann wrote:

Thanks! I just merged this into our internal repo. It will appear on
public github later.


Reply to this email directly or view it on GitHub
#92 (comment).

@cdickmann
Copy link
Contributor

Yeah, I actually needed it just now :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants