On 19 Aug, Alasdair G Kergon wrote: > On Mon, Aug 18, 2003 at 05:00:12PM -0700, markw@osdl.org wrote: >> On 18 Aug, Alasdair G Kergon wrote: >> > On Mon, Aug 18, 2003 at 02:09:18PM -0700, markw@osdl.org wrote: >> >> Ok, I increased the size of argv to 2048 in the dm-table.c file that's >> > 2048 is probably too big for the kernel stack. >> > Set it only as big as you need it. >> Yeah, I got greedy, 1024 worked for me. :) > > Here's a patch to try that removes the hard-coded limit of 32. > > (Plus one to fix the error message if you give a linear > target more than 2 arguments.) I've applied it to 2.6.0-test3-mm3 and it works. Thanks, Mark _______________________________________________ linux-lvm mailing list linux-lvm@sistina.com http://lists.sistina.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/