Skip to content

Commit 5e11170

Browse files
committed
Update disk performance thresholds for HANA data and log checks
1 parent 495411a commit 5e11170

File tree

1 file changed

+3
-3
lines changed
  • src/roles/configuration_checks/tasks/files

1 file changed

+3
-3
lines changed

src/roles/configuration_checks/tasks/files/hana.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,7 @@ checks:
12891289

12901290
- id: "DB-HANA-0050"
12911291
name: "Disk performance for /hana/data (MBPS)"
1292-
description: "The disk performance for /hana/data should be >= 400 MByte/s"
1292+
description: "The disk performance for /hana/data should be >= 64 MByte/s"
12931293
category: *sap_check
12941294
severity: *high
12951295
workload: *sap
@@ -1314,8 +1314,8 @@ checks:
13141314
microsoft: "https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/hana-vm-operations-storage"
13151315

13161316
- id: "DB-HANA-0051"
1317-
name: "Disk performance for /hana/data (MBPS)"
1318-
description: "The disk performance for /hana/data should be >= 400 MByte/s"
1317+
name: "Disk performance for /hana/log (MBPS)"
1318+
description: "The disk performance for /hana/log should be >= 64 MByte/s"
13191319
category: *sap_check
13201320
severity: *high
13211321
workload: *sap

0 commit comments

Comments
 (0)