-
Notifications
You must be signed in to change notification settings - Fork 65
Description
Hi ,
I need some support . I used example scripts to attach one pod with volumes using csi-driver-iscsi. But I am seeing the following error:
Normal Scheduled 9m4s default-scheduler Successfully assigned default/nginx to worker3
Warning FailedMount 7m1s kubelet Unable to attach or mount volumes: unmounted volumes=[iscsi-volume], unattached volumes=[default-token-lpfwk iscsi-volume]: timed out waiting for the condition
Warning FailedMount 49s (x12 over 9m4s) kubelet MountVolume.SetUp failed for volume "iscsiplugin-pv" : rpc error: code = Internal desc = format of disk "/dev/sdb" failed: type:("ext4") target:("/var/lib/kubelet/pods/3c4c4497-2867-42bc-917a-1041fa5dfc09/volumes/kubernetes.io~csi/iscsiplugin-pv/mount") options:("rw,defaults") errcode:(executable file not found in $PATH) output:()
Warning FailedMount 10s (x3 over 4m44s) kubelet Unable to attach or mount volumes: unmounted volumes=[iscsi-volume], unattached volumes=[iscsi-volume default-token-lpfwk]: timed out waiting for the condition
Can anyone point out what executable is required?
Wajih