Re: mdadm --incremental and different config file
From: NeilBrown <hidden>
Date: 2008-12-01 00:24:08
From: NeilBrown <hidden>
Date: 2008-12-01 00:24:08
On Mon, December 1, 2008 1:51 am, Wilhelm Meier wrote:
Hi, how can I use a different config file for the incremental mode: -c is not working in this mode?
Unfortunately you cannot without modifying the code. If you git clone git://neil.brown.name/mdadm cd mdadm make install then you will be able to do this. (i.e. I have just committed a fix). NeilBrown