Ceph CSI

  • By Canonical Kubernetes
Channel Revision Published Runs on
latest/stable 44 21 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 44 20 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/beta 43 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/edge 45 03 May 2024
Ubuntu 22.04 Ubuntu 20.04
1.30/beta 43 19 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.30/edge 45 03 May 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/stable 44 21 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/candidate 44 20 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/beta 43 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/edge 41 28 Feb 2024
Ubuntu 22.04 Ubuntu 20.04
1.28/stable 37 07 Nov 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/candidate 37 01 Nov 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/beta 32 07 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/edge 33 09 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/stable 29 12 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/candidate 29 12 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/beta 24 10 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/edge 22 08 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/stable 19 27 Feb 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/candidate 19 25 Feb 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/beta 14 09 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/edge 14 19 Nov 2022
Ubuntu 22.04 Ubuntu 20.04
1.25/stable 12 30 Sep 2022
Ubuntu 22.04 Ubuntu 20.04
1.25/candidate 12 28 Sep 2022
Ubuntu 22.04 Ubuntu 20.04
1.25/beta 15 01 Dec 2022
Ubuntu 22.04 Ubuntu 20.04
1.25/edge 3 16 Aug 2022
Ubuntu 22.04 Ubuntu 20.04
juju deploy ceph-csi
Show information

Platform:

Ubuntu
22.04 20.04

Learn about configurations >

  • cephfs-enable | boolean

    Whether or not cephfs manifests should be installed Only enable if ceph-fs is deployed and related to ceph-mon

  • cephfs-mounter | string

    The driver can use either ceph-fuse (fuse) or ceph kernelclient (kernel). If omitted, default volume mounter will be used - this is determined by probing for ceph-fuse and mount.ceph

  • default-storage | string

    Default: ceph-xfs

    Default storage class to use. Allowed values: 'ceph-ext4', 'ceph-xfs', 'cephfs'

  • enable-host-networking | boolean

    Whether or not csi-*plugin-provisioner deployments use host-networking

  • namespace | string

    Kubernetes namespace in which to install the rbd and cephfs components including deployments, daemonsets, secrets, configmaps. if unspecified, "default" is assumed NOTE: Can only be specified on deployment since some attributes of kubernetes resources are non-modifiable. The admin is responsible for creating the namespace.

  • provisioner-replicas | int

    Default: 3

    Number of replicas of any csi-*plugin-provisioner deployment

  • release | string

    Specify the version of ceph-csi as defined by the `release` tags of https://github.com/ceph/ceph-csi example) juju config ceph-csi release='v3.7.2' A list of supported versions is available through the action: juju run ceph-csi/leader list-releases To reset by to the latest supported by the charm use: juju config ceph-csi --reset release The current release deployed is available by viewing juju status ceph-csi