Skyler Mäntysaari
Skyler Mäntysaari
``` k exec -it -n storage democratic-csi-node-tqmfj -c csi-driver -- sh # ls -alh /usr/local/sbin total 24K drwxr-xr-x 1 root root 23 Jan 22 02:46 . drwxr-xr-x 1 root root...
So as we can see: ``` root@talos-m1:/usr/local/bin# ls -alh /host/usr/local/sbin total 6.8M drwxr-xr-x 1 root root 223 Jun 1 2019 . drwxr-xr-x 1 root root 28 Jun 1 2019 .....
It does work.. ``` root@talos-m1:/home/csi/app# chroot /host /usr/local/sbin/zfs list NAME USED AVAIL REFER MOUNTPOINT tank 14.5G 87.3G 96K /tank tank/k8s 14.4G 87.3G 96K /tank/k8s tank/k8s/volumes 14.4G 87.3G 96K /tank/k8s/volumes tank/k8s/volumes-csi...
Whilist my test pvc is still pending.. ``` default test-pvc Pending democratic-csi-zfs 34m ```
> `chroot /host /usr/local/sbin/zfs create -p tank/k8s/volumes-csi` Didin't say anything, so probably worked? Also here's the csi pod's logs: https://bpa.st/VPEQ
That did not take long. ``` {"host":"talos-m1","level":"debug","message":"performing exec sanity check..","service":"democratic-csi","timestamp":"2025-01-22T04:14:33.949Z"} {"host":"talos-m1","level":"verbose","message":"LocalCliExecClient command: echo $0","service":"democratic-csi","timestamp":"2025-01-22T04:14:33.949Z"} {"host":"talos-m1","level":"info","message":"new response - driver: ControllerZfsLocalDriver method: Probe response: {\"ready\":{\"value\":true}}","service":"democratic-csi","timestamp":"2025-01-22T04:14:33.952Z"} {"host":"talos-m1","level":"info","message":"new request - driver: ControllerZfsLocalDriver method: CreateVolume...
And the volume group has shown up again. ``` tank/k8s/volumes-csi 96K 86.8G 96K /tank/k8s/volumes-csi ```
That also works when done manually, so yeah I don't understand the problem either. ``` root@talos-m1:/home/csi/app# chroot /host /usr/local/sbin/zfs create -p -o atime=\"off\" -o compression=\"lz4\" -o overlay=\"on\" -o recordsize=\"1M\" -o...
It seems that if one uses `REQWEST_PROXY` combined with `BG_HELPER_URL` it will not be able to talk to the helper. :( (Kubernetes, running in the same pod)