IBM FlashSystem 5030 (8.5.0.11) connected with FC to three Bare-metal OpenShift Nodes (4.15.19) with IBM block storage CSI driver operator installed (1.11.3)
Problem Description:
New LUNs get created on storage system, but not mapped to hosts. See errors in logs below.
Logs:
pod event:
AttachVolume.Attach failed for volume "pvc-bdf5c3bf-a4d9-4bad-b7ee-3733b5184c20" : rpc error: code = Internal desc = CLI failure. Return code is 1. Error message is "b'CMMVC7205E The command failed because it is not supported.\n'"
ibm-block-csi-controller-0 log:
2024-07-08 23:42:19,628 ERROR [140216497063680] [SVC:4;60050763808104F70800000000000035] (exception_handler.py:handle_exception:35) - CLI failure. Return code is 1. Error message is "b'CMMVC7205E The command failed because it is not supported.\n'"
host-definer-hostdefiner-59c7c7548c-fm7n7 log:
...
2024-07-08 21:45:51,318 DEBUG [140352619017984] [Thread-9] (utils.py:get_node_id_info:48) - node name : ocp0, nvme_nqn: nqn.2014-08.org.nvmexpress:uuid:56f808db-dbc0-4c0d-8dbd-5d0a01120e69, fc_wwns : 51402ec01482c418:51402ec01482c41a:51402ec0110ecba4:51402ec0110ecba6, iscsi_iqn : iqn.1994-05.com.redhat:714b6fdda0da
...
2024-07-08 21:45:51,744 ERROR [140352610625280] [Thread-10] (array_mediator_svc.py:_lsnvmefabric:988) - Failed to get nvme fabrics. Reason is: CLI failure. Return code is 1. Error message is "b'CMMVC7205E The command failed because it is not supported.\n'"
Configuration
Even though we have set environment CONNECTIVITY_TYPE = fc on the host-definer-hostdefiner, it seems the CSI still tries to make a connection to the LUN over NVMEoverFC and that obviously fails - since its not available in our setup. 🏴☠️
Environment:
IBM FlashSystem 5030 (8.5.0.11) connected with FC to three Bare-metal OpenShift Nodes (4.15.19) with IBM block storage CSI driver operator installed (1.11.3)
Problem Description:
New LUNs get created on storage system, but not mapped to hosts. See errors in logs below.
Logs:
pod event: AttachVolume.Attach failed for volume "pvc-bdf5c3bf-a4d9-4bad-b7ee-3733b5184c20" : rpc error: code = Internal desc = CLI failure. Return code is 1. Error message is "b'CMMVC7205E The command failed because it is not supported.\n'"
ibm-block-csi-controller-0 log: 2024-07-08 23:42:19,628 ERROR [140216497063680] [SVC:4;60050763808104F70800000000000035] (exception_handler.py:handle_exception:35) - CLI failure. Return code is 1. Error message is "b'CMMVC7205E The command failed because it is not supported.\n'"
host-definer-hostdefiner-59c7c7548c-fm7n7 log: ... 2024-07-08 21:45:51,318 DEBUG [140352619017984] [Thread-9] (utils.py:get_node_id_info:48) - node name : ocp0, nvme_nqn: nqn.2014-08.org.nvmexpress:uuid:56f808db-dbc0-4c0d-8dbd-5d0a01120e69, fc_wwns : 51402ec01482c418:51402ec01482c41a:51402ec0110ecba4:51402ec0110ecba6, iscsi_iqn : iqn.1994-05.com.redhat:714b6fdda0da ... 2024-07-08 21:45:51,744 ERROR [140352610625280] [Thread-10] (array_mediator_svc.py:_lsnvmefabric:988) - Failed to get nvme fabrics. Reason is: CLI failure. Return code is 1. Error message is "b'CMMVC7205E The command failed because it is not supported.\n'"
Configuration
Even though we have set environment
CONNECTIVITY_TYPE = fc
on the host-definer-hostdefiner, it seems the CSI still tries to make a connection to the LUN over NVMEoverFC and that obviously fails - since its not available in our setup. 🏴☠️