-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[OCPBUGS-56165]IBMZ changes for Multipath support for ABI #93336
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
base: main
Are you sure you want to change the base?
Conversation
/ok-to-test |
/ok-to-test |
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.
Left some suggestions for you to try, hopefully these will fix the issues you're having. Let me know if you have any questions!
[NOTE] | ||
==== | ||
For FCP multipath configurations, provide two disks instead of one. | ||
==== | ||
+ | ||
.Example | ||
[source,yaml] | ||
---- | ||
rd.zfcp=<adapter1>,<wwpn1>,<lun1> \ | ||
rd.zfcp=<adapter2>,<wwpn2>,<lun2> | ||
---- |
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.
If you look in the preview of this PR, the addition of this note and code block breaks the formatting/order of callouts that follow this. You may want to try something like wrapping this content in an open delimiter block (see this page for more details), which will sort of put all of this content in a separate "block" of asciidoc text.
[NOTE] | |
==== | |
For FCP multipath configurations, provide two disks instead of one. | |
==== | |
+ | |
.Example | |
[source,yaml] | |
---- | |
rd.zfcp=<adapter1>,<wwpn1>,<lun1> \ | |
rd.zfcp=<adapter2>,<wwpn2>,<lun2> | |
---- | |
-- | |
[NOTE] | |
==== | |
For FCP multipath configurations, provide two disks instead of one. | |
==== | |
+ | |
.Example | |
[source,yaml] | |
---- | |
rd.zfcp=<adapter1>,<wwpn1>,<lun1> \ | |
rd.zfcp=<adapter2>,<wwpn2>,<lun2> | |
---- | |
-- |
[NOTE] | ||
==== | ||
For FCP multipath configurations, provide two disks instead of one. | ||
==== | ||
+ | ||
.Example | ||
[source,yaml] | ||
---- | ||
rd.zfcp=<adapter1>,<wwpn1>,<lun1> \ | ||
rd.zfcp=<adapter2>,<wwpn2>,<lun2> | ||
---- |
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.
Similar to the other comment, you would also want to try wrapping this content in the --
block:
[NOTE] | |
==== | |
For FCP multipath configurations, provide two disks instead of one. | |
==== | |
+ | |
.Example | |
[source,yaml] | |
---- | |
rd.zfcp=<adapter1>,<wwpn1>,<lun1> \ | |
rd.zfcp=<adapter2>,<wwpn2>,<lun2> | |
---- | |
[NOTE] | |
==== | |
For FCP multipath configurations, provide two disks instead of one. | |
==== | |
+ | |
-- | |
.Example | |
[source,yaml] | |
---- | |
rd.zfcp=<adapter1>,<wwpn1>,<lun1> \ | |
rd.zfcp=<adapter2>,<wwpn2>,<lun2> | |
---- | |
-- |
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.
Let me try it out these suggestions
[NOTE] | ||
==== | ||
This parameter is mandatory for FCP multipath configurations on {ibm-z-name}. | ||
==== |
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.
Same thing here:
[NOTE] | |
==== | |
This parameter is mandatory for FCP multipath configurations on {ibm-z-name}. | |
==== | |
-- | |
[NOTE] | |
==== | |
This parameter is mandatory for FCP multipath configurations on {ibm-z-name}. | |
==== | |
-- |
4799f44
to
d26b764
Compare
@lg-rh: 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-sigs/prow repository. I understand the commands that are listed here. |
/lgtm |
/lgtm |
/label peer-review-needed |
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
/label merge-review-needed |
Version(s): 4.19+
Issue:
https://issues.redhat.com/browse/OCPBUGS-56165
Link to docs preview:
https://93336--ocpdocs-pr.netlify.app/openshift-enterprise/latest/installing/installing_with_agent_based_installer/installing-using-iscsi.html
https://93336--ocpdocs-pr.netlify.app/openshift-enterprise/latest/installing/installing_with_agent_based_installer/installing-with-agent-based-installer.html
https://93336--ocpdocs-pr.netlify.app/openshift-enterprise/latest/installing/installing_with_agent_based_installer/prepare-pxe-assets-agent.html
QE review:
Additional information: