dell / csm

Dell Container Storage Modules (CSM)
Apache License 2.0
67 stars 15 forks source link

[QUESTION]:Powerstore integration with OCP 4.14 on NVME-FC protocol #1329

Closed ajaysingh1985 closed 2 months ago

ajaysingh1985 commented 3 months ago

How can the Team help you today?

**At one of our customer sites

The objective here is to integrate the PowerStore with Open shift 4.14 on NvME -FC protocol through CSI driver. We are looking for similar YAML for NvME-FC protocol for integration of Powerstore with Open shift 4.14. **

adarsh-dell commented 3 months ago

Hi @ajaysingh1985 ,

If FC zoning is done, then we have to provide the protocol in the secret. Please refer to this file and line number: secret.yaml#L65.

If the blockProtocol is set to 'Auto', the driver will automatically choose the protocol based on the available initiators found on the worker node, based on priority.

As you mentioned, FC zoning is already done, but now the customer wants to use NVME-FC. They can update the secret's blockProtocol field with the NVMeFC value and either restart or reinstall the driver based on their feasibility.

Although the above is the process, I didn't understand what you specifically found in storage_csm_powerstore_v2100.yaml that you are referring to as the FC protocol? I think you may have FC zoned the cluster first and then installed the driver using this sample, right? And the secret's blockProtocol was set to "Auto".

Thanks, Adarsh

adarsh-dell commented 3 months ago

@ajaysingh1985 ,

One more point to note here is that I hope you haven't created any volumes using the FC protocol? If you have, we may need to assess the impact on already created volumes using FC protocol as going forward you want to use nvmeFC,

Thanks, Adarsh

shanmydell commented 2 months ago

@ajaysingh1985 : Please feel free to re-open the ticket with the details requested.