Flocker volume driver should use StorageClass parameters to determine the Flocker Storage profile of dynamically provisioned volumes #34810
Labels
area/kubectl
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
sig/storage
Categorizes an issue or PR as relevant to SIG Storage.
Since #31005 the Flocker volume driver supports dynamic volume provisioning. It creates Flocker datasets with a size matching that of the PVC.
It currently ignores the StorageClass annotation of the PVC.
Instead it should use the parameters of the StorageClass to choose the Flocker dataset profile of the new Flocker dataset.
The profile is specified by including the keyword "clusterhq:flocker:profile"
among the metadata supplied to the Flocker create_dataset API.
Demonstrated here in the Flocker Docker plugin:
See #29006 for an example of how StorageClass parameters are used by the GCE PD volume driver to select either GCE SSD or spinning disks.
The text was updated successfully, but these errors were encountered: