]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
During a restore send the restore request to the right host
authorDuncan Thomas <duncan.thomas@hp.com>
Wed, 3 Sep 2014 18:07:14 +0000 (19:07 +0100)
committerDuncan Thomas <duncan.thomas@hp.com>
Wed, 3 Sep 2014 18:07:14 +0000 (19:07 +0100)
commit90bbed483618505620346255d0f1f3eeb539fea0
treef7845d509896ffc9e44c79b8068733c6bce347b5
parentbaa34a301b1e46d860038b4901b8061bb7101d4f
During a restore send the restore request to the right host

For restore from LVM volumes to work, the restore must be done
on the host that serves the volume, since local_path is used
in the restore code.

Change-Id: Iad1fb5588b8365a0a165754389340bca3f1830b5
Closes-Bug: #1365065
cinder/backup/api.py