#Issue with trident failing to create nvme subsystem

1 messages · Page 1 of 1 (latest)

subtle jungle
#

Hi, I'm playing lately with Trident, ONTAP Select and RedHat Openshift. I have deployed an ONTAP Select appliance and there I have created a svm for NVMe/TCP. I successfully managed to create a backend with the ontap-san driver pointing to the svm using the vsadmin account. Below Is the manifest I use for creating the sc,pvc and pod. However when I create the objects I encountered this error in logs:

time="2025-03-12T08:19:25Z" level=info msg="problem getting subsystem; [GET /protocols/nvme/subsystems][400] nvme_subsystem_collection_get default &{Error:0xc000dbc180}" logLayer=core requestID=3b757fc5-be56-401d-aee3-766e573a66ac requestSource=CSI workflow="controller=publish"
time="2025-03-12T08:19:25Z" level=error msg="subsystem create failed, [GET /protocols/nvme/subsystems][400] nvme_subsystem_collection_get default &{Error:0xc000dbc180}" logLayer=core requestID=3b757fc5-be56-401d-aee3-766e573a66ac requestSource=CSI workflow="controller=publish"
time="2025-03-12T08:19:25Z" level=error msg="[GET /protocols/nvme/subsystems][400] nvme_subsystem_collection_get default &{Error:0xc000dbc180}" Method=ControllerPublishVolume Type=CSI_Controller logLayer=csi_frontend requestID=3b757fc5-be56-401d-aee3-766e573a66ac requestSource=CSI workflow="controller=publish"
time="2025-03-12T08:19:25Z" level=error msg="GRPC error: rpc error: code = Unknown desc = [GET /protocols/nvme/subsystems][400] nvme_subsystem_collection_get default &{Error:0xc000dbc180}" logLayer=csi_frontend requestID=3b757fc5-be56-401d-aee3-766e573a66ac requestSource=CSI

I searched in github and NetApp KB and also here in discord, but diddn't find anything. Would appreciate if somebody helps.

kindred sable