From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vivek Goyal Subject: Re: lvm thin_* binaries are installed in hostonly mode? Date: Wed, 4 Dec 2013 10:20:11 -0500 Message-ID: <20131204152011.GB15680@redhat.com> References: <20131204140517.GD3430@dhcp-17-89.nay.redhat.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <20131204140517.GD3430-2coKmSd1Zb6BYdNaKHuJJRcY2uh10dtjAL8bYrjMMd8@public.gmane.org> Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: WANG Chao Cc: Harald Hoyer , initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Wed, Dec 04, 2013 at 10:05:17PM +0800, WANG Chao wrote: > Hi, Harald > > I notice these thin_* binaries are installed to kdump initramfs in spite > of the fact that I don't use thinp lvm: > > # ll sbin/thin_* > -rwxr-xr-x. 1 root root 384648 Dec 4 20:37 sbin/thin_check > -rwxr-xr-x. 1 root root 2184112 Dec 4 20:37 sbin/thin_dump > -rwxr-xr-x. 1 root root 2179792 Dec 4 20:37 sbin/thin_repair > -rwxr-xr-x. 1 root root 2179928 Dec 4 20:37 sbin/thin_restore > > This is introduced here: > > commit 5d623b1 > Author: Harald Hoyer > Date: Mon Oct 21 09:09:26 2013 +0200 > > lvm: always install thin utils for lvm I think we should install these only if thin device/volume is in the mount path. Thanks Vivek