-
Notifications
You must be signed in to change notification settings - Fork 42
[In Progress Cards] Migration should fail when denied due to lack of conversion host #786
Comments
Tried to investigate this on an appliance (cf-osp...). And need some help setting up test scenario. Here is what I observed
@fdupont-redhat, @bthurber |
@michaelkro I believe on this build that is to be expected but going forward if a conversion host isn't available and the user decided to try a migration it should be denied and fail. @fdupont-redhat let us know if that is your understanding based on our conversation last week. It likely will require a code change to meet this behavior. |
@michaelkro I confirm @bthurber's interpretation. In current build, it won't be denied. But with the following PRs merged, it should be in next one:
So, the code change should only be on UI side, to reflect the fact that the request is denied. And the reason in available in request's message. |
Awesome, thanks @bthurber and @fdupont-redhat! |
@fdupont-redhat I'm testing out denied requests and wanted to double check some things with you :)
I am wondering if maybe this is due to the development environment and worker? |
@michaelkro You're probably hitting ManageIQ/manageiq-content#473. It is fixed and should be part of next build. With that, |
Marked this as a duplicate of #739, but since we've had comments in both issues, I'll leave both open for now. |
[#786] Handle denied state of a plan request (no conversion hosts configured)
[#786] Handle denied state of a plan request (no conversion hosts configured) (cherry picked from commit e8e89d1) https://bugzilla.redhat.com/show_bug.cgi?id=1640816
If a migration is kicked off where there is no conversion host configured in the target environment, the request will be denied.
We need to investigate what happens in this case and make sure that the In Progress Card goes away and the proper notification(s) are shown to the user
https://bugzilla.redhat.com/show_bug.cgi?id=1640816
Duplicate of #739
The text was updated successfully, but these errors were encountered: