Harsh Vardhan
Harsh Vardhan
# Benefits - Stronger unit-testing for those command implementations, each field output can be compared against a well defined value(might not be of the same exact data-type) - This code...
Currently, the upgrade code is not covered by unit tests and is likely non-testable, it'd be great to cover them by tests and enable future refactors as more changes happen.
Currently in `v0.5.0` release the CLI can upgrade the Cstor Pools, i.e. CSPCs which must be done post control plane upgrade, now it might be helpful to add upgrade option...
Currently, the CLI only supports JivaVolume from v1alpha1 version, in `OpenEBS 3.1` the v1 version of JivaVolume has been released with minimal changes to the structure.
This issue is strictly for someone who has recently up Golang & would like to fix some code formatting issues. I've recently fixed a small issue with GolangCI-lint(#105) in #145...
It's said that one cannot build a great building on a week foundation, well the same applies for writing software, it's turtles all the way down to the zeros and...
## Questions 1. What should be the goal of this tool? Should it just stick to pointing troubling areas or also dump data of the troubling areas and can that...
Currently openebsctl project has a `K8sClient`, which encapsulates all required typed clients for reaching the k8s-apis. Due to the nature of the codebase & huge options, this project sometimes needs...
# Background Currently it's easy to see volumes & pools & their states(good/bad/etc) but it's not super-easy & super-fast to get to the root cause behind their state to help...
_More details will be added here, as more info drops by_ ## Initial work - [ ] Understand & setup MayaStor - [ ] Discover the Golang structures for the...