deb-manila/manila/scheduler
Rodrigo Barbieri 6dad1666de Add share type change to Share Migration
This patch adds a 'new_share_type_id' parameter to Share Migration,
where the destination share can be provisioned under a different
share type of choice.

Host-assisted migration handles it by creating a totally new share,
as before.

Driver-assisted migration handles by creating the destination
instance model with the new share type, the driver is responsible
for making the necessary changes to satisfy the provided model.

In order to accomplish this, a database change was required,
transferring the 'share_type_id' field from the 'shares' table
to the 'share_instances' table.

APIImpact

Partially implements: blueprint newton-migration-improvements
Change-Id: I3200eaaa5b66d9b8ce1cbd16c1658db8516c70fb
2016-08-31 21:07:47 -03:00
..
drivers Scheduler enhancements for Share Replication 2016-02-24 14:05:09 -05:00
evaluator Add DriverFilter and GoodnessWeigher to manila 2016-07-18 17:28:40 -03:00
filters Add DriverFilter and GoodnessWeigher to manila 2016-07-18 17:28:40 -03:00
weighers Add DriverFilter and GoodnessWeigher to manila 2016-07-18 17:28:40 -03:00
__init__.py Reorganize scheduler and merge code from Oslo incubator 2015-12-01 20:54:17 +00:00
base_handler.py Reorganize scheduler and merge code from Oslo incubator 2015-12-01 20:54:17 +00:00
host_manager.py Add DriverFilter and GoodnessWeigher to manila 2016-07-18 17:28:40 -03:00
manager.py Add share type change to Share Migration 2016-08-31 21:07:47 -03:00
rpcapi.py Add share type change to Share Migration 2016-08-31 21:07:47 -03:00
scheduler_options.py Use oslo_log lib 2015-02-08 10:42:40 +00:00
utils.py Add DriverFilter and GoodnessWeigher to manila 2016-07-18 17:28:40 -03:00