drupalwxt / helm-drupal

Helm Chart for deploying an enterprise-grade Drupal environment.
https://drupalwxt.github.io/helm-drupal/index.yaml
MIT License
31 stars 22 forks source link

Using new CSI shared disk instead of AzureFile #115

Closed bernardmaltais closed 2 years ago

bernardmaltais commented 2 years ago

@spotzero I just saw this potential replacement for AzureFile: https://docs.microsoft.com/en-us/azure/aks/azure-disk-csi#shared-disk

Have you ever looked at it? This might make the whole public, private, backup much cleaner. It also appear to be a block storage... so restoring and accessing files might be much faster.

Is there a way to use existing PVC for public and private files? Like it is done for backup? I have not been able to switch yet to properly test.

bernardmaltais commented 2 years ago

Update... I think I see the issue... this is a raw block device... so using this to read/write files won't really work ;-(