The vlan for writting data to SG is based on 4x40G LACP group. Because the data is non-critical, and we don't want the data to stay on the primary storage, we used "all" as tiering policy.
We used the command qos statistics volume latency show -volume <volume_name> -vserver svm to measure the latency from "cloud"(StorageGrid), we can see from the result as high as 227ms.
In addition, we also find the messmage below from event log:
NOTICE wafl.ca.latency.threshold: Measured latency from cloud (50287 msec) more than threshold (5000 msec) (aggregate: DEBUG ems.engine.suppressed: Event wafl.ca.latency threshold suppressed 2377 times in last 60 seconds. "cluster_01_ssd_aggr1", aggregate uuid: "29c5faef-5afd-4af5-901a-208e757e8895", object store: "storagegrid_1") 2/13/2025 06:01:32 eos-08
Upon my understanding, With tiering-policy = "all", data will be written to SG directly without buffering in primary storage, so, the speed should be expected slow. But, 5000 msec sounds too slow. What is the expected laytency for tiering policy = "all"