Migration_status being used to hold target info
Bug #1706729 reported by
Kendall Nelson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
In Progress
|
Undecided
|
Unassigned |
Bug Description
There are several places where migration_status is being used to store info about the migration, i.e. target: + vol_id. migration_status should only be holding string statuses: migrating, error, success, completing, none, etc.
Examples:
https:/
This doesn't cause issues at the moment, but it needs to be fixed before the migration_status field can be made into an ovo enum. There are a few drivers that depend on this logic and so they will also need to be updated.
tags: | added: nec |
tags: | added: drivers |
description: | updated |
description: | updated |
description: | updated |
Changed in cinder: | |
assignee: | Shunei Shiono (s-shiono) → nobody |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/511737
Review: https:/