From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 8 Jan 2020 10:50:02 -0500 From: Vivek Goyal Message-ID: <20200108155002.GE1995@redhat.com> References: <20200108152425.GD1995@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Virtio-fs] [PATCH] virtiofsd: Enable xattr support by default List-Id: Development discussions about virtio-fs List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Miklos Szeredi Cc: virtio-fs-list On Wed, Jan 08, 2020 at 04:42:46PM +0100, Miklos Szeredi wrote: > On Wed, Jan 8, 2020 at 4:24 PM Vivek Goyal wrote: > > > > Enable xattr support by default. Currently it is disabled by defaut > > and that makes getfattr/setfattr fail in guest. > > I think the reason this was disabled by default is that it's a > significant performance hit for "ls" due to missing xattr caching. > Not sure how much it affects other workloads. > Aha... so this is intentional and not just an oversight. So maybe we can leave it disabled by default for now and let people enable it as need be (-o xattr). Thanks Vivek