-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Be able to define snapshot policy in storage class #93
Comments
It would be good to address this issue with US2958. |
+1 from me! We would need the same feature |
@per-steinar @trulleberg @kapilarora @si-heger We have made the decision to keep the storage class definitions generic so that they're not tied to a specific platform (e.g., ONTAP, SolidFire, E-Series). Snapshot policy is currently only supported by ONTAP backends, so we couldn't make it a storage class parameter. However, starting with release 18.04, you can add multiple instances of the same storage backend under different names using the new With this option, you can have the same storage endpoint offer different snapshot policies, export policies, etc under different backends in Trident. Then you can define Kubernetes storage classes using the storagePools parameter such that they map to the instance of the backend that has the desired set of policies. We have also added the capability to rename an existing backend. You can use the
|
Both ONTAP-SAN and ONTAP-NAS supports provisioning volumes with and without snapshotting enabled based on the snapshot policy configured in the backend or in the PVC. It would be more practical to be able to define the snapshot policy in storage classes because then the storage class can provide all the information about the available snapshot policies.
Today the user need to know about all available snapshot policies or all volumes in one backend need to have the same snapshot policy.
The text was updated successfully, but these errors were encountered: