[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SAGE] Which heuristics do you use with a quorum disk on RHAS4?
- To: SAGE Members Mailing List <sage-members@usenix.org>
- Subject: [SAGE] Which heuristics do you use with a quorum disk on RHAS4?
- From: Marco Marongiu <brontolinux@gmail.com>
- Date: Fri, 16 Nov 2007 16:12:40 +0100
- DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=QkqHMlvShoYo3v6xBdgoiRh3irmsaUtu7V3ydOB5bCk=; b=JrzBIcfQIwEdeQe0Bb/PGO06W1KCfxKda3BI/4gc0lIQ3KXGMZF2v8tqqZkTmLqEeV/PTRw7XMqHiSBLsk+xt9cikjvQJbBmb6u2j/lLsdDBcA6a/49Hv4flyXqrG7ZQEW4JLg4eqss2nb+AcVvVdvijinV/+sDUmkbc2hlwHdc=
- DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=feVEKep5Yne0z8bBfxiIfZfonhOKGDm49d4Kn2zmS4+XdGzeYG2TlXLmLvxbTFHWIfluRA25LLDndNzMN1qq47XffrTd+oHD6w3mD7mSy1KvjnL24SDrdiLm7yvUDQ1O9YugIqvl/SLUyD82+0i0LiP9TlfLHjcTQUYzPTPqSDA=
- Sender: owner-sage-members@usenix.org
- User-Agent: Thunderbird 2.0.0.6 (X11/20071022)
Hello there
We are using the Red Hat Cluster Suite on an Red Hat Linux Advanced
Server 4 in order to support a small number of shared GFS filesystems.
We found we needed a quorum disk in order to make the cluster more
reliable, and we are working on it.
I don't have a large experience in cluster environments, and it is
limited to SunCluster, where the management of the quorum device is, in
some sense, completely in the hands of the cluster itself and you don't
have to establish heuristics on your own. This makes me a bit
disoriented for what I found on the qdisk(5) manpage:
> 2.2. Scoring & Heuristics
> The administrator can configure up to 10 purely arbitrary
> heuristics,
> and must exercise caution in doing so. At least one
> administrator-
> defined heuristic is required for operation, but it is
> generally a
> good idea to have more than one heuristic.
>
> [...]
>
> The heuristics themselves can be any command executable by
> ’sh -c’.
>
> [...]
>
> Typically, the heuristics should be snippets of shell code or
> commands
> which help determine a node’s usefulness to the cluster or
> clients.
> Ideally, you want to add traces for all of your network
> paths (e.g.
> check links, or ping routers), and methods to detect
> availability of
> shared storage.
>
For those who already use RHCS: what kind of heuristics do you use?
For everybody: what kind of heuristics would you advise as sensible?
Thanks for your help
Ciao
--bronto