From: tim@connectlive.com
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] Cluster LVM
Date: Wed Feb 27 08:34:02 2002 [thread overview]
Message-ID: <20020227063421.A15647@connectlive.com> (raw)
In-Reply-To: <OE259ql2RkeS8YkdavN00018e1a@hotmail.com>; from gitansh@hotmail.com on Wed, Feb 27, 2002 at 05:35:26PM +0530
Quoth Gitansh Chadha:
> hi....
> well i am an undergraduate student from Pune ,India and we implementing a cluster LVM as our final year project.
> we are manipulating vg_status in vg_t structure to determine the status the of a volume group.basically playing with the bits in it.so we can have a shared and exclusive locked volume group.
> we also have a administrator which communicates with all nodes in the cluster and basically to maintain the consistency of the LVMTAB.
> any suggestions?
Have you looked at IBM's old Distributed Lock Manager? I believe it was
used in DFS/DCE for pretty much the same type of thing. If not, you may
be able to get some good algorithms out of it.
http://www-124.ibm.com/developerworks/projects/dlm
The reason I would consider implementing code that's already been
tested is that subtle bugs in your implementation would almost certainly
hose any VG that had two "owners" at a point in time. Al Bazinet at IBM
always seemed to be finding new possibilities for this in DFS. Likewise
I have become a bit gun-shy about kernelspace changes since hosing my
installation's "live" storage for 30 minutes (recovery & failover went
fine, but apocalyptic unscheduled downtime always sucks, doesn't it?).
I was using a much more primitive mirroring-the-LVMTAB method with
non-shared drives in a Heartbeat cluster, and the outage was due to VM
corruption within the kernel affecting a snapshot vgchange (see 1.0.3).
The old saw, "if you're going to re-invent the wheel, at least make it
round" applies here as ever. Very clever idea you have come up with,
I'd just suggest borrowing tested code to shorten the "beta" period.
--
"What I feel for her isn't simple hate. It is an all-encompassing
repulsion not unlike what you might feel if you woke up to discover
a four-pound cockroach using your toothbrush."
--Eric Umansky, in a Washington Post piece on Alanis Morrissette
next prev parent reply other threads:[~2002-02-27 8:34 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-27 5:21 [linux-lvm] Cluster LVM Gitansh Chadha
2002-02-27 5:33 ` Jeff Layton
2002-02-27 5:45 ` Remco Post
2002-02-27 11:19 ` Andreas Dilger
2002-02-27 12:14 ` Ragnar Kjørstad
2002-02-28 4:24 ` Remco Post
2002-02-28 4:59 ` Prashant Kharche
2002-02-28 5:31 ` Joe Thornber
2002-02-28 7:03 ` Prashant Kharche
2002-02-28 8:32 ` Joe Thornber
2002-02-28 9:08 ` Prashant Kharche
2002-02-28 9:43 ` Remco Post
2002-02-28 12:01 ` Joe Thornber
2002-02-28 4:17 ` Remco Post
2002-02-27 8:34 ` tim [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-10-16 14:20 [linux-lvm] cluster LVM Jordi Prats
2007-10-17 8:19 ` Patrick Caulfield
2007-10-17 8:22 ` Bryn M. Reeves
2001-03-14 15:22 [linux-lvm] Cluster LVM Jos Visser
2001-03-14 17:10 ` Heinz J. Mauelshagen
2001-03-14 17:07 ` Jeffrey B Layton
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=20020227063421.A15647@connectlive.com \
--to=tim@connectlive.com \
--cc=linux-lvm@sistina.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.