Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/roles/configuration_checks/tasks/files/hana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ checks:

- id: "DB-HANA-0050"
name: "Disk performance for /hana/data (MBPS)"
description: "The disk performance for /hana/data should be >= 64 MByte/s"
description: "The disk performance for /hana/data should be >= 400 MByte/s"
category: *sap_check
severity: *high
workload: *sap
Expand All @@ -1307,15 +1307,15 @@ checks:
mount_point: "/hana/data"
validator_type: *range
validator_args:
min: "64"
min: "400"
report: *check
references:
sap: "2972496"
microsoft: "https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/hana-vm-operations-storage"

- id: "DB-HANA-0051"
name: "Disk performance for /hana/log (MBPS)"
description: "The disk performance for /hana/log should be >= 64 MByte/s"
description: "The disk performance for /hana/log should be >= 250 MByte/s"
category: *sap_check
severity: *high
workload: *sap
Expand All @@ -1333,7 +1333,7 @@ checks:
mount_point: "/hana/log"
validator_type: *range
validator_args:
min: "64"
min: "250"
report: *check
references:
sap: "2972496"
Expand Down