Manual fetch and release of data
How to manually force fetching tiered data back to the SSDs, and force releasing SSD data to object-store regardless of the retention policy. Also, how to find the location of the data.
Pre-fetching API for data lifecycle management
Fetch files from an object store
Name
Value
Default
Fetch a directory containing many files
find -L <directory path> -type f | xargs -r -n512 -P64 weka fs tier fetch -vRelease API for data lifecycle management
Release files from SSD to an object store
Name
Value
Default
Release a directory containing many files
Find the location of tiered files
Name
Value
Default
Examples of a tiered file location during the data lifecycle management
Last updated