Make initiatorName unique for ISCSI

Closes-Bug: PROD-22900 (PROD:22900)

Change-Id: I6e0ca2d1745c86b1a199746c49a0abf792cc9070
diff --git a/ubuntu-16.04/files/etc/iscsi/initiatorname.iscsi b/ubuntu-16.04/files/etc/iscsi/initiatorname.iscsi
new file mode 100644
index 0000000..bc15b98
--- /dev/null
+++ b/ubuntu-16.04/files/etc/iscsi/initiatorname.iscsi
@@ -0,0 +1,6 @@
+## DO NOT EDIT OR REMOVE THIS FILE!
+## If you remove this file, the iSCSI daemon will not start.
+## If you change the InitiatorName, existing access control lists
+## may reject this initiator.  The InitiatorName must be unique
+## for each iSCSI initiator.  Do NOT duplicate iSCSI InitiatorNames.
+GenerateName=yes
\ No newline at end of file