]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
DRBD: Policy-based waiting for completion
authorPhilipp Marek <philipp.marek@linbit.com>
Mon, 7 Mar 2016 09:53:29 +0000 (10:53 +0100)
committerPhilipp Marek <philipp.marek@linbit.com>
Mon, 7 Mar 2016 09:53:29 +0000 (10:53 +0100)
commitffa30312824e2bd3c48757ee068c9d8dc7d5b9d5
treee65ab0ba8a149a5d3597da6d07769dc0b9625291
parent4abec53243a9f73b7fc68e0604df9c50d2458c50
DRBD: Policy-based waiting for completion

The more nodes are in a cluster, the higher the chance that one or more
of them are not available. Waiting on all nodes will not work any more,
so give the user a way to define what conditions are acceptable (to the
management, etc.) to continue.

The upcoming DRBDmanage 1.0 release will have a (sample) policy plugin,
so make that available in Cinder, too.
Documentation is at
    http://drbd.linbit.com/users-guide-9.0/s-drbdmanage-deployment-policy.html

DocImpact
Change-Id: Ib2bc888ca5df87a4de97ee07601d0280a04c7a81
cinder/tests/unit/test_drbdmanagedrv.py
cinder/volume/drivers/drbdmanagedrv.py