]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
DRBD: Use correct function object after DBus disconnect.
authorPhilipp Marek <philipp.marek@linbit.com>
Tue, 10 Feb 2015 09:07:53 +0000 (10:07 +0100)
committerPhilipp Marek <philipp.marek@linbit.com>
Tue, 10 Feb 2015 09:07:53 +0000 (10:07 +0100)
commit1c061402a22e409bd83d4922af90ee7718a9b901
tree9e7cb056096f1bb305480a88df12c832d535d0dc
parent60e951ecf9ab2c5740a4e569c1b9c5d0bb01e219
DRBD: Use correct function object after DBus disconnect.

When the DRBDmanage daemon gets restarted in some way, the DBus
object used is no longer valid.
But it's not enough to get a new object; the function got invalid,
too, so it has to be fetched anew.

Closes-Bug: #1420171
Change-Id: Ie4734d8e3a183957c1f9421a5794f9ef962650b7
cinder/volume/drivers/drbdmanagedrv.py