error message not clear for shared live migration with block storage
Bug #1690890 reported by
Chris Friesen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Chris Friesen | ||
Ocata |
Fix Committed
|
Medium
|
Lee Yarwood |
Bug Description
When using an older microversion (2.25 or earlier) with boot-from-image, and the user forgets to specify block-migration, the error message returned is this:
"Live migration can not be used without shared storage except a booted from volume VM which does not have a local disk."
This has a couple things wrong with it. First, the triple-negative is a bit confusing, especially for non-native-english speakers. Second, it implies that you cannot do a block migration, which is obviously false.
I think a more clear error message would be something like:
"Shared storage migration requires either shared storage or boot-from-volume with no local disks."
Changed in nova: | |
importance: | Undecided → Medium |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/464726
Review: https:/