跳转到主内容

对象锁定在StorageGRID上过期后是否会删除对象?

Views:
9
Visibility:
Public
Votes:
0
Category:
storagegrid
Specialty:
sgrid
Last Updated:

适用场景

  • StorageGRID 11.8
  • 启用了对象锁定的存储分段
  • 保留设置为X 天数

问题解答

  • 否、当存储分段上设置的对象锁定的保留期限到期时、会删除对象。
  • 仅根据保留期限删除对象锁定。
  • 由于存储分段合规、因此无法将ILM规则设置为删除对象、原因是:
    • 合规的ILM规则要求规则的保留期限为永久、这在删除对象时不起作用。
    • 如果创建ILM规则以将对象保留x天、则此规则不合规、不会对合规存储分段生效。
  • 使用存储分段生命周期策略管理自动删除投诉对象锁定存储分段的操作。

追加信息

使用S3对象锁定管理对象

分段生命周期策略示例(针对受版本控制的分段)

 
{ "Rules": [ { "ID": "ExpireNonCurrentVersions", "Filter": {}, "Status": "Enabled", "NoncurrentVersionExpiration": { "NoncurrentDays": 1 } } ] }

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.