Leela Gangavarapu
Leela Gangavarapu
- I take it by "storage object definitions" you mean, KadaluStorage CR, if yes, I don't think we want to provide such options, those are two separate concerns. - you...
- it isn't particular to Kadalu, this is a limitation for most of the CSI drivers based on FUSE - workarounds in some other CSI drivers aren't straightforward to implement...
> Is there any reason why CSI node plugin - More technical details at https://docs.google.com/document/d/1opkOXxikHgfPgIw5ee1OwgTzCSDUi0gqcJZ2K1gfmKo/edit#heading=h.a8qfu4whyov8
> Trying to understand whether it is a smaller tweak or bigger change - Didn't experiment with that, iirc that's how CNI based plugin work, like they ask you have...
> root@browser-5cc89ffc5f-pxhxt:/home/sentosa/project# ls - pls provide o/p of `ls -l` > root@browser-5cc89ffc5f-pxhxt:/app# df -h - pls provide o/p of `df -B1 /home/sentosa/project`
So you want to use consume whole gluster volume as a PVC? If yes, remove the SSH stuff from nomad job templates. Ref: - https://github.com/kadalu/kadalu/blob/devel/nomad/controller.nomad#L40-L45 - https://github.com/kadalu/kadalu/blob/devel/nomad/controller.nomad#L99 Edit: disregard comment...
@gutleib, below should get you going ``` diff # gd diff --git a/nomad/controller.nomad b/nomad/controller.nomad index 1f7742e..b4bb09f 100644 --- a/nomad/controller.nomad +++ b/nomad/controller.nomad @@ -67,7 +67,7 @@ job "kadalu-csi-controller" { "volume_id": "${uuidv5("dns",...
@gutleib just a quick check, did above work for you?
1. For Q&A format, pls use Discussions as the description doesn't provide the minimum info required to answer the question inspite of tagging it as Bug 2. Just an update...
> Then I deleted the kids, sc and recreated it after changing certain configurations. - You don't generally delete the storage class - You delete the CR, operator checks for...