Skip to main content

Step 2 of 3: Define placements

Contributors netapp-lhalbert

Step 2 (Define Placements) of the Create ILM Rule wizard allows you to define the placement instructions that determine how long objects are stored, the type of copies (replicated or erasure coded), the storage location, and the number of copies.

About this task

An ILM rule can include one or more placement instructions. Each placement instruction applies to a single period of time. When you use more than one instruction, the time periods must be contiguous, and at least one instruction must start on day 0. The instructions can continue either forever, or until you no longer require any object copies.

Each placement instruction can have multiple lines if you want to create different types of copies or use different locations during that time period.

This example ILM rule creates two replicated copies for the first year. Each copy is saved in a storage pool at a different site. After one year, a 2+1 erasure-coded copy is made and saved at only one site.

Create ILM Rule Wizard Page 2
Steps
  1. For Reference Time, select the type of time to use when calculating the start time for a placement instruction.

    Option Description

    Ingest Time

    The time when the object was ingested.

    Last Access Time

    The time when the object was last retrieved (read or viewed).

    Note: To use this option, updates to Last Access Time must be enabled for the S3 bucket or Swift container.

    Noncurrent Time

    The time an object version became noncurrent because a new version was ingested and replaced it as the current version.

    Note: Noncurrent Time applies only to S3 objects in versioning-enabled buckets.

    You can use this option to reduce the storage impact of versioned objects by filtering for noncurrent object versions. See “Example 4: ILM rules and policy for S3 versioned objects.”

    User Defined Creation Time

    A time specified in user-defined metadata.

    Note If you want to create a compliant rule, you must select Ingest Time.
  2. In the Placements section, select a starting time and a duration for the first time period.

    For example, you might want to specify where to store objects for the first year (“day 0 for 365 days”). At least one instruction must start at day 0.

  3. If you want to create replicated copies:

    1. From the Type drop-down list, select replicated.

    2. In the Location field, select Add Pool for each storage pool you want to add.

      If you specify only one storage pool, be aware that StorageGRID can store only one replicated copy of an object on any given Storage Node. If your grid includes three Storage Nodes and you select 4 as the number of copies, only three copies will be made—​one copy for each Storage Node.

      Note The ILM placement unachievable alert is triggered to indicate that the ILM rule could not be completely applied.

      If you specify more than one storage pool, keep these rules in mind:

      • The number of copies cannot be greater than the number of storage pools.

      • If the number of copies equals the number of storage pools, one copy of the object is stored in each storage pool.

      • If the number of copies is less than the number of storage pools, the system distributes the copies to keep disk usage among the pools balanced, while ensuring that no site gets more than one copy of an object.

      • If the storage pools overlap (contain the same Storage Nodes), all copies of the object might be saved at only one site. For this reason, do not specify the default All Storage Nodes storage pool and another storage pool.

        Placement instructions for multiple storage pools
    3. Select the number of copies you want to make.

      Important

      A warning appears if you change the number of copies to 1. An ILM rule that creates only one replicated copy for any time period puts data at risk of permanent loss. If only one replicated copy of an object exists during a time period, that object is lost if a Storage Node fails or has a significant error. You also temporarily lose access to the object during maintenance procedures such as upgrades.

      Create ILM Rule Page 2 Warning for 1 Copy

      To avoid these risks, do one or more of the following:

      • Increase the number of copies for the time period.

      • Click the plus sign icon plus sign black on white to create additional copies during the time period. Then, select a different storage pool or a Cloud Storage Pool.

      • Select erasure coded for Type, instead of replicated. You can safely ignore this warning if this rule already creates multiple copies for all time periods.

    4. If you specified only one storage pool, ignore the Temporary location field.

      Note Temporary locations are deprecated and will be removed in a future release.
  4. If you want to store objects in a Cloud Storage Pool:

    1. From the Type drop-down list, select replicated.

    2. In the Location field, select Add Pool. Then, select a Cloud Storage Pool.

      Adding a Cloud Storage Pool to a placement instruction

      When using Cloud Storage Pools, keep these rules in mind:

      • You cannot select more than one Cloud Storage Pool in a single placement instruction. Similarly, you cannot select a Cloud Storage Pool and a storage pool in the same placement instruction.

        ILM rule > Cloud Storage Pool error
      • You can store only one copy of an object in any given Cloud Storage Pool. An error message appears if you set Copies to 2 or more.

        ILM rule: Cloud Storage Pool error if more than one copy
      • You cannot store more than one object copy in any Cloud Storage Pool at the same time. An error message appears if multiple placements that use a Cloud Storage Pool have overlapping dates or if multiple lines in the same placement use a Cloud Storage Pool.

        ILM Rule Cloud Storage Pool Error Overlapping Dates
      • You can store an object in a Cloud Storage Pool at the same time that object is being stored as replicated or erasure coded copies in StorageGRID. However, as this example shows, you must include more than one line in the placement instruction for the time period, so you can specify the number and types of copies for each location.

        ILM rule > Cloud Storage Pool and other location
  5. If you want to create an erasure-coded copy:

    1. From the Type drop-down list, select erasure coded.

      The number of copies changes to 1. A warning appears if the rule does not have an advanced filter to ignore objects that are 200 KB or smaller.

      ILM Rule Warning for EC Size
      Important Do not use erasure coding for objects smaller than 200 KB to avoid the overhead of managing very small erasure-coded fragments.
    2. If the object size warning appeared, follow these steps to clear it:

      1. Select Back to return to Step 1.

      2. Select Advanced filtering.

      3. Set the Object Size (MB) filter to “greater than 0.2”.

    3. Select the storage location.

      The storage location for an erasure-coded copy includes the name of the storage pool, followed by the name of the Erasure Coding profile.

      Storage pool and EC profile name
  6. Optionally, add different time periods or create additional copies at different locations:

    • Click the plus icon to create additional copies at a different location during the same time period.

    • Click Add to add a different time period to the placement instructions.

      Note Objects are automatically deleted at the end of the final time period unless the final time period ends with forever.
  7. Click Refresh to update the Retention Diagram and to confirm your placement instructions.

    Each line in the diagram shows where and when object copies will be placed. The type of copy is represented by one of the following icons:

    Icon for replicated copies

    Replicated copy

    Icon for erasure coded copy

    Erasure-coded copy

    Cloud Storage Pool icon

    Cloud Storage Pool copy

    In this example, two replicated copies will be saved to two storage pools (DC1 and DC2) for one year. Then, an erasure-coded copy will be saved for an additional 10 years, using a 6+3 erasure-coding scheme at three sites. After 11 years, the objects will be deleted from StorageGRID.

    ILM Rule Retention Diagram
  8. Click Next.

    Step 3 (Define Ingest Behavior) appears.