From: Mike Hardy <mhardy@h3c.com>
To: linux-raid@vger.kernel.org
Subject: mdadm source rpm build error + command-line parsing error + resync reporting problem
Date: Thu, 08 Dec 2005 21:11:59 -0800 [thread overview]
Message-ID: <4399121F.9060906@h3c.com> (raw)
I got this when I attempted to rpmbuild -ba mdadm.spec:
------------------------
In file included from super0.c:31:
/usr/include/asm/byteorder.h:6:2: error: #warning using private kernel
header; include <endian.h> instead!
make: *** [super0.o] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.64960 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.64960 (%build)
[root@istanbul ~]# uname -a
Linux istanbul.tacitknowledge.com 2.6.14-1.1644_FC4smp #1 SMP Sun Nov 27
03:39:31 EST 2005 i686 i686 i386 GNU/Linux
[root@istanbul ~]# cat /etc/redhat-release
Fedora Core release 4 (Stentz)
--------------------------
This occurs for the files super0.c, super1.c, and bitmap.c.
If you remove the -Werror flag from the Makefile, it works though it
still generates warnings.
I installed the new version of mdadm in the hopes that it would improve
the situation with the grow mode commandline parsing, which was broken
in the 1.11 that FC4 ships. Alas, it did not:
[root@istanbul redhat]# mdadm -G /dev/md1
mdadm: no changes to --grow
[root@istanbul redhat]# mdadm -G /dev/md1 --size
mdadm: option `--size' requires an argument
The man page indicates that if I don't set the size, it will grow to
fill the smallest device in the array. It's definitely not doing that...
I read mdadm.c, and see that 'max' is the argument that mdadm is looking
for, but the man page isn't mentioning.
Finally, and I think was reported once before, but I don't recall a
resolution for it, I got this once I specified that it grow to maximum size:
[root@istanbul mdadm-2.1]# cat /proc/mdstat
Personalities : [raid1]
md2 : active raid1 sdb1[0] sda1[1]
98176 blocks [2/2] [UU]
md1 : active raid1 sdb3[0] sda3[1]
70573440 blocks [2/2] [UU]
[=========>...........] resync = 49.9% (35220224/70573440)
finish=0.2min speed=2515730K/sec
md0 : active raid1 sdb2[0] sda2[1]
977856 blocks [2/2] [UU]
unused devices: <none>
This is a dual Xeon (so it looks like a 4-CPU machine). Not sure what's
causing that though...
-Mike
next reply other threads:[~2005-12-09 5:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-09 5:11 Mike Hardy [this message]
2005-12-09 5:16 ` mdadm source rpm build error + command-line parsing error + resync reporting problem Mike Hardy
2005-12-09 5:33 ` Neil Brown
-- strict thread matches above, loose matches on Subject: below --
2005-12-09 5:43 Mike Hardy
2005-12-09 5:55 ` Neil Brown
2005-12-09 6:31 ` Mike Hardy
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=4399121F.9060906@h3c.com \
--to=mhardy@h3c.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).