Skip to content

Commit e705714

Browse files
author
Bob Furu
authored
Merge pull request #34294 from bobfuru/OSDOCS-2298
2 parents 515895a + 265bad8 commit e705714

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/installation-special-config-kargs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ metadata:
5050
name: 99-openshift-machineconfig-master-kargs
5151
spec:
5252
kernelArguments:
53-
- 'loglevel=7'
53+
- loglevel=7
5454
EOF
5555
----
5656
+

modules/rhcos-enabling-multipath.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ metadata:
3939
name: 99-master-kargs-mpath
4040
spec:
4141
kernelArguments:
42-
- 'rd.multipath=default'
43-
- 'root=/dev/disk/by-label/dm-mpath-root'
42+
- rd.multipath=default
43+
- root=/dev/disk/by-label/dm-mpath-root
4444
----
4545

4646
. To enable multipathing on worker nodes:
@@ -57,8 +57,8 @@ metadata:
5757
name: 99-worker-kargs-mpath
5858
spec:
5959
kernelArguments:
60-
- 'rd.multipath=default'
61-
- 'root=/dev/disk/by-label/dm-mpath-root'
60+
- rd.multipath=default
61+
- root=/dev/disk/by-label/dm-mpath-root
6262
----
6363

6464
. Create the new machine config by using either the master or worker YAML file you previously created:

0 commit comments

Comments
 (0)