-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MGMT-12926: Grouping disks by holders #2269
MGMT-12926: Grouping disks by holders #2269
Conversation
@jgyselov: This pull request references MGMT-12926 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
6274aa9
to
14bcaf3
Compare
580be06
to
e1e0644
Compare
libs/ui-lib-tests/cypress/integration/storage/storage-step-disk-holders.cy.ts
Outdated
Show resolved
Hide resolved
c619ea2
to
4cef8ca
Compare
4cef8ca
to
54c32d3
Compare
The |
54c32d3
to
f1f79ff
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ammont82, jgyselov, jkilzi The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
New changes are detected. LGTM label has been removed. |
* Grouping disks by holders * Tests for grouping disks by holders * Cleanup selectors and constants * Extract StoragePage and Alert classes * Align test classes and structure --------- Co-authored-by: Montse Ortega <[email protected]>
https://issues.redhat.com/browse/MGMT-12926
If a disk with holders is selected as the installation disk, we show a warning icon and a popover. The content depends on the holder's drive type (LVM, RAID, multipath).
Under the storage table, we show a new alert in case there are limitations for the selected installation disk.
In case multiple hosts have installation disk limitations, we show the warnings in a list.