Describes the process of offloading data to warm and cold tiers, and purging data from storage pools.
Offload is driven by the MAST Gateway service. For the volumes configured for warm or cold tiering, CLDB, based on the schedule set at the volume level for offload or based on the request triggered by the client (through the Control System, the CLI, or REST API), notifies the MAST Gateway service to start the offload. The MAST Gateway service then scans the files in the volume and starts the offload by picking the files that meet the criteria in the rule associated with the volume.
For volumes configured for warm tiering, the MAST Gateway service detects the files that meet the criteria in the configured rules, collects data to offload from the read-write containers of the front-end volume on the data fabric filesystem, and:
For example, for an erasure coding scheme of 4+2 (6) and stripe depth of 4MB, which is the default, the object size is 4x4MB=16MB and the stripe length is 6x4MB=24MB. The object must contain data exceeding 90% of the object payload to qualify for offload; objects that fall below the threshold are not offloaded.
The MAST Gateway stores the metadata in HPE Ezmeral Data Fabric Database tables in a separate volume associated with the tier.
dare parameter), data is encrypted during
and after offload to the erasure-coded volume.The following illustration shows the CLDB notifying the MAST Gateway service to start the offload (#1) and the MAST Gateway fetching data from the front-end volume (#2), offloading the data to the associated erasure-coded volume (#3), and then writing metadata to the tier volume associated with the front-end volume (#4).

For volumes configured for cold tiering, the MAST Gateway service detects the files that meet the criteria in the configured rules, collects data to offload from the read-write containers and snapshots for the volume on the data fabric filesystem, and:
The MAST Gateway stores the metadata in HPE Ezmeral Data Fabric Database tables in a separate volume associated with the tier.
tierencryption parameter),
data is encrypted during and after offload. See volume create or
volume modify for more information on the parameter.0.b258a07.86e.1
0.b258a07.86a.1
0.b258a07.86c.1The following illustration shows the CLDB notifying the MAST Gateway service to start the offload (#1) and the MAST Gateway fetching data from the volume (#2), offloading the data to the third-party storage alternative (#3), and then writing metadata to the tier volume associated with the volume (#4).

The MAST Gateway service notifies CLDB when the offload operation completes successfully. Entire volumes can be moved from "hot" to "warm" tier or "hot" to "cold" tier and vice-versa on demand using CLIs. For each offloaded volume, filesystem stores only the metadata for the offloaded data in a volume on the hot tier.
See also: Offloading a Volume to a Tier and Offloading a File to a Tier Using the CLI and REST API
While offloading, metadata is written to the HPE Ezmeral Data Fabric Database table in a separate volume associated with the tier and the data blocks are removed from the storage pool in the hot-tier. An offload is considered successful only when data on all active replicas have been purged (or removed from the storage pool to release the disk space on the data fabric filesystem) in the hot-tier. When you offload data at the file-level, all data, including recalled data, is immediately purged from the hot-tier. For more information, see Data Compaction.