-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MGMT-18464: MGMT-18452: Add validations to make iSCSI disk eligible (#…
…819) * MGMT-18464: MGMT-18452: Add validations to make iSCSI disk eligible This PR adds 2 checks before making iSSI disks be be eligible as installation disk. MGMT-18464: Check the state of the disk, we need to ensure that it is "running" otherwise the installtion of RHCOS will fail on the disk. MGMT-18464: Check if the discovery as been booted using iBFT, this check ensure that the iSCSI disk is actually a disk on which we will be able to boot from. * add more unit tests
- Loading branch information
1 parent
d599caa
commit a8a3349
Showing
2 changed files
with
294 additions
and
51 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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