Skip to content

Commit 3e5cdd7

Browse files
authored
Update disk performance thresholds for HANA checks (#150)
1 parent 32daf5d commit 3e5cdd7

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 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 >= 64 MByte/s"
1292+
description: "The disk performance for /hana/data should be >= 400 MByte/s"
12931293
category: *sap_check
12941294
severity: *high
12951295
workload: *sap
@@ -1307,15 +1307,15 @@ checks:
13071307
mount_point: "/hana/data"
13081308
validator_type: *range
13091309
validator_args:
1310-
min: "64"
1310+
min: "400"
13111311
report: *check
13121312
references:
13131313
sap: "2972496"
13141314
microsoft: "https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/hana-vm-operations-storage"
13151315

13161316
- id: "DB-HANA-0051"
13171317
name: "Disk performance for /hana/log (MBPS)"
1318-
description: "The disk performance for /hana/log should be >= 64 MByte/s"
1318+
description: "The disk performance for /hana/log should be >= 250 MByte/s"
13191319
category: *sap_check
13201320
severity: *high
13211321
workload: *sap
@@ -1333,7 +1333,7 @@ checks:
13331333
mount_point: "/hana/log"
13341334
validator_type: *range
13351335
validator_args:
1336-
min: "64"
1336+
min: "250"
13371337
report: *check
13381338
references:
13391339
sap: "2972496"

0 commit comments

Comments
 (0)