manila/manila/scheduler/drivers
Goutham Pacha Ravi 68925cbac7 Scheduler enhancements for Share Replication
Backends supporting replication of shares could be
limited by vendor or storage model or software. Cloud
administrators may also need to configure backends
outside of Manila to support replication between these
backends.

Hence, Manila should allow administrators to specify
'replication_domain's. This configuration is reported to the
scheduler as a backend capability as part of the
_update_share_stats() driver call. The scheduler
should acknowledge this 'capability' when scheduling
shares supporting replication and replicas themselves.

Introduce a new scheduler filter that uses a backend
reported "capability" called 'replication_domain'.

Implements bp: manila-dr-scheduler-enhancements

DocImpact

Change-Id: I194054a9a1071c2d577a588e3299ae81490cd0f8
2016-02-24 14:05:09 -05:00
..
__init__.py Reorganize scheduler and merge code from Oslo incubator 2015-12-01 20:54:17 +00:00
base.py Share Replication API and Scheduler Support 2016-02-11 19:45:37 +00:00
chance.py Reorganize scheduler and merge code from Oslo incubator 2015-12-01 20:54:17 +00:00
filter.py Scheduler enhancements for Share Replication 2016-02-24 14:05:09 -05:00
simple.py Reorganize scheduler and merge code from Oslo incubator 2015-12-01 20:54:17 +00:00