document bug and add workaround
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 9 Dec 2016 18:32:58 +0000 (19:32 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 9 Dec 2016 18:32:58 +0000 (19:32 +0100)
BUGS [new file with mode: 0644]
bin/install-sysv.sh

diff --git a/BUGS b/BUGS
new file mode 100644 (file)
index 0000000..b1ac102
--- /dev/null
+++ b/BUGS
@@ -0,0 +1 @@
+- init.d script doesn't stop service correctly
index 20401e0..8fd6968 100755 (executable)
@@ -9,7 +9,7 @@ sudo cp init.d/gnt-monitor /etc/init.d/gnt-monitor
 sudo gnt-cluster copyfile /etc/init.d/gnt-monitor
 
 #sudo gnt-cluster command apt-get install psmisc
-#sudo gnt-cluster command killall -r gnt-monitor
+sudo gnt-cluster command killall -r gnt-monitor
 
 sudo gnt-cluster command service gnt-monitor restart
 sudo gnt-cluster command 'ps ax | grep gnt-monitor'