Re: [libvirt] This patch creates a mount point for libvirt-lxc containers to mount on the destination system if it does not exist.

2012-06-25 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/25/2012 05:56 AM, Daniel P. Berrange wrote: > On Fri, Jun 22, 2012 at 09:59:58AM -0400, Daniel J Walsh wrote: Currently > libvirt-lxc checks to see if the destination exists and is a directory. If > it is not a directory then the mount fails. S

Re: [libvirt] This patch creates a mount point for libvirt-lxc containers to mount on the destination system if it does not exist.

2012-06-25 Thread Daniel P. Berrange
On Fri, Jun 22, 2012 at 09:59:58AM -0400, Daniel J Walsh wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Currently libvirt-lxc checks to see if the destination exists and is a > directory. If it is not a directory then the mount fails. Since libvirt-lxc > can bind mount files on an

[libvirt] This patch creates a mount point for libvirt-lxc containers to mount on the destination system if it does not exist.

2012-06-22 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Currently libvirt-lxc checks to see if the destination exists and is a directory. If it is not a directory then the mount fails. Since libvirt-lxc can bind mount files on an inode, this patch is needed to allow us to bind mount files on files. Curre