You may need physical ports if FC/iSCSI protocol is used. To use NFS protocol, only nasServer and storage pool should be configured any other ports/iSCSI ports are not required.
Also, csi driver uses nasServer and not responsible for creating it, though it is a pre-req. csi-driver is like any other tool, so if you can export NFS share with others then its ok you can use it.
For iSCSI support all Kubernetes nodes must have the iscsi-initiator-utils package for CentOS/RHEL or open-iscsi package for Ubuntu installed, and the iscsid service must be enabled and running. To do this, run the systemctl enable --now iscsid command.
For NFS support all Kubernetes nodes must have the nfs-utils package installed to be able to mount/unmount NSF exports from the Unity array.
Nit_csi
13 Posts
1
March 31st, 2021 01:00
Hi suprtbowl100d,
I see some confusion here ..
You may need physical ports if FC/iSCSI protocol is used. To use NFS protocol, only nasServer and storage pool should be configured any other ports/iSCSI ports are not required.
Also, csi driver uses nasServer and not responsible for creating it, though it is a pre-req. csi-driver is like any other tool, so if you can export NFS share with others then its ok you can use it.
bmcfeeters
1 Rookie
•
72 Posts
2
March 30th, 2021 11:00
Hi Suprtbowl100d,
Sorry for the confusion here...
For iSCSI support all Kubernetes nodes must have the iscsi-initiator-utils package for CentOS/RHEL or open-iscsi package for Ubuntu installed, and the iscsid service must be enabled and running. To do this, run the systemctl enable --now iscsid command.
For NFS support all Kubernetes nodes must have the nfs-utils package installed to be able to mount/unmount NSF exports from the Unity array.
Thanks
Bryan
suprtbowl100d
6 Posts
0
March 30th, 2021 23:00
ok thanks for the reply Bryan.
I am specifically asking about the physical ports on the unity and what ports I need to use.
I just want to use NFS for the moment... Does that mean I do not need iSCSI ports on the Unity ?
I can use Ethernet ports which currently I have setup for connectivity to our NAS servers for exporting NFS shares?
suprtbowl100d
6 Posts
1
April 1st, 2021 02:00
Great thank you for the reply