Leela Gangavarapu

Results 13 issues of Leela Gangavarapu

I use `du -cbhs` a lot and thought it'd be a good addition.

ref: #869 Signed-off-by: Leela Venkaiah G

Notes from general observation and usage of github actions upto now: 1. Use a specific ubuntu version rather than latest 2. Refer the tools pre-installed in that runner, for ex:...

good first task

- when tolerations are added after creation of server stateful sets, the pods aren't realising the toleration (ref: #733) - workaround is to delete the server pod which'll be in...

good first task

- don't install separate binaries and use them from github runner - remove unused options wrt CI from minikube.sh - didn't touch scripts as not sure of their usuage locally...

- We are currently disabling many pylint checks and it'd be better if an effort can be put into not disabling them ``` make pylint: @cp lib/kadalulib.py csi/ @cp lib/kadalulib.py...

good first task

Current: ``` $ kubectl exec -it deploy/operator -n kadalu -- bash -c 'kubectl-kadalu version' kubectl-kadalu plugin: devel kadalu pod(s) versions pod/kadalu-csi-nodeplugin-2787n: devel pod/kadalu-csi-nodeplugin-85fjv: devel pod/kadalu-csi-nodeplugin-c2wq9: devel pod/kadalu-csi-nodeplugin-fh447: devel pod/kadalu-csi-nodeplugin-ksg2l: devel...

on-dev

ref: https://github.com/kadalu/kadalu/issues/913#issuecomment-1322495384

- I can think of a usecase for below CR, like, specific devices from specific nodes but no `deviceClass` from the nodes. Just checking whether it's intentional not to support...

Hello again, - I created an OCP cluster in AWS and performed all pre-req for carving a PVC from topolvm-operator - Below are the manifests that I deployed ``` yaml...