From: "Oliver Daniel" <DOLIVER1@qinetiq.com>
To: <drbd-dev@lists.linbit.com>
Cc: Watts Mark <MWATTS@qinetiq.com>
Subject: [Drbd-dev] chkconfig kill priority in init script
Date: Thu, 12 Mar 2009 13:07:53 -0000 [thread overview]
Message-ID: <20090312131445.E5AD3100EBE6@mail09.linbit.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 1959 bytes --]
Hi there,
I've just noticed a problem with the drbd init script in git and the RPM
in the CentOS extras tree (I know this is quite old).
The kill priority of the chkconfig parameters (345 70 8) is not
recognised by the chkconfig that ships with RHEL 5. This results in
drbd script being created as K00drdb in rc0.d and rc6.d, causing it to
be run before heartbeat, whose default is K05.
If the chkconfig parameters are changed to "345 70 08", everything works
as expected. I haven't checked the very latest source for chkconfig,
but I think it is very unlikely to cause a problem.
Thanks,
Dan.
The information contained in this E-Mail and any subsequent
correspondence is private and is intended solely for the intended
recipient(s). The information in this communication may be
confidential and/or legally privileged. Nothing in this e-mail is
intended to conclude a contract on behalf of QinetiQ or make QinetiQ
subject to any other legally binding commitments, unless the e-mail
contains an express statement to the contrary or incorporates a formal Purchase Order.
For those other than the recipient any disclosure, copying,
distribution, or any action taken or omitted to be taken in reliance
on such information is prohibited and may be unlawful.
Emails and other electronic communication with QinetiQ may be
monitored and recorded for business purposes including security, audit
and archival purposes. Any response to this email indicates consent
to this.
Telephone calls to QinetiQ may be monitored or recorded for quality
control, security and other business purposes.
QinetiQ Limited
Registered in England & Wales: Company Number:3796233
Registered office: 85 Buckingham Gate, London SW1E 6PD, United Kingdom
Trading address: Cody Technology Park, Cody Building, Ively Road, Farnborough, Hampshire, GU14 0LX, United Kingdom
http://www.qinetiq.com/home/notices/legal.html
[-- Attachment #1.2: Type: text/html, Size: 3309 bytes --]
[-- Attachment #2: drbd.patch --]
[-- Type: application/octet-stream, Size: 306 bytes --]
--- scripts/drbd.old 2009-03-12 12:59:34.000000000 +0000
+++ scripts/drbd 2009-03-12 12:59:38.000000000 +0000
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# chkconfig: 345 70 8
+# chkconfig: 345 70 08
# description: Loads and unloads the drbd module
#
# Copright 2001-2008 LINBIT Information Technologies
next reply other threads:[~2009-03-12 13:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-12 13:07 Oliver Daniel [this message]
2009-03-19 12:38 ` [Drbd-dev] chkconfig kill priority in init script Philipp Reisner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090312131445.E5AD3100EBE6@mail09.linbit.com \
--to=doliver1@qinetiq.com \
--cc=MWATTS@qinetiq.com \
--cc=drbd-dev@lists.linbit.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox