-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes missing LUN Mapping #442
Comments
Hi @Numblesix, If the volume create operation in Trident failed then there should not be an empty FlexVol. We will investigate why Trident is failing to cleanup the FlexVol when a failure occurs during the create operation. However, please examine the Trident logs for why the LUN creation is failing. Make sure that you have debug turned on in Trident and look for errors after this log statement. |
Hi @gnarl i checked the Logs and could find some more infos but nothing showed a try of trident to delete the flexvol after the failed mapping. i could find the following after the creation of the volume it shows those lines which i found quite strange:
|
@Numblesix, we confirmed yesterday that in the ontap-san driver the FlexVol is created and if that is successful then the LUN is created. If the LUN creation fails though Trident isn't deleting the FlexVol. We will fix that issue. I was expecting to see a "error creating LUN" or "error saving file system type" string in the above error messages. From the error messages you provided it appears that LUN creation actually worked at create time. Can you open a support case with NetApp Support so that we can collect more information? Details on contacting support are: To open a case with NetApp, please go to https://mysupport.netapp.com/site/.
|
I will open a case then :). I will also check again if I might find an log entry, anyways I will add the whole logfile to the case anyways :) |
This fix will be included in the Trident 20.10.0 release. |
Describe the bug
LUN Mapping doesnt get created
Environment
Provide accurate information about the environment to help us reproduce the issue.
To Reproduce
Create a PVC with iscsi backend
Expected behavior
Volume should get created with lun mapping
Additional context
Also please note that this issue doesnt happen all the times i have succesfully created other pvc with the same trident version and same backend configs.
When i login to the netapp i can see that the volume was created, but the lun failed to create therefore also the mapping wasnt created. In the Logs of the PVC i can see these events
The text was updated successfully, but these errors were encountered: