Level describes configurations a tier needs.
Refer to <a href="https://docs.alluxio.io/os/user/stable/en/core-services/Caching.html#configuring-tiered-storage\">Configuring Tiered Storage for more info
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` | [default to ''] |
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 | str | [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] |
volume_source | VolumeSource | [optional] | |
volume_type | str | VolumeType is the volume type of the tier. Should be one of the three types: `hostPath`, `emptyDir` and `volumeTemplate`. If not set, defaults to hostPath. | [optional] [default to ''] |