Skip to content

Commit 5538b46

Browse files
authored
M netapp multipath config update (#452)
Signed-off-by: Neal Hansen <nhansen@opennebula.io>
1 parent 8bb7fd7 commit 5538b46

File tree

1 file changed

+11
-6
lines changed
  • content/product/cluster_configuration/san_storage

1 file changed

+11
-6
lines changed

content/product/cluster_configuration/san_storage/netapp.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The Front-end requires network access to the NetApp ONTAP API endpoint:
100100

101101
## Front-end & Node Setup
102102

103-
Configure both the Front-end and nodes with persistent iSCSI connections:
103+
Configure both the Front-end and nodes with persistent iSCSI connections and multipath configuration as described by the [NetApp ONTAP Documentation - SAN Host Utilities Overview](https://docs.netapp.com/us-en/ontap-sanhost/hu_fcp_scsi_index.html):
104104

105105
1. **iSCSI Initiators:**
106106
- Configure initiator security in NetApp Storage VM:
@@ -121,17 +121,22 @@ Configure both the Front-end and nodes with persistent iSCSI connections:
121121
Update `/etc/multipath.conf` to something like:
122122
~~~text
123123
defaults {
124-
user_friendly_names yes
124+
user_friendly_names no
125125
find_multipaths yes
126126
}
127127

128128
devices {
129129
device {
130130
vendor "NETAPP"
131-
product "LUN.*"
132-
no_path_retry queue
133-
path_checker tur
134-
alias_prefix "mpath"
131+
product "LUN"
132+
path_grouping_policy "group_by_prio"
133+
features "2 pg_init_retries 50"
134+
prio "ontap"
135+
failback "immediate"
136+
no_path_retry "queue"
137+
flush_on_last_del "always"
138+
dev_loss_tmo "infinity"
139+
user_friendly_names "no"
135140
}
136141
}
137142

0 commit comments

Comments
 (0)