Skip to content
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-10656: Enable multipathd by default in live ISO #3951

Merged
merged 1 commit into from Jun 15, 2022

Conversation

avishayt
Copy link
Contributor

To better support FC multipath, this commit configures the ignition
config to create multipath.conf and enable multipathd by default in the
live ISO.

List all the issues related to this PR

  • New Feature
  • Enhancement
  • Bug fix
  • Tests
  • Documentation
  • CI/CD

What environments does this code impact?

  • Automation (CI, tools, etc)
  • Cloud
  • Operator Managed Deployments
  • None

How was this code tested?

  • assisted-test-infra environment
  • dev-scripts environment
  • Reviewer's test appreciated
  • Waiting for CI to do a full test run
  • Manual (Elaborate on how it was tested)
  • No tests needed

Assignees

/cc @javipolo
/cc @tsorya

Checklist

  • Title and description added to both, commit and PR.
  • Relevant issues have been associated (see CONTRIBUTING guide)
  • Reviewers have been listed
  • This change does not require a documentation update (docstring, docs, README, etc)
  • Does this change include unit-tests (note that code changes require unit-tests)

Reviewers Checklist

  • Are the title and description (in both PR and commit) meaningful and clear?
  • Is there a bug required (and linked) for this change?
  • Should this PR be backported?

To better support FC multipath, this commit configures the ignition
config to create multipath.conf and enable multipathd by default in the
live ISO.
@avishayt
Copy link
Contributor Author

/hold

@openshift-ci openshift-ci bot requested review from javipolo and tsorya June 15, 2022 13:49
@openshift-ci openshift-ci bot added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jun 15, 2022
@codecov
Copy link

codecov bot commented Jun 15, 2022

Codecov Report

Merging #3951 (59afc11) into master (325e643) will increase coverage by 0.47%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3951      +/-   ##
==========================================
+ Coverage   66.23%   66.70%   +0.47%     
==========================================
  Files         179      179              
  Lines       25042    25297     +255     
==========================================
+ Hits        16586    16874     +288     
+ Misses       6911     6891      -20     
+ Partials     1545     1532      -13     
Impacted Files Coverage Δ
internal/ignition/ignition.go 56.92% <ø> (ø)
internal/oc/release.go 73.64% <0.00%> (+1.35%) ⬆️
internal/host/hostutil/host_utils.go 32.17% <0.00%> (+3.87%) ⬆️
internal/host/hostcommands/install_cmd.go 86.29% <0.00%> (+5.32%) ⬆️
internal/host/validator.go 84.88% <0.00%> (+6.54%) ⬆️

@avishayt
Copy link
Contributor Author

/unhold

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 15, 2022
@tsorya
Copy link
Contributor

tsorya commented Jun 15, 2022

/lgtm
I assume it should work for all rhcos versions right?

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jun 15, 2022
@openshift-ci
Copy link

openshift-ci bot commented Jun 15, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: avishayt, javipolo

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@romfreiman
Copy link
Contributor

if user still set it via ignition, will it work?

@avishayt
Copy link
Contributor Author

/hold

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 15, 2022
@avishayt
Copy link
Contributor Author

/unhold

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 15, 2022
@avishayt
Copy link
Contributor Author

if user still set it via ignition, will it work?

Yes, I tested doing an ignition config override that changes the multipath.conf file, and it gets the contents of the override instead of what's in this PR

@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 2 against base HEAD c37d554 and 8 for PR HEAD 59afc11 in total

@openshift-ci
Copy link

openshift-ci bot commented Jun 15, 2022

@avishayt: all tests passed!

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.

@openshift-ci openshift-ci bot merged commit 73fd263 into openshift:master Jun 15, 2022
flaper87 pushed a commit to flaper87/assisted-service that referenced this pull request Sep 21, 2022
To better support FC multipath, this commit configures the ignition
config to create multipath.conf and enable multipathd by default in the
live ISO.
danielerez pushed a commit to danielerez/assisted-service that referenced this pull request Oct 15, 2023
To better support FC multipath, this commit configures the ignition
config to create multipath.conf and enable multipathd by default in the
live ISO.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants