We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f170a99 commit c3d80d6Copy full SHA for c3d80d6
EKS/FSxN-as-PVC-for-EKS/terraform/scripts/iscsi.sh
@@ -7,5 +7,6 @@ sudo mpathconf --enable --with_multipathd y --find_multipaths n
7
#
8
# Blacklist any EBS volume since they don't support them!
9
sed -i -e '/^blacklist {/,/^}/{/^}/i\ device {\n vendor "NVME"\n product "Amazon Elastic Block Store"\n }\n' -e '}' /etc/multipath.conf
10
+sudo systemctl restart multipathd
11
sudo systemctl enable --now iscsid multipathd
12
sudo systemctl enable --now iscsi
0 commit comments