From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cong Wang Subject: Re: [PATCH 1/2] dracut: add team device support Date: Wed, 05 Dec 2012 11:14:56 +0800 Message-ID: <1354677296.28951.6.camel@cr0> References: <1352991509-31740-1-git-send-email-amwang@redhat.com> <50BC1871.4050009@redhat.com> <1354505223.28101.11.camel@cr0> <20121203142452.GB3054@minipsycho.orion> <20121204221839.GE5738@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20121204221839.GE5738-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Vivek Goyal Cc: Jiri Pirko , Dave Young , initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Harald Hoyer On Tue, 2012-12-04 at 17:18 -0500, Vivek Goyal wrote: > > Will they be included in host only mode too (-H, --host-only) ? We use > hostonly option for building kdump initramfs. So if root is not on team > device, will it still be included. > > If no, it is fine but if yes, then we need to fix it. We try very hard to > keep kdump initramfs size small. > % git grep hostonly modules.d/40network/ The problem is the _whole_ network module doesn't respect hostonly, we should fix that first. It deserves another patch.