-
Notifications
You must be signed in to change notification settings - Fork 190
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
NO-ISSUE Add VM_EXTRADISKS_LIST and VM_EXTRADISKS_SIZE #1246
NO-ISSUE Add VM_EXTRADISKS_LIST and VM_EXTRADISKS_SIZE #1246
Conversation
Hi @mkowalski. Thanks for your PR. I'm waiting for a openshift-metal3 member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
This PR supersedes #1230 |
/ok-to-test |
@mkowalski: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
/ok-to-test |
@hardys: GitHub didn't allow me to request PR reviews from the following users: lranjbar. Note that only openshift-metal3 members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hardys The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks @lranjbar and @mkowalski for the work here! /lgtm |
/retest |
CI error seems to be related to #1230 (comment)
which is generated by https://github.com/metal3-io/metal3-dev-env/blob/master/vm-setup/roles/libvirt/tasks/vm_setup_tasks.yml#L90 |
This PR adds the ability to configure VM_EXTRADISKS_LIST and VM_EXTRADISKS_SIZE that are required by the Assisted Service to deploy the Local Storage Operator. Configuration of the extra disks is automatically picked by the script so that `storageClassDevices` in the `LocalVolume` manifest is filled correctly with all the additional drives and does not require a manual modification. Co-authored-by: Lisa Rashidi-Ranjbar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work.
/retest |
/lgtm |
This PR adds the ability to configure VM_EXTRADISKS_LIST and
VM_EXTRADISKS_SIZE that are required by the Assisted Service
to deploy the Local Storage Operator.
Configuration of the extra disks is automatically picked by the script
so that
storageClassDevices
in theLocalVolume
manifest is filledcorrectly with all the additional drives and does not require a manual
modification.
Co-authored-by: Lisa Rashidi-Ranjbar [email protected]