You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logc(ctx).Errorf("Portal '%v' is missing target IQN; it may not be considered for iSCSI self-healing.",
an error is logged even though publishInfo.IscsiTargetPortal is an empty string. In our case it is an empty string when using NFS.
The error message was a bit confusing when we tried to debug another problem.
The error was:
time="2024-12-16T09:18:33Z" level=error msg="Portal '' is missing target IQN; it may not be considered for iSCSI self-healing." logLayer=csi_frontend requestID=<requestID> requestSource="Internal workflow="plugin=activate"
Environment
Provide accurate information about the environment to help us reproduce the issue.
Describe the bug
In this line of code
trident/utils/iscsi/iscsi.go
Line 506 in 9e3b007
an error is logged even though
publishInfo.IscsiTargetPortal
is an empty string. In our case it is an empty string when using NFS.The error message was a bit confusing when we tried to debug another problem.
The error was:
Environment
Provide accurate information about the environment to help us reproduce the issue.
To Reproduce
Use NFS and watch the log of trident pods.
Expected behavior
No error when using NFS regarding iSCSI self-healing.
The text was updated successfully, but these errors were encountered: