linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Why "mdadm --monitor --program" sometimes only gives 2 command-line arguments to the program?
@ 2008-01-06  2:11 Hxsrmeng
  2008-01-06 11:06 ` Nagilum
  2008-01-08  3:52 ` Neil Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Hxsrmeng @ 2008-01-06  2:11 UTC (permalink / raw)
  To: linux-raid


Hi all,

I need to monitor my RAID and if it fails, I'd like to call my-script to
deal with the failure.

I did: 
mdadm --monitor --program my-script --delay 60 /dev/md1

And then, I simulate a failure with
mdadm --manage --set-faulty /dev/md1 /dev/sda2
mdadm /dev/md1 --remove /dev/sda2

I hope the mdadm monitor function can pass all three command-line
arguments to my-script, including the name of the event, the name of the
md device and the name of a related device if relevant.

But my-script doesn't get the third one, which should be /dev/sda2. Is
this not "relevant"?

If I really need to know it's /dev/sda2 that fails, what can I do?

Thanks.


-- 
View this message in context: http://www.nabble.com/Why-%22mdadm---monitor---program%22-sometimes-only-gives-2-command-line-arguments-to-the-program--tp14642331p14642331.html
Sent from the linux-raid mailing list archive at Nabble.com.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-01-08  3:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-06  2:11 Why "mdadm --monitor --program" sometimes only gives 2 command-line arguments to the program? Hxsrmeng
2008-01-06 11:06 ` Nagilum
2008-01-08  3:52 ` Neil Brown

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).