CORS-4280: AWS: Add throughput validation for gp3 volumes#1430
CORS-4280: AWS: Add throughput validation for gp3 volumes#1430openshift-merge-bot[bot] merged 4 commits intoopenshift:mainfrom
Conversation
|
@jhixson74: This pull request references CORS-4280 which is a valid jira issue. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/assign @JoelSpeed @damdo |
damdo
left a comment
There was a problem hiding this comment.
/approve
/hold
For other reviews and in case you want to address my personal preference
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: damdo The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test unit |
bc526a8 to
710235e
Compare
|
@jhixson74 Needs rebasing |
710235e to
38f58bd
Compare
|
@jhixson74 Needs fixing, compilation is broken after rebase |
I would expect compilation to not work since the new API field is required. Am I missing something else? |
Nevermind. I found it . Fixes coming soon. Thanks for the heads up. |
38f58bd to
cc98b67
Compare
|
@jhixson74 looks like something might still be off |
I am not seeing anything other than the expected ThroughputMib error. I tested this locally with a patched openshift/api and build and tests were fine. What is off? |
|
according to the CI job |
a9f7897 to
d0598c3
Compare
|
/test golint |
d0598c3 to
bb4779e
Compare
|
/test unit |
|
/retest |
1 similar comment
|
/retest |
|
/unhold |
|
/retest |
1 similar comment
|
/retest |
|
@jhixson74: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
|
/retest |
|
Verified with the build: https://prow.ci.openshift.org/view/gs/test-platform-results/logs/release-openshift-origin-installer-launch-aws-modern/1993316592309506048 Used the test script from: openshift/release#71426 cd /Users/weli/works/oc-swarm/release && mkdir -p /Users/weli/works/oc-swarm/openshift-versions/work/cluster-profile && cp /Users/weli/.aws/credentials /Users/weli/works/oc-swarm/openshift-versions/work/cluster-profile/.awscred && cp /Users/weli/works/oc-swarm/openshift-versions/work/install-config.yaml.bkup /Users/weli/works/oc-swarm/openshift-versions/work/install-config.yaml && cp /Users/weli/works/oc-swarm/openshift-versions/work/auth/kubeconfig /Users/weli/works/oc-swarm/openshift-versions/work/kubeconfig && export CLUSTER_PROFILE_DIR=/Users/weli/works/oc-swarm/openshift-versions/work/cluster-profile && export SHARED_DIR=/Users/weli/works/oc-swarm/openshift-versions/work && ci-operator/step-registry/cucushift/installer/check/aws/rootvolume/cucushift-installer-check-aws-rootvolume-commands.sh |& tee /Users/weli/works/oc-swarm/openshift-versions/work/gp3-throughput-check.log
Cluster ID: weli-test3-d7j8h
Region: us-east-1
Expected throughput: 500 MiB/s
Expected worker rootVolume size: 130 GiB
Expected control-plane rootVolume size: 130 GiB
Checking worker nodes
PASS: ip-10-0-114-239.ec2.internal volume vol-05752be10666a276c type=gp3 size=130GiB iops=3000 throughput=500MiB/s
PASS: ip-10-0-134-253.ec2.internal volume vol-0bee845cdf74607ac type=gp3 size=130GiB iops=3000 throughput=500MiB/s
PASS: ip-10-0-74-88.ec2.internal volume vol-089c5c17df90e0414 type=gp3 size=130GiB iops=3000 throughput=500MiB/s
Checking control plane nodes
PASS: ip-10-0-107-238.ec2.internal volume vol-0e9c5ae15dd92af10 type=gp3 size=130GiB iops=3000 throughput=500MiB/s
PASS: ip-10-0-40-2.ec2.internal volume vol-0aa07aeff7282dba5 type=gp3 size=130GiB iops=3000 throughput=500MiB/s
PASS: ip-10-0-90-23.ec2.internal volume vol-003cebc10ca7bf3a0 type=gp3 size=130GiB iops=3000 throughput=500MiB/s
==========================================
Test Summary
All root volume throughput checks passed. |
|
/verified |
|
@liweinan: The DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/verified by liweinan |
|
@liweinan: This PR has been marked as verified by DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/test ? |
Throughput can only be configured on gp3 volumes and must be between 125 and 2000 MiB's
This pull request depends on openshift/api#2480