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

Add basic RelocateVM support (aka storage vMotion)#92

Open
fennm wants to merge 1 commit into
vmware-archive:masterfrom
fennm:add-relocatevm
Open

Add basic RelocateVM support (aka storage vMotion)#92
fennm wants to merge 1 commit into
vmware-archive:masterfrom
fennm:add-relocatevm

Conversation

@fennm

@fennm fennm commented Mar 13, 2014

Copy link
Copy Markdown

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
Copy Markdown
Contributor

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

@fennm

fennm commented Apr 11, 2014

Copy link
Copy Markdown
Author

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
Copy Markdown
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