openshift-metal3 / dev-scripts

Scripts to automate development/test setup for openshift integration with https://github.com/metal3-io/
Apache License 2.0
93 stars 185 forks source link

Allow both V4 and V6 address to access nfs #1615

Closed derekhiggins closed 9 months ago

derekhiggins commented 9 months ago

Disruptive CI jobs require a PV with ReadWriteMany access mode.

(the previous version was reverted because it didn't properly support dualstack clusters)

derekhiggins commented 9 months ago

/test e2e-metal-ipi-ovn-dualstack

dtantsur commented 9 months ago

/approve /retest

openshift-ci[bot] commented 9 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dtantsur

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: - ~~[OWNERS](https://github.com/openshift-metal3/dev-scripts/blob/master/OWNERS)~~ [dtantsur] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
openshift-ci[bot] commented 9 months ago

@derekhiggins: The following test 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-agent-sno-ipv6 1152445f2fc49d95f253159a1b16585c7d3f9a76 link false /test e2e-agent-sno-ipv6

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
derekhiggins commented 9 months ago

CI confirms both networks now given access to the export

+(./02_configure_host.sh:373): main(): '[' -n 192.168.111.0/24 ']' +(./02_configure_host.sh:373): main(): echo '/opt/dev-scripts/nfsshare 192.168.111.0/24(rw,sync,no_subtree_check)' +(./02_configure_host.sh:373): main(): sudo tee -a /etc/exports.d/dev-scripts.exports /opt/dev-scripts/nfsshare 192.168.111.0/24(rw,sync,no_subtree_check) +(./02_configure_host.sh:374): main(): '[' -n fd2e:6f44:5dd8:c956::/120 ']' +(./02_configure_host.sh:374): main(): echo '/opt/dev-scripts/nfsshare fd2e:6f44:5dd8:c956::/120(rw,sync,no_subtree_check)' +(./02_configure_host.sh:374): main(): sudo tee -a /etc/exports.d/dev-scripts.exports /opt/dev-scripts/nfsshare fd2e:6f44:5dd8:c956::/120(rw,sync,no_subtree_check)

elfosardo commented 9 months ago

/lgtm