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
i tried this provider and could it be that alpine linux is not supported ?
the LUNs are created and mounted via iSCSI. So that's fine.
But when I try to use this pvc in a pod it is stuck in pending
reason
Warning FailedMount 6m10s (x20 over 37m) kubelet MountVolume.MountDevice failed for volume "pvc-0b37a8dc-16fb-4b92-a8a6-4c45d66e3363" : rpc error: code = Internal desc = rpc error: code = Internal desc = Can't find device path [/dev/disk/by-path/ip-192.168.10.200:3260-iscsi-iqn.2000-01.com.synology:media1.pvc-0b37a8dc-16fb-4b92-a8a6-4c45d66e3363-lun-1]: file does not exist
from what I see is that the csi plugin tries to access the disk by /dev/disk/by-path which is created by udev and there is no systemd/udev in alpine linux.
is that true ? could we update the docs somewhere that systemd/udev is mandatory ?
The text was updated successfully, but these errors were encountered:
Yes, I see what you mean, they get the iscsi sessions back using 'iscsiadm -m session' and use that in a format string based off that to determine the actual device ID of the connected disk.
Yes, it does look to be dependent on udev or some kind of mapper that will set these up and probably should be release noted.
It's also not particularly prominently mentioned that you need to install iscsiadm even either!
Hi,
i tried this provider and could it be that alpine linux is not supported ?
the LUNs are created and mounted via iSCSI. So that's fine.
But when I try to use this pvc in a pod it is stuck in pending
reason
from what I see is that the csi plugin tries to access the disk by
/dev/disk/by-path
which is created by udev and there is no systemd/udev in alpine linux.is that true ? could we update the docs somewhere that systemd/udev is mandatory ?
The text was updated successfully, but these errors were encountered: