diff options
| author | Juan L. Negron <juan.negron@canonical.com> | 2012-08-18 19:31:14 -0700 |
|---|---|---|
| committer | Juan L. Negron <juan.negron@canonical.com> | 2012-08-18 19:31:14 -0700 |
| commit | 211ad3cee33df8daa8821507b594bdbe6655d866 (patch) | |
| tree | 8d1a6e54ef6b6c18f50085f8e7354d831b07b863 /hooks/stop | |
| parent | f0c06e500182eed40e9811562ddc31985f69f7a3 (diff) | |
Refactor of the existing mongodb charm. Added most of the options in mongodb.conf as config.yaml options. Added sharding.
Diffstat (limited to 'hooks/stop')
| -rwxr-xr-x | hooks/stop | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/hooks/stop b/hooks/stop deleted file mode 100755 index 5175b72..0000000 --- a/hooks/stop +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -# This will be run when the service is being torn down, allowing you to disable -# it in various ways.. -# For example, if your web app uses a text file to signal to the load balancer -# that it is live... you could remove it and sleep for a bit to allow the load -# balancer to stop sending traffic. -# rm /srv/webroot/server-live.txt && sleep 30 - -service mongodb stop -rm -f /var/lib/mongodb/mongod.lock |
