From: Zdenek Kabelac <zdenek.kabelac@gmail.com>
To: lvm-devel@redhat.com
Subject: master - RAID: Make "raid1" the default mirror segment type
Date: Wed, 07 Aug 2013 11:21:44 +0200 [thread overview]
Message-ID: <520211A8.3010901@gmail.com> (raw)
In-Reply-To: <20130806191451.F216960F6C@fedorahosted.org>
Dne 6.8.2013 21:14, Jonathan Brassow napsal(a):
> Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=7e1083c985fd130b240c2471643350cc5c0f05cf
> Commit: 7e1083c985fd130b240c2471643350cc5c0f05cf
> Parent: f74e8fe04471a44fe1ab0645e48c9cb06ef6fb4f
> Author: Jonathan Brassow <jbrassow@redhat.com>
> AuthorDate: Tue Aug 6 14:13:55 2013 -0500
> Committer: Jonathan Brassow <jbrassow@redhat.com>
> CommitterDate: Tue Aug 6 14:13:55 2013 -0500
>
> RAID: Make "raid1" the default mirror segment type
>
> ---
> WHATS_NEW | 1 +
> conf/example.conf.in | 2 +-
> lib/config/defaults.h | 2 +-
> man/lvconvert.8.in | 7 ++++++-
> man/lvcreate.8.in | 17 ++++++++++++-----
> 5 files changed, 21 insertions(+), 8 deletions(-)
>
> diff --git a/WHATS_NEW b/WHATS_NEW
> index fd7e39f..3590e64 100644
> --- a/WHATS_NEW
> +++ b/WHATS_NEW
> @@ -1,5 +1,6 @@
> Version 2.02.100 -
> ================================
> + Make "raid1" the default mirror segment type.
> Fix clogd descriptor leak when daemonizing.
> Fix clvmd descriptor leak on restart.
> Add pipe_open/close() to replace less secure popen() glibc call.
> diff --git a/conf/example.conf.in b/conf/example.conf.in
> index 0e313c8..c3ba2b9 100644
> --- a/conf/example.conf.in
> +++ b/conf/example.conf.in
> @@ -512,7 +512,7 @@ global {
> #
> # Specify the '--type <mirror|raid1>' option to override this default
> # setting.
> - mirror_segtype_default = "mirror"
> + mirror_segtype_default = "raid1"
>
We need fallback here - since if the user doesn't have dm-raid - then he
needs to manually configure defaults.
As a result automated tests on systems without dm raid fails.
Also we need to update all tests which were supposed to test mirrors,
to really test mirrors - otherwise we are checking raid code twice
(and even without checking dm-raid version presence)
Zdenek
next prev parent reply other threads:[~2013-08-07 9:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-06 19:14 master - RAID: Make "raid1" the default mirror segment type Jonathan Brassow
2013-08-07 9:21 ` Zdenek Kabelac [this message]
2013-08-07 14:03 ` Brassow Jonathan
2013-08-07 14:35 ` Peter Rajnoha
2013-08-07 16:42 ` Brassow Jonathan
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=520211A8.3010901@gmail.com \
--to=zdenek.kabelac@gmail.com \
--cc=lvm-devel@redhat.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.