From: Goldwyn Rodrigues <rgoldwyn@suse.de>
To: neilb@suse.de
Cc: lzhong@suse.com, linux-raid@vger.kernel.org
Subject: [PATCH 00/24] Clustered MD RAID1
Date: Thu, 18 Dec 2014 10:14:57 -0600 [thread overview]
Message-ID: <20141218161456.GA29504@shrek.lan> (raw)
Hello,
This is an attempt to make MD-RAID cluster-aware. The advantage of
redundancy can help highly available systems to improve uptime.
Currently, the implementation is limited to RAID1 but with further work
(and some positive feedback), we could extend this to other compatible
RAID scenarios.
The design document (first patch) is pretty descriptive of how
the md has been made cluster-aware and how DLM is used to safeguard data
and communication.
This work requires some patches to the mdadm tool [1]
A quick howto:
1. With your corosync/pacemaker based cluster running execute:
# mdadm --create md0 --bitmap=clustered --raid-devices=2 --level=mirror --assume-clean /dev/sda /dev/sdb
2. On other nodes, issue:
# mdadm --assemble md0 /dev/sda /dev/sdb
References:
[1] mdadm tool changes: https://github.com/goldwynr/mdadm branch:cluster-md
[2] Patches against stable 3.14: https://github.com/goldwynr/linux branch: cluster-md-devel
Regards,
--
Goldwyn
next reply other threads:[~2014-12-18 16:14 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-18 16:14 Goldwyn Rodrigues [this message]
2014-12-23 17:24 ` [PATCH 00/24] Clustered MD RAID1 Goldwyn Rodrigues
2014-12-23 21:47 ` John Stoffel
2014-12-26 22:35 ` Peter Kieser
2014-12-26 22:49 ` Goldwyn Rodrigues
2014-12-27 0:47 ` Marcus
2015-02-06 2:39 ` NeilBrown
2015-02-10 17:00 ` Goldwyn Rodrigues
2015-02-11 4:17 ` NeilBrown
2015-02-11 17:25 ` Goldwyn Rodrigues
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=20141218161456.GA29504@shrek.lan \
--to=rgoldwyn@suse.de \
--cc=linux-raid@vger.kernel.org \
--cc=lzhong@suse.com \
--cc=neilb@suse.de \
/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.