From: Adam Twardowski Date: Thu, 24 Oct 2013 16:24:11 +0000 (-0400) Subject: Update init-rbdmap X-Git-Tag: v0.73~75^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F762%2Fhead;p=ceph.git Update init-rbdmap Add a chkconfig line for RHEL based distros to make chkconfig start rbdmap earlier on boot and stop later on shutdown. This will help prevent shutdown/reboot from hanging your system forever in the event that some daemon has a file held open on an rbd mounted filesystem. Signed-off-by: Adam Twardowski --- diff --git a/src/init-rbdmap b/src/init-rbdmap index e04424fcd781..01fe0fba87ac 100755 --- a/src/init-rbdmap +++ b/src/init-rbdmap @@ -1,4 +1,9 @@ #!/bin/bash +# +# rbdmap Ceph RBD Mapping +# +# chkconfig: 2345 20 80 +# description: Ceph RBD Mapping ### BEGIN INIT INFO # Provides: rbdmap