]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix missing pool name in consistency group
authorWalter A. Boring IV <walter.boring@hp.com>
Tue, 7 Jul 2015 21:34:18 +0000 (14:34 -0700)
committerWalter A. Boring IV <walter.boring@hp.com>
Tue, 7 Jul 2015 21:53:27 +0000 (14:53 -0700)
commitfc3ca7a9fdb6ead6a6d196cfc81abae9024151e8
treea9a98071b4b9a0469a88ff2ec6d4eed21a802069
parent5464cdd836861b42c0bedc2771f2af227c81d8b4
Fix missing pool name in consistency group

This patch makes sure that the entire host is used
in the consistency group host entry.  Previously,
whatever host entry was in the database was being
overwritten by the volume manager's self.host entry,
which doesn't contain a pool.

Change-Id: Ib377429f9cb442b5aaeb2338dd36b6e33f49a41c
Closes-Bug: 1472344
cinder/tests/unit/test_volume.py
cinder/tests/unit/utils.py
cinder/volume/manager.py