Skip to content

Commit 05f8cea

Browse files
committed
Fix stonith-timeout value for ISCSI configuration by removing the 's' suffix
1 parent 0573840 commit 05f8cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/roles/ha_db_hana/tasks/files/constants.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ VALID_CONFIGS:
5050
stonith-timeout: "900"
5151
ISCSI:
5252
have-watchdog: "true"
53-
stonith-timeout: "144s"
53+
stonith-timeout: "144"
5454

5555

5656
# === Resource Defaults ===

0 commit comments

Comments
 (0)