From: Raoul Bhatia <[email protected]>
---
heartbeat/fio | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/heartbeat/fio b/heartbeat/fio
index 1d6d54f..6d2371f 100755
--- a/heartbeat/fio
+++ b/heartbeat/fio
@@ -81,7 +81,7 @@ END
fio_start() {
fio_monitor ; rc=$?
if [ $rc = $OCF_SUCCESS ]; then
- ocf_log "fio already running."
+ ocf_log info "fio already running."
exit $OCF_SUCCESS
fi
if [ $rc != $OCF_NOT_RUNNING ]; then
@@ -105,12 +105,12 @@ fio_stop() {
;;
$OCF_ERR_GENERIC)
rm $fio_state_file
- ocf_log "fio stopped and cleaned up."
+ ocf_log info "fio stopped and cleaned up."
exit $OCF_SUCCESS
;;
$OCF_SUCCESS)
if [ -n "$fio_pid" ]; then
- ocf_log "Sending $sig to fio (pid=$fio_pid)"
+ ocf_log info "Sending $sig to fio
(pid=$fio_pid)"
kill -$sig $fio_pid
sleep 3
continue
--
1.7.2.5
_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/