Skip to content

revert disk size to 31G and add workaround for download pods disk usuage.#1246

Open
praveenkumar wants to merge 2 commits into
crc-org:masterfrom
praveenkumar:fix_disk_size
Open

revert disk size to 31G and add workaround for download pods disk usuage.#1246
praveenkumar wants to merge 2 commits into
crc-org:masterfrom
praveenkumar:fix_disk_size

Conversation

@praveenkumar

Copy link
Copy Markdown
Member

No description provided.

@openshift-ci openshift-ci Bot requested review from anjannath and cfergeau June 15, 2026 07:01
@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 3094066e-de6f-42d9-9c84-ddabd9df90fe

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@openshift-ci

openshift-ci Bot commented Jun 15, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign praveenkumar for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Comment thread snc.sh Outdated
# Remove the downloads pods because of https://redhat.atlassian.net/browse/OCPBUGS-88450
# as workaround
retry ${OC} delete pod -n openshift-console -l app=console,component=downloads
retry ${OC} wait --for=condition=Ready pod -n openshift-console -l app=console,component=downloads --timeout=60s

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we do it twice? After the VM is installed/running with crc, will these pods be recreated and fill again the disk?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here we are doing twice because it is observed that as part of MCO change when node reboot it sometime again have those download pod restarted hence we are doing it twice just to make sure it doesn't fill the disk.

After the VM is installed/running with crc, will these pods be recreated

Bundles are created after removing every pod/container so with crc those container come up cleanly without filling the disk space until user manually restart that download pod.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

until user manually restart that download pod.

but these download pods are not auto-created/auto-started, they would have to be explicitly started by the user? If that’s correct, then ack from me.

Looks like it was happening because of
https://redhat.atlassian.net/browse/OCPBUGS-88450 one

This reverts commit ba3ba79.
@praveenkumar

Copy link
Copy Markdown
Member Author

/test e2e-test

@praveenkumar

Copy link
Copy Markdown
Member Author

/test e2e-snc

@praveenkumar

Copy link
Copy Markdown
Member Author

/retest

1 similar comment
@praveenkumar

Copy link
Copy Markdown
Member Author

/retest

@openshift-ci

openshift-ci Bot commented Jul 10, 2026

Copy link
Copy Markdown

@praveenkumar: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-microshift-arm 9012c1f link true /test e2e-microshift-arm
ci/prow/e2e-microshift 9012c1f link true /test e2e-microshift
ci/prow/e2e-snc 9012c1f link true /test e2e-snc

Full PR test history. Your PR dashboard.

Details

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-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants