ui: filter reachable pools on live migration with storage wizard - #14064
Open
winterhazel wants to merge 1 commit into
Open
ui: filter reachable pools on live migration with storage wizard#14064winterhazel wants to merge 1 commit into
winterhazel wants to merge 1 commit into
Conversation
Member
Author
|
@winterhazel a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 4.22 #14064 +/- ##
============================================
- Coverage 17.83% 17.82% -0.01%
+ Complexity 16023 16022 -1
============================================
Files 5928 5928
Lines 534404 534409 +5
Branches 65399 65401 +2
============================================
- Hits 95290 95284 -6
- Misses 428296 428307 +11
Partials 10818 10818
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
UI build: ✔️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The "Migrate instance to another host" wizard lets an operator pick a destination host and, optionally, a destination
primary storage. Today the storage list is not filtered by the selected host, so it offers primary storages the host cannot reach. This filters that list down to the storages actually accessible to the selected host.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
How Has This Been Tested?
Tested manually in a local environment by migrating an Instance between 2 hosts with distinct accessible primary storages.