From: Guoqing Jiang <gqjiang@suse.com>
To: Eyal Lebedinsky <eyal@eyal.emu.id.au>,
"linux-raid@vger.kernel.org" <linux-raid@vger.kernel.org>
Subject: Re: ANNOUNCE: mdadm 4.0 - A tool for managing md Soft RAID under Linux
Date: Wed, 11 Jan 2017 11:37:47 +0800 [thread overview]
Message-ID: <5875A88B.6060500@suse.com> (raw)
In-Reply-To: <1b17f316-f974-a119-d981-fc52d1932fe2@eyal.emu.id.au>
On 01/11/2017 09:47 AM, Eyal Lebedinsky wrote:
> On 10/01/17 12:11, Jes Sorensen wrote:
>> I am pleased to announce the availability of
>> mdadm version 4.0
>>
>> It is available at the usual places:
>> http://www.kernel.org/pub/linux/utils/raid/mdadm/
>> and via git at
>> git://git.kernel.org/pub/scm/utils/mdadm/mdadm.git
>> http://git.kernel.org/cgit/utils/mdadm/
>>
>> The update in major version number primarily indicates this is a
>> release by it's new maintainer. In addition it contains a large number
>> of fixes in particular for IMSM RAID and clustered RAID support. In
>> addition this release includes support for IMSM 4k sector drives,
>> failfast and better documentation for journaled RAID.
>>
>> This is my first release of mdadm. Please thank Neil Brown for his
>> previous work as maintainer and blame me for all the bugs I caused
>> since taking over.
>>
>> Jes Sorensen, 2017-01-09
>
> Hi Jes,
>
> Not sure if this is interesting but
>
> mdadm-4.0]$ make everything
> cc -Wall -Werror -Wstrict-prototypes -Wextra -Wno-unused-parameter
> -ggdb -DSendmail=\""/usr/sbin/sendmail -t"\"
> -DCONFFILE=\"/etc/mdadm.conf\" -DCONFFILE2=\"/etc/mdadm/mdadm.conf\"
> -DMAP_DIR=\"/run/mdadm\" -DMAP_FILE=\"map\" -DMDMON_DIR=\"/run/mdadm\"
> -DFAILED_SLOTS_DIR=\"/run/mdadm/failed-slots\" -DNO_COROSYNC
> -DNO_DLM -DUSE_PTHREADS -static -o mdadm.static mdadm.o config.o
> policy.o mdstat.o ReadMe.o util.o maps.o lib.o Manage.o Assemble.o
> Build.o Create.o Detail.o Examine.o Grow.o Monitor.o dlink.o Kill.o
> Query.o Incremental.o Dump.o mdopen.o super0.o super1.o super-ddf.o
> super-intel.o bitmap.o super-mbr.o super-gpt.o restripe.o sysfs.o
> sha1.o mapfile.o crc32.o sg_io.o msg.o xmalloc.o platform-intel.o
> probe_roms.o crc32c.o pwgr.o -ldl
> /usr/bin/ld: cannot find -ldl
> /usr/bin/ld: cannot find -lc
> collect2: error: ld returned 1 exit status
> make: *** [mdadm.static] Error 1
It happened when compile mdadm.static, so please make sure the static
glibc is installed,
actually these got disappered after I have glibc-devel-static package.
>
> And while I have the podium: there is no rule to install raid6check
> (intended?). For my convenience I added:
>
> install-raid6check: raid6check raid6check.8
> $(INSTALL) -D -m 644 raid6check.8 $(DESTDIR)$(MAN8DIR)/raid6check.8
> $(INSTALL) -D $(STRIP) -m 755 raid6check
> $(DESTDIR)$(BINDIR)/raid6check
Or maybe it was ignored in origin patch.
Thanks,
Guoqing
prev parent reply other threads:[~2017-01-11 3:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-10 1:11 ANNOUNCE: mdadm 4.0 - A tool for managing md Soft RAID under Linux Jes Sorensen
2017-01-10 17:49 ` Bruce Dubbs
2017-01-11 16:52 ` Shaohua Li
2017-01-11 16:59 ` Jes Sorensen
2017-01-12 4:24 ` Guoqing Jiang
2017-01-12 16:41 ` Jes Sorensen
2017-02-13 5:08 ` zhilong
2017-02-13 5:54 ` zhilong
2017-02-13 17:44 ` Jes Sorensen
2017-01-11 1:47 ` Eyal Lebedinsky
2017-01-11 3:37 ` Guoqing Jiang [this message]
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=5875A88B.6060500@suse.com \
--to=gqjiang@suse.com \
--cc=eyal@eyal.emu.id.au \
--cc=linux-raid@vger.kernel.org \
/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.