Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.85 KB

Level.md

File metadata and controls

18 lines (14 loc) · 1.85 KB

Level

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

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` [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: &quot;/mnt/cache1,/mnt/cache2&quot;. [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 &quot;/mnt/cache1,/mnt/cache2&quot; and QuotaList set to &quot;100Gi, 50Gi&quot;, then we get 100GiB cache storage under &quot;/mnt/cache1&quot; and 50GiB under &quot;/mnt/cache2&quot;. 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 '']

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