Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.63 KB

File metadata and controls

15 lines (11 loc) · 1.63 KB

Level

Properties

Name Type Description Notes
high str Ratio of high watermark of the tier (e.g. 0.9) [optional]
low str Ratio of low watermark of the tier (e.g. 0.7) [optional]
mediumtype str Medium Type of the tier. One of the three types: `MEM`, `SSD`, `HDD`
path str File paths to be used for the tier. Multiple paths are supported. Multiple paths should be separated with comma. For example: "/mnt/cache1,/mnt/cache2". [optional]
quota K8sIoApimachineryPkgApiResourceQuantity Quota for the whole tier. (e.g. 100Gi) Please note that if there're multiple paths used for this tierstore, the quota will be equally divided into these paths. If you'd like to set quota for each, path, see QuotaList for more information. [optional]
quota_list str QuotaList are quotas used to set quota on multiple paths. Quotas should be separated with comma. Quotas in this list will be set to paths with the same order in Path. For example, with Path defined with "/mnt/cache1,/mnt/cache2" and QuotaList set to "100Gi, 50Gi", then we get 100GiB cache storage under "/mnt/cache1" and 50GiB under "/mnt/cache2". Also note that num of quotas must be consistent with the num of paths defined in Path. [optional]

[Back to Model list] [Back to API list] [Back to README]