Name | Type | Description | Notes |
---|---|---|---|
high | String | Ratio of high watermark of the tier (e.g. 0.9) | [optional] |
low | String | Ratio of low watermark of the tier (e.g. 0.7) | [optional] |
mediumtype | String | Medium Type of the tier. One of the three types: `MEM`, `SSD`, `HDD` | |
path | String | 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] |
quotaList | String | 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] |