You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`reclaim-space-timeout`|`"3m"`| Timeout for reclaimspace operation |
10
+
|`max-concurrent-reconciles`|`"100"`| Maximum number of concurrent reconciles |
11
+
|`max-group-pvcs`|`"100"`| Maximum number of PVCs allowed in a volume group |
12
+
|`schedule-precedence`|`"pvc"`| The order in which the schedule annotation should be read |
12
13
13
14
[`csi-addons-config` ConfigMap](../deploy/controller/csi-addons-config.yaml) is provided as an example.
14
15
15
16
> Note: The operator pod needs to be restarted for any change in configuration to take effect.
16
17
>
17
18
> Note: `max-group-pvcs` default value is set based on ceph's support/testing. User can tweak this value based on the supported count for their storage vendor.
19
+
>
20
+
> Note: The valid values for `schedule-precedence` are `storageclass` and `pvc`. If set to `storageclass` only the annotations from StorageClasses are considered for schedule of reclaim space and key rotation. `pvc` reads annotations in the order of: PVC > NS > StorageClasses.
0 commit comments