Kadalu Versions Save

A lightweight Persistent storage solution for Kubernetes / OpenShift / Nomad using GlusterFS in background. More information at https://kadalu.tech

1.2.0

6 months ago
  • simple-quota xattr added to afr-and-dht ignore list (glusterfs)
  • Add IPV6 address family with INET6 (#1000)

1.1.0

1 year ago
  • Add support for Arbiter Storage pool.
  • Use new volgen library for Brick, Client and Self heal daemon volfiles
  • Use volfile server option to mount the Kadalu storage instead of volfile path.
  • Move healinfo execution to server pods, Trigger client-heal from csi pod.

1.0.1

1 year ago

1.0.0

1 year ago
  • First major release
  • See full list of changes here

0.9.1

1 year ago
  • Removed armv7 container images since Gluster doesn't support 32 bit platforms.

0.9.0

1 year ago
  • Helm chart: fixed namespace management bug
  • Mount FHS standardized kernel module directory
  • Fix wrong calculations of free_size_bytes
  • Bump kubernetes python package and use latest glusterfs build (with tcmalloc)
  • Internally map kadalu_format to single_pv_per_pool
  • Remove default tiebreaker node and add support for Replica2
  • Implement logrotate to free-up used space from gluster logs
  • Fix application of tolerations from Pool CR on glusterfs-server and nodeplugin pods
  • Fix documentation related to using Kadalu metrics with OpenShift user-workload-monitoring feature

0.8.17

1 year ago
  • Update Python modules dependencies for all components
  • Openshift documentation improvements

0.8.16

1 year ago
  • Use helm for generating devel manifests
  • Harden RBAC permissions
  • Support custom kubelet dir
  • Container images can now be built directly from the repository without dependencies on previous build steps
  • Enable and correctly handle tolerations supplied in KadaluStorage CR
  • Multiple fixes around handling deletions and metrics (#879)

0.8.15

1 year ago
  • Enhance PV status command to check the Status from Provisioner pod instead of Server Pod to avoid errors when the Db file hashed to different distribute group other than first server Pod.
  • Fix Monitoring/Prometheus labels for OCP setup.
  • Fix the stale metrics from deleted Storage pools, PVs and other entities.
  • Fix Quota crawler issues.
  • Removed empty log lines from Quota crawler.
  • Multiple CSI fixes around expanding Block vols, PVC deletion leftovers and fix broken Nomad deployments

0.8.14

2 years ago
  • Added support for Private container registry
  • Fixed Prometheus exporter issue while setting default values.