ceph-csi/internal
Niels de Vos 6d83df9cc9 nfs: add basic provisioner with create/delete procedures
These NFS Controller and Identity servers are the base for the new
provisioner. The functionality is currently extremely limited, follow-up
PRs will implement various CSI procedures.

CreateVolume is implemented with the bare minimum. This makes it
possible to create a volume, and mount it with the
kubernetes-csi/csi-driver-nfs NodePlugin.

DeleteVolume unexports the volume from the Ceph managed NFS-Ganesha
service. In case the Ceph cluster provides multiple NFS-Ganesha
deployments, things might not work as expected. This is going to be
addressed in follow-up improvements.

Lots of TODO comments need to be resolved before this can be declared
"production ready". Unit- and e2e-tests are missing as well.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
2022-03-28 11:23:17 +00:00
..
cephfs cephfs: remove kubernetes csi prefixed parameters 2022-03-21 08:54:43 +00:00
controller rbd: do not read pvc namespace from volume attributes 2022-03-21 08:54:43 +00:00
csi-addons rbd: return unimplemented error for block-mode reclaimspace req 2022-03-03 19:00:49 +00:00
csi-common rbd: remove unimplemented responses for node operations 2022-03-16 15:27:48 +00:00
journal cleanup: remove unwanted type declaration 2022-01-24 05:25:11 +00:00
kms rbd: modify oidc token file path according to FHS 3.0 2022-03-23 13:29:35 +00:00
liveness cleanup: move log functions to new internal/util/log package 2021-08-26 09:34:05 +00:00
nfs nfs: add basic provisioner with create/delete procedures 2022-03-28 11:23:17 +00:00
rbd rbd: do not read pvc namespace from volume attributes 2022-03-21 08:54:43 +00:00
util util: added reference tracker 2022-03-27 19:24:26 +00:00