oracle / oci-cloud-controller-manager

Kubernetes Cloud Controller Manager implementation for Oracle Cloud Infrastructure
Apache License 2.0
135 stars 85 forks source link

Update CCM/CSI driver to handle ZFS limitation for FS path #463

Open Surabhi-Pathak opened 5 months ago

Surabhi-Pathak commented 5 months ago

Is this a BUG REPORT or FEATURE REQUEST?

Choose one: FEATURE REQUEST

Versions

CCM Version: 1.26.2

Environment:

What happened?

What you expected to happen?

How to reproduce it (as minimally and precisely as possible)?

Anything else we need to know?

mrunalpagnis commented 5 months ago

We have discussed this over call and email, CSI driver currently supports OCI Block Storage and File Storage Service only. ZFS is a different service and not part of FSS, hence making changes to existing driver to support for ZFS is not the best solution here. The details of why it can't be done this way is shared over email and call. This is a feature request for adding a new driver supporting ZFS.