-
Provide compatibility to Gluster commands. Output/XML compatibility is not in this scope.
Examples:
```
$ kadalu gluster-cmd --pool=PROD gluster peer probe node1.example.com
Executing below Ka…
-
- Add new API/CLI to enable and export Kadalu Storage Volumes via NFS ganesha
```
# Export a Volume
kadalu nfs-ganesha export ://
# Unexport a Volume
kadalu nfs-ganesha unexport ://
# List…
-
- 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 server/
…
-
Hi~
I installed kadalu in K8S according to the method of "[Quick Start with yaml files](https://github.com/kadalu/kadalu/blob/cbac104df11d2f4e0dfba52618abbbda1e62b070/doc/quick-start-yaml.adoc)".
T…
-
**Describe the bug**
Replica3 does not work as I the pool will not be scheduled to the master (toleration seems not to work) and will not be applied to the pool pods.
Replica2 (my favorite) the po…
-
As the title says, while using the `gk-deploy` script, it ends in failure with the following error: `Error waiting for job 'heketi-storage-copy-job' to complete.`
Here's the command:
`./gk-deploy …
-
```
kadalu volume expand / \
```
Example:
```
kadalu volume create DEV/myvol \
replica node1.example.com:/exports/myvol/s1 \
node2.example.com:/export…
-
We are using Kadalu(1.1.0) for one of our usecase with KadaluStorage-Replica-3
As part of our highAvailability we have brought down one instance of the brick pod and seeing a issue like Transport End…
-
See Title
GlusterClient has no documentation in this repo.
Launched in Docker/Kubernetes and crashes with no messaging/logs to suggest why.
-
Global option to customize the Port allocation range.
```console
kadalu config PROD storage-unit-port-start 5001
kadalu config PROD storage-unit-port-end 5100
```
Take `start + 100` if the `s…