We are using the HPE Left Hand driver and Ember will usually create an ACL on the SAN before mounting to a Kubernetes node to provide access. But it an ACL already exists in the SAN, we'll get this error:
Warning FailedAttachVolume 7s (x6 over 23s) attachdetach-controller AttachVolume.Attach failed for volume "pvc-cd070b5c-e658-45db-92db-2a1dfdfeded6" : rpc error: code = Unknown desc = Exception calling application: Error (HTTP 500) OPERATION_FAILED - The operation failed: The server 'kube17.foo.com' cannot be created because Initiator Node Name 'iqn.2019-12.com.foo.kube17:8692d516cc3' is already in server 'kube17'.
It says it's a warning, but the mount attempt comes to a halt after this happens. Would it be possible to use the existing ACL if the create attempt failed?
We are using the HPE Left Hand driver and Ember will usually create an ACL on the SAN before mounting to a Kubernetes node to provide access. But it an ACL already exists in the SAN, we'll get this error:
Warning FailedAttachVolume 7s (x6 over 23s) attachdetach-controller AttachVolume.Attach failed for volume "pvc-cd070b5c-e658-45db-92db-2a1dfdfeded6" : rpc error: code = Unknown desc = Exception calling application: Error (HTTP 500) OPERATION_FAILED - The operation failed: The server 'kube17.foo.com' cannot be created because Initiator Node Name 'iqn.2019-12.com.foo.kube17:8692d516cc3' is already in server 'kube17'.
It says it's a warning, but the mount attempt comes to a halt after this happens. Would it be possible to use the existing ACL if the create attempt failed?