Activity log for bug #1819216

Date Who What changed Old value New value Message
2019-03-08 20:15:13 Chris Friesen bug added bug
2019-03-08 20:15:54 Chris Friesen summary in devstack, "nova migrate <uuid>" can try to migrate to the same host in devstack, "nova migrate <uuid>" will try to migrate to the same host (and then fail)
2019-03-08 20:17:41 Chris Friesen description In multinode devstack I had an instance running on one node and tried running "nova migrate <uuid>". The operation started, but then the instance went into an error state with the following fault: {"message": "Unable to migrate instance (2bbdab8e-3a83-43a4-8c47-ce57b653e43e) to current host (fedora-1.novalocal).", "code": 400, "created": "2019-03-08T19:59:09Z"} Logically, I think that even if "resize to same host" is enabled, for a "migrate" operation we should remove the current host from consideration. We know it's going to fail, and it doesn't make sense anyways. In multinode devstack I had an instance running on one node and tried running "nova migrate <uuid>". The operation started, but then the instance went into an error state with the following fault: {"message": "Unable to migrate instance (2bbdab8e-3a83-43a4-8c47-ce57b653e43e) to current host (fedora-1.novalocal).", "code": 400, "created": "2019-03-08T19:59:09Z"} Logically, I think that even if "resize to same host" is enabled, for a "migrate" operation we should remove the current host from consideration. We know it's going to fail, and it doesn't make sense anyways. Also, it would probably make sense to make "migrate" work like "live migration" which removes the current host from consideration.
2019-03-08 20:25:54 Matt Riedemann marked as duplicate 1811235
2019-03-08 20:26:12 Matt Riedemann removed duplicate marker 1811235
2019-03-08 20:32:27 Matt Riedemann nova: status New Triaged
2019-03-08 20:32:29 Matt Riedemann nova: importance Undecided Medium
2019-08-12 19:42:12 Matt Riedemann marked as duplicate 1748697