* bug in --manage mode
@ 2007-08-20 7:34 exe
2007-08-29 13:39 ` Bill Davidsen
0 siblings, 1 reply; 2+ messages in thread
From: exe @ 2007-08-20 7:34 UTC (permalink / raw)
To: linux-raid
Hello, I hit a bug in mdadm.
According to "--manage --help" this must work, but it doesn't:
-bash-3.2# mdadm --manage -a /dev/md2 /dev/sda3
mdadm: /dev/sda3 does not appear to be an md device
But this works fine:
-bash-3.2# mdadm --manage --add /dev/md2 /dev/sda3
mdadm: re-added /dev/sda3
The version is:
LFS:root@~:mdadm --version
mdadm - v2.6.2 - 21st May 2007
--
Kandalincev Alexandre
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: bug in --manage mode
2007-08-20 7:34 bug in --manage mode exe
@ 2007-08-29 13:39 ` Bill Davidsen
0 siblings, 0 replies; 2+ messages in thread
From: Bill Davidsen @ 2007-08-29 13:39 UTC (permalink / raw)
To: exe; +Cc: linux-raid
exe@agava.com wrote:
> Hello, I hit a bug in mdadm.
>
> According to "--manage --help" this must work, but it doesn't:
>
> -bash-3.2# mdadm --manage -a /dev/md2 /dev/sda3
> mdadm: /dev/sda3 does not appear to be an md device
I think that the "-a" is being parsed as "--auto" rather than "--add" in
this case. I rarely use --manage, so I want to go look at the 2.6.3
code, this is just a speculation at this point, but it does fit the
behavior. Don't know why the "/dev/md2" doesn't generate an error if
it's being parsed as something else, though.
>
> But this works fine:
> -bash-3.2# mdadm --manage --add /dev/md2 /dev/sda3
> mdadm: re-added /dev/sda3
>
>
> The version is:
> LFS:root@~:mdadm --version
> mdadm - v2.6.2 - 21st May 2007
--
bill davidsen <davidsen@tmr.com>
CTO TMR Associates, Inc
Doing interesting things with small computers since 1979
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-29 13:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-20 7:34 bug in --manage mode exe
2007-08-29 13:39 ` Bill Davidsen
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).