Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/rysnc-without-ssh. Description: The disks are copied from source to destination via rysnc over ssh during resizing/migrating. It means that we will need a password-less ssh private key setup among all compute nodes. It is a security problem in some environment. This blueprint will use rsync(tool, not the protocol) itself(not over ssh) to copy/delete the disks. Specification URL (additional information): None