ls: cannot access '/var/lib/kubelet/plugins/unity.emc.dell.com/csi_sock': No such file or directory
I installed fresh and that was the 2nd message in the logs. The driver checks to see if the socket exists and if not it is created. This message should not cause concern.
For these messages:
time="2021-04-28T11:49:52Z" level=error arrayid=c************** runid=node-2 msg="Cannot read directory: /sys/class/fc_host Error: open /sys/class/fc_host: no such file or directory"
…
time="2021-04-28T11:49:54Z" level=error runid=2 msg="Cannot read directory: /sys/class/fc_host Error: open /sys/class/fc_host: no such file or directory"
It looks like you are using iSCSI, so the FC messages can be ignored. You could also try to comment out FC in the myvalues.yaml file on install.
gashof
1 Rookie
•
46 Posts
1
May 20th, 2021 06:00
Hi,
For this message:
ls: cannot access '/var/lib/kubelet/plugins/unity.emc.dell.com/csi_sock': No such file or directory
I installed fresh and that was the 2nd message in the logs. The driver checks to see if the socket exists and if not it is created. This message should not cause concern.
For these messages:
time="2021-04-28T11:49:52Z" level=error arrayid=c************** runid=node-2 msg="Cannot read directory: /sys/class/fc_host Error: open /sys/class/fc_host: no such file or directory"
…
time="2021-04-28T11:49:54Z" level=error runid=2 msg="Cannot read directory: /sys/class/fc_host Error: open /sys/class/fc_host: no such file or directory"
It looks like you are using iSCSI, so the FC messages can be ignored. You could also try to comment out FC in the myvalues.yaml file on install.
#- protocol: "FC"