From 7056635f3f94c1bcaaa5ed5563dc3b0e9f6749e0 Mon Sep 17 00:00:00 2001 From: Oyvind Albrigtsen Date: Tue, 18 Jul 2023 14:12:27 +0200 Subject: [PATCH] Filesystem: dont use boolean type for non-boolean parameters --- heartbeat/Filesystem | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/heartbeat/Filesystem b/heartbeat/Filesystem index ee55a4843..b9aae8d50 100755 --- a/heartbeat/Filesystem +++ b/heartbeat/Filesystem @@ -269,7 +269,7 @@ fuser cli tool. fuser is known to perform operations that can potentially block if unresponsive nfs mounts are in use on the system. Kill processes before unmount - + @@ -277,7 +277,7 @@ block if unresponsive nfs mounts are in use on the system. Signals (names or numbers, whitespace separated) to send processes during graceful termination phase in stop-action. Signals (names or numbers, whitespace separated) to send processes during graceful termination phase in stop-action - + @@ -285,7 +285,7 @@ Signals (names or numbers, whitespace separated) to send processes during gracef Signals (names or numbers, whitespace separated) to send processes during forceful killing phase in stop-action. Signals (names or numbers, whitespace separated) to send processes during forceful killing phase in stop-action - + @@ -293,7 +293,7 @@ Signals (names or numbers, whitespace separated) to send processes during forcef How many seconds to wait after sending term/kill signals to processes in stop-action. How many seconds to wait after sending term/kill signals to processes in stop-action - +