
-----Original Message----- From: Daniel P. Berrange [mailto:berrange@redhat.com] Sent: Tuesday, November 12, 2013 8:05 PM To: Chen Hanxiao Cc: libvir-list@redhat.com Subject: Re: [libvirt] [PATCH]lxc: don't mount dir if ownership couldn't be known
On Tue, Nov 12, 2013 at 07:38:02PM +0800, Chen Hanxiao wrote:
From: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
We bind mount some dir from host to guest. With userns enabled, if we couldn't know the dir's ownership, don't mount it.
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
I'm still not clear what actual problem you're trying to solve here.
What is the current behaviour without this patch & why does it need to be changed ?
Sorry for the implicit description. I'll post v2 patch with a clear description.