Skip to content

Draft: Resolve "Management of Ceph resource in ceph cluster for ceph-csi"

What does this MR do and why?

When ceph-csi-cephfs will be enabled as a unit, below resource creation will be done which will be required for provisioning of PVCs by using ceph-csi-cephfs:

  • Install ceph package on Bootstrap which will be required to run ceph CLIs
  • Create file system in ceph cluster
  • Create user

Additionally, when deletion of Workload cluster is called, below resources will be created:

  • Delete all PVC
  • Delete user
  • Delete filesystem

Related reference(s)

Test coverage

Closes #1079

Edited by Mohan Sharma

Merge request reports