ceph-csi

CSI driver for Ceph

APACHE-2.0 License

Stars
1.1K
Committers
145

Bot releases are hidden (Show)

ceph-csi - Ceph CSI 3.1.0 Release

Published by humblec about 4 years ago

Release Issue #1272

Changelog or Highlights:

New Features:

  • Create/Delete snapshot for CephFS
  • Create PVC from CephFS snapshot
  • Create PVC from CephFS PVC
  • Add RADOS namespace support for RBD

Enhancement:

  • E2E migration from Travis minikube to CentOS CI
  • Use common logging functions in utils
  • Add Upgrade E2E testing from 3.0.0 to 3.1.0
  • Update Sidecars to the latest version
  • Add vault creation to rbd driver deployment
  • Update E2E testing to test with latest kubernetes versions
  • Update Rook to 1.3.8 for E2E testing
  • Add backend validation of cephfs PVC in E2E
  • Make the number of CPUs for minikube VM configurable
  • Use rbdVolume.resize() with go-ceph
  • Introduce new makefile target run-e2e
  • upgrade to minikube 1.12.1
  • Debugging tool (tracevol.py) enhancement

Bug Fix:

  • Fix tracevol.py to work with the dynamic value of fsname
  • Fix tracevol.py to take config map namespace as an option

Breaking Changes

None.

NOTE: At present, there is a limit of 400 snapshots per cephFS filesystem.
Also PVC cannot be deleted if it's having snapshots. Make sure all the snapshots
on the PVC are deleted before you delete the PVC.

Many other bug fixes, code improvements are also part of this release.

ceph-csi - Ceph CSI v3.0.0 Release

Published by Madhu-1 about 4 years ago

Release Issue #865

Changelog or Highlights:

New Features:

  • Create/Delete snapshot for RBD
  • Create PVC from RBD snapshot
  • Create PVC from RBD PVC
  • Add support for multiple CephFS subvolume groups
  • Multi Architecture docker images(amd64 and arm64)
  • Support ROX(ReadOnlyMany) PVC for RBD
  • Support ROX(ReadOnlyMany) PVC for CephFS

Enhancement:

  • Move to go-ceph binding from RBD CLI
  • Move to go-ceph binding from RADOS CLI
  • Add Upgrade E2E testing from 2.1.2 to 3.0.0
  • Update Sidecars to the latest version
  • Improve locking to create a parallel clone and snapshot restore
  • Simplify Error Handling
  • Update golangci-lint version in CI
  • Update gosec version in CI
  • Add support to track cephfs PVC and subvolumes
  • Introduce build.env for configuration of the environment variables
  • Update go-ceph to v0.4.0
  • Update E2E testing to test with latest kubernetes versions
  • Split out CephFS and RBD E2E tests
  • Integration with Centos CI to run containerized builds
  • Update Rook to 1.2.7 for E2E testing
  • Disable reflink when creating xfs filesystem for RBD
  • Replace klog with klog v2
  • Reduce RBAC for kubernetes sidecar containers
  • Add option to compile e2e tests in containerized
  • Add commitlint bot in CI
  • Add Stale bot to the repo
  • Add E2E and documentation for CephFS PVC
  • Update kubernetes dependency to v1.18.6

Bug Fix:

  • Fix issue in CephFS Volume Not found

Breaking Changes

  • Remove support for v1.x.x PVC
  • Remove support for Mimic
  • Snapshot Alpha is no longer supported

Many other bug fixes, code improvements are also part of this release.

ceph-csi - Ceph CSI v2.1.2 Release

Published by Madhu-1 over 4 years ago

Release Issue #1136

Changelog or Highlights:
Bug Fixes:

RBD: Fix RBD unmap if the mount fails
CephFS: Fix cephfs resize if ceph cluster version >=14.2.8
ceph-csi - Ceph CSI v2.1.1 Release

Published by Madhu-1 over 4 years ago

Release Issue #1010

Changelog or Highlights:

Bug Fixes:

XFS: Superblock has unknown read-only compatible 
XFS: Format with nouuid to avoid UUID conflict
ceph-csi - Ceph CSI v2.1.0 Release

Published by humblec over 4 years ago

Release Issue #806

Changelog or Highlights:

Features:

Add support for rbd static PVC
Move cephfs subvolume support from `Alpha` to `Beta`.
Added support for rbd topology-based provisioning.
Support externally managed configmap.
Updated Base image to ceph Octopus
Added csiImageKey to keep track of the image name in RADOS omap
Added E2E for helm charts
...

Enhancements:

Implement CreateVolume with go-ceph which boosts performance.
Migrated from `dep` to `go modules`
Updated Kubernetes version to v1.18.0
Updated golang version to 1.13.9
Updated Kubernetes sidecar containers to latest version
E2E: Add Ability to test with non root user
...

Bug Fixes:

Log an error message if cephfs mounter fails during init
Aligned with klog standards for logging
Added support in to run E2E in a different namespace
Removed cache functionality for cephfs plugin restart
rbd: fallback to inline image deletion if adding it as a task fails
code cleanup for static errors and unwanted code blocks
Fix mountoption issue in  rbd
travis: re-enable running on arm64
...

Deprecated:

GRPC metrics in cephcsi

Documentation:

Added Document to cleanup stale resources
Updated ceph-csi support matrix
dev-guide: add reference to required go-ceph dependencies
Update upgrade doc  for node hang issue
....
ceph-csi - Ceph CSI v2.0.1 Release

Published by Madhu-1 over 4 years ago

Release Issue #855

Changelog or highlights:

  • Fix rbd mount option issue when mount options from storage-class are not passed to mount point
  • Added a check for cephfs subvolume present in the backend when creating a PVC
  • Added forcecephkernelclient as startup parameter in helm chart
  • Fix PVC delete issue when the pool is deleted
  • Fix typo in pod spec in rbd helm chart
  • Add _netdev as default mount options for both cephfs and rbd
  • Check for ENOENT errors when deleting CephFS volumes
  • Fix ceph-csi image tag version in rbd helm chart
  • Added PodSecurityPolicy support to helm charts
ceph-csi - Ceph CSI v2.0.0 Release

Published by Madhu-1 over 4 years ago

Release Issue #557

  • Added dynamic resize support for CephFS PVCs
  • Added dynamic resize support for RBD PVCs
  • Added encryption with LUKS support for RBD PVCs
  • Mutli arch support ( ceph-csi Arm64 image)
  • Upgrade documentation from v1.2.2 to v2.0.0
  • Updated code base to kube v1.17
  • leader election enabled in deployment
  • Added Version flag to cephcsi
  • Removed Kubernetes 1.13.x support with 2.0.0 release
  • CSI: run all containers as privileged in daemonset pods
  • Upgrade: csi-attacher sidecar from v1.2.0 to v2.1.0
  • Upgrade: csi-snapshotter sidecar from v1.2.1 to v1.2.2
  • Upgrade: csi-node-driver-registrar sidecar from v1.1.0 to v1.2.0
  • Upgrade: csi-resizer from sidecar v0.3.0 to v0.4.0
  • Update csi-provisioner from sidecar v1.3.0 to v1.4.0
  • Remove deprecated containerized flag in rbd
  • Discard umount error if the directory is not mounted
  • Use EmptyDir to store provisioner socket
  • Add ContentSource to the CreateVolume response
  • Rbd: only load nbd module if not available yet
  • Enhance scripts to deploy ceph cluster using rook
  • Add e2e tests for RBD resizer
  • Update minikube to latest released version
  • Update golangci-lint version to v1.21.0
  • Fix to use kubectl create not kubectl apply in the e2e
  • Add volume size roundoff for expand request
  • Add E2E for cephfs resize functionality
  • Add Documentation for PVC resize
  • Fix block resize issue in RBD
  • Add 13.0.0 Mimic supported version to the readme
  • update Metrics supported version in Readme
  • Remove hard-coded UpdateStrategy from templates
  • Add E2E for block PVC resize
  • Enable logging in E2E if the test fails
  • Enable Block E2E for rbd
  • Add ID-based logging for ExpandVolume
  • Validate rbd image name in NodeExpand
ceph-csi - Ceph CSI v1.2.2 Release

Published by Madhu-1 almost 5 years ago

Release Issue #639

Changelog or highlights:

  • Add kernel version detection for mounting with client
  • Fix issue in helm chat pushing
  • Added forcecephkernelclient as startup parameter to force enabling ceph
  • Handle EACCESS error from 'ceph rbd task add remove'
  • Fix vol size for cephfs and rbd
  • Update registration directory name
  • Reorder kernel version checking logic
  • Increase sidecar time out value to 150s.
  • Format ext4 with lazy_journal_init
  • Change default csi liveness ports to ones less common
  • Add POD_NAMESPACE to RBD provisioner deployments
  • Add a check for nil secrets
  • Remove rootfs from rbd provisioner pod
  • Added E2E for rbd nodeplugin restart
  • Deprecate containerized flag and remove nsenter
ceph-csi - CSI v1.2.1 Release.

Published by humblec about 5 years ago

Release issue # https://github.com/ceph/ceph-csi/issues/600

*) Change the recommended/default FS for RBD to ext4
*) Use nodiscard option while formatting RBD devices.
*) Use provisioner socket while probing liveness.
*) Reject request if the operation is in progress
*) Fix pod termination issue due to stale mount after node plugin restart.
....etc

ceph-csi - Ceph CSI v1.2.0 Release

Published by Madhu-1 about 5 years ago

Release Issue # https://github.com/ceph/ceph-csi/issues/393

Changelog or highlights:

*) Cephfs: Use ceph kernel client if kernel version >= 4.17
*) implement grpc metrics for ceph-csi
*) Add xfs fstype as default type in storageclass
*) Add support to use ceph manager rbd command to delete an image
*) e2e: correct log format in execCommandInPod()
*) Add 'gosec' to the static-checks
*) switch to cephfs, utils, and csicommon to new loging system
*) utility to trace backend volume from RBD pvc
*) Implement context-based logging
*) implement klog wrapper
*) unmap rbd image if connection timeout.
*) start controller or node server based on config
*) fix: Adds liveness sidecar to v1.14+ helm charts
*) Prometheus liveness probe sidecar
*) Wrap error if failed to fetch mon
*) provisioners: add reconfiguring of PID limit
*) Use "rbd device list" to list and find rbd images and their device paths
*) Update Unstage transaction to undo steps done in Stage
*) Move mounting staging instance to a sub-path within staging path
*) e2e: do not fail to delete resources when "resource not found"
*) remove post validation of rbd device

Many other bug fixes, code improvements, README updates are also part of this release.

ceph-csi - Ceph CSI v1.1.0 Release

Published by humblec over 5 years ago

Changelog or highlights:

*) CephFS subvolume/manager based volume provisioning and deletion.
*) E2E test support for PVC creation, App pod mounting.etc.
*) CSI spec v1.1 support
*) Added support for kube v1.15.
*) Configuration store change from configmap to rados omap
*) Mount options support for CephFS and RBD volumes
*) Move locks to more granular locking than CPU count based
*) Rbd support for ReadWriteMany PVCs for block mode
*) Unary plugin code for 'CephFS and RBD' drivers.
*) Driver name updated to CSI spec standard.
*) helm chart updates.
*) sidecar updates to latest available.
*) RBAC corrections and aggregated role addition.
*) Lock protection for create,delete volume ..etc operations
*) Added external snapshottter to CSI.
*) Added CSIDriver CRD.
*) Support matrix table addition in documentation.
*) Many linter fixes and error code fixes.
*) Removal of dead code paths.
*) StripSecretInArgs in pkg/uti
*) MIgration to klog from glog.

Many other bug fixes, code improvements, README updates are also part of this release.