Can ONTAP limit the FabricPool put rate?
Applies to
- ONTAP 9
- Netapp StorageGRID
- FabricPool
Answer
- ONTAP 9.5 has no way to limit traffic tiering to the StorageGRID.
- From ONTAP 9.10.1, PUT throttling can be used to limit the traffic.
Cluster::> set advanced
Cluster::*> storage aggregate object-store put-rate-limit modify -node <name> -put-rate-bytes-limit <integer>[KB|MB|GB|TB|
- To set the -put-rate-bytes-limit back to its unthrottled default (-1B):
Cluster::*> storage aggregate object-store put-rate-limit modify -node <name> -default true