Created
May 23, 2025 01:29
-
-
Save radikaled/0c9fd9118be03e56adc469d70dece5ca to your computer and use it in GitHub Desktop.
MachineConfig to load in-tree nvme_tcp kernel module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generated by Butane; do not edit | |
apiVersion: machineconfiguration.openshift.io/v1 | |
kind: MachineConfig | |
metadata: | |
labels: | |
machineconfiguration.openshift.io/role: worker | |
name: 99-worker-load-nvme-tcp-modules | |
spec: | |
config: | |
ignition: | |
version: 3.4.0 | |
storage: | |
files: | |
- contents: | |
compression: "" | |
source: data:,%23%20Force-load%20nvme_tcp%20for%20NetApp%20Trident%0Anvme_tcp%0A | |
mode: 420 | |
overwrite: true | |
path: /etc/modules-load.d/nvme_tcp.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment