Set the cache-retention policy for Flash Pool local tiers in ONTAP
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
You can assign cache-retention policies to volumes in Flash Pool local tiers. Data in volumes with a high cache-retention policy remains in cache longer and data in volumes with a low cache-retention policy is removed sooner. This increases performance of your critical workloads by making high priority information accessible at a faster rate for a longer period of time.
You should know whether your system has any conditions that might prevent the cache-retention policy from having an impact on how long your data remains in cache.
Use the CLI in advanced privilege mode to perform the following steps:
-
Change the privilege setting to advanced:
set -privilege advanced
-
Verify the volume's cache-retention policy:
By default the cache retention policy is “normal”.
-
Set the cache-retention policy:
volume modify -volume volume_name -vserver vserver_name -caching-policy policy_name
-
Verify that the volume's cache-retention policy is changed to the option you selected.
-
Return the privilege setting to admin:
set -privilege admin