← Back to team overview

openstack team mailing list archive

Re: Nova "migrate" and "resize"

 

On Thu, Jun 07, 2012, Roman Sokolkov <rsokolkov@xxxxxxxxx> wrote:
> Why openstack doesn't use RPC for resize and migrate stuff?

Nova does use RPC for resizes and migrations.

The SSH keys are for tranferring the instance image data, which would be
inappropriate for RPC.

I think Nova would be open to other means of bulk data transfer if
someone comes up with a reasonable proposal.

I think rsync over ssh was chosen since it's common enough to be
familiar to most people.

JE



References