apalia / cloudstack-csi-driver

Container Storage Interface (CSI) plugin for Apache CloudStack
Apache License 2.0
10 stars 19 forks source link

Added storageclass allowedTopologies support #18

Open parkinr opened 1 year ago

parkinr commented 1 year ago

In a hybrid environment where some nodes are on prem and some nodes are on cloudstack, we found out that there is a need to have a storage class with allowedTopogies that matchs the zone ID of the node for a successful persistent volume claim. This PR works with PR #17. Recommended to mount cloud-init-dir on cloudstack-csi-sc-syncer container.