-
Notifications
You must be signed in to change notification settings - Fork 105
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-9682: fix disk sizes used in various places #1647
MGMT-9682: fix disk sizes used in various places #1647
Conversation
@osherdp: GitHub didn't allow me to request PR reviews from the following users: osherdp. Note that only openshift 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. |
/test e2e-vsphere-assisted |
/test ? |
@osherdp: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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. |
/refresh |
de181fa
to
9089256
Compare
/test e2e-metal-asisted-prod |
@osherdp: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
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. |
/test e2e-metal-assisted-prod |
It seems like lots of places are using GiB (Gibibyte == 2 ** 30) whereas requirements in OCP documentation are mentioned with GB (Gigabyte == 10 ** 9) This only seems to be applied to the usage, rather than the restrictions (that use the proper units).
9089256
to
1bc9e58
Compare
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.
LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: eliorerz, osherdp 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 |
/test e2e-metal-assisted-cnv e2e-metal-assisted-odf |
/test e2e-metal-assisted-ocs |
/retest |
/test e2e-metal-assisted-odf |
Actually if it passed preflight validations of the assisted-service then this change should be okay |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
@osherdp: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
It seems like lots of places are using GiB (Gibibyte == 2 ** 30) whereas requirements in OCP documentation are mentioned in GB (Gigabyte == 10 ** 9) quantities.
This only seems to be applied to the usage rather than the restrictions (that use the proper quantities).
Connected to MGMT-9682 effort.