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
4343----
4444$ coreos-installer install /dev/mapper/mpatha \ <1>
4545--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
4748----
4849<1> Indicates the path of the single multipathed device.
4950+
@@ -53,7 +54,8 @@ $ coreos-installer install /dev/mapper/mpatha \ <1>
5354----
5455$ coreos-installer install /dev/disk/by-id/wwn-<wwn_ID> \ <1>
5556--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
5759----
5860<1> Indicates the WWN ID of the target multipathed device. For example, `0xx194e957fcedb4841`.
5961+
You can’t perform that action at this time.
0 commit comments