From 5c948528b5adafc92517adac2222957b4fe146ef Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Fri, 14 Jan 2011 09:31:05 +1100 Subject: Eventscripts: startstop_nfs stop no longer redirects output to /dev/null. When stopping (as opposed to restarting) it is useful to see this information. Signed-off-by: Martin Schwenke (This used to be ctdb commit a9ab1937239761dc32b143c9d225447bc6f090b4) --- ctdb/config/functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctdb/config/functions b/ctdb/config/functions index 0811e3bcf6..bd4ab21424 100755 --- a/ctdb/config/functions +++ b/ctdb/config/functions @@ -355,8 +355,8 @@ startstop_nfs() { service nfs start ;; stop) - service nfs stop > /dev/null 2>&1 - service nfslock stop > /dev/null 2>&1 + service nfs stop + service nfslock stop ;; restart) set_proc "fs/nfsd/threads" 0 -- cgit