-
**Describe the bug**
Apparently, the csi-external-attacher sidecar is not used by Kadalu (see https://github.com/kadalu/kadalu/pull/848#discussion_r913323770). However, it is running as a sidecar…
-
**Describe the bug**
Node plugin is failing with NodeUnpublishVolume exception constanly.
**To Reproduce**
Steps to reproduce the behavior:
1. Install kadalu 1.1.0 on K8s v1.27.2
**Exp…
-
**Describe the bug**
System is configured for using external gluster in kadalu native way and gluster quota, and I have more KadaluStorage's each pointing to a dedicated gluster volume. The quota is …
-
Currently the error level is hardcoded to DEBUG.
We should have a way to define this via configuration.
https://github.com/kadalu/kadalu/blob/3cb7f16b4749631a25417a8baf49f5aa2d0a970b/templates/csi…
-
**Describe the bug**
I have a deployment using kadalu volume in RWX mode.
When a container write a file (update the content) on the volume, the another instances of the deployment doesn't have …
-
Add support for Simple Quota based Sub volumes.
## Create
```
kadalu subvol create / size
```
Example:
```
kadalu subvol create myvol/photos size 10G
```
- Mount the Volume if not …
-
Add support for Block Subvols(Create a Block file and mount as loop dev)
## Create
```
kadalu subvol create / size --virtblock
```
Example:
```
kadalu subvol create myvol/photos size 1…
-
**Describe the bug**
I set up an external gluster cluster and connected with kadalu following the instructions. It started working. Then I deleted the kids, sc and recreated it after changing cer…
-
```
root@kadalu-csi-provisioner-0:/# bash -x /kadalu/heal-info.sh
+ MOUNT_DIR=/mnt
+ arr=()
+ declare -a arr
+ '[' 0 -eq 1 ']'
+ '[' 0 -gt 1 ']'
++ /bin/ls -d /mnt/g3
++ wc -l
+ dirs=1
+ '['…
-
**Describe the bug**
Kadalu fails to set xattrs on some PV folders, those GFID's always report as healing.
From what I've seen that is caused by poolname-quota xlator - that one is kadalu-specific A…