File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ $ mpathconf --enable && systemctl start multipathd.service
43
43
----
44
44
$ coreos-installer install /dev/mapper/mpatha \ <1>
45
45
--append-karg rd.multipath=default \
46
- --append-karg root=/dev/disk/by-label/dm-mpath-root
46
+ --append-karg root=/dev/disk/by-label/dm-mpath-root \
47
+ --append-karg rw
47
48
----
48
49
<1> Indicates the path of the single multipathed device.
49
50
+
@@ -53,7 +54,8 @@ $ coreos-installer install /dev/mapper/mpatha \ <1>
53
54
----
54
55
$ coreos-installer install /dev/disk/by-id/wwn-<wwn_ID> \ <1>
55
56
--append-karg rd.multipath=default \
56
- --append-karg root=/dev/disk/by-label/dm-mpath-root
57
+ --append-karg root=/dev/disk/by-label/dm-mpath-root \
58
+ --append-karg rw
57
59
----
58
60
<1> Indicates the WWN ID of the target multipathed device. For example, `0xx194e957fcedb4841`.
59
61
+
You can’t perform that action at this time.
0 commit comments