Skip to content

Commit c3d80d6

Browse files
committed
Had it backlist EBS volumes so they could co-exist with Trident volumes that support multipathing.
1 parent f170a99 commit c3d80d6

File tree

1 file changed

+1
-0
lines changed
  • EKS/FSxN-as-PVC-for-EKS/terraform/scripts

1 file changed

+1
-0
lines changed

EKS/FSxN-as-PVC-for-EKS/terraform/scripts/iscsi.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ sudo mpathconf --enable --with_multipathd y --find_multipaths n
77
#
88
# Blacklist any EBS volume since they don't support them!
99
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
1011
sudo systemctl enable --now iscsid multipathd
1112
sudo systemctl enable --now iscsi

0 commit comments

Comments
 (0)