Re: [libvirt] [PATCH] Move FUSE mount to /var/lib/libvirt/lxc/$NAME.fuse

2013-03-24 Thread Gao feng
On 2013/03/22/ 22:24, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Instead of using /var/lib/libvirt/lxc/$NAME for the FUSE > filesystem, use /var/lib/libvirt/lxc/$NAME.fuse. This allows > room for other temporary mounts in the same directory > --- > src/lxc/lxc_container.c | 2 +-

Re: [libvirt] [PATCH] Move FUSE mount to /var/lib/libvirt/lxc/$NAME.fuse

2013-03-22 Thread Stefan Berger
On 03/22/2013 10:24 AM, Daniel P. Berrange wrote: From: "Daniel P. Berrange" Instead of using /var/lib/libvirt/lxc/$NAME for the FUSE filesystem, use /var/lib/libvirt/lxc/$NAME.fuse. This allows room for other temporary mounts in the same directory --- src/lxc/lxc_container.c | 2 +- src/lxc

Re: [libvirt] [PATCH] Move FUSE mount to /var/lib/libvirt/lxc/$NAME.fuse

2013-03-22 Thread Michal Privoznik
On 22.03.2013 15:24, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Instead of using /var/lib/libvirt/lxc/$NAME for the FUSE > filesystem, use /var/lib/libvirt/lxc/$NAME.fuse. This allows > room for other temporary mounts in the same directory > --- > src/lxc/lxc_container.c | 2 +- >

[libvirt] [PATCH] Move FUSE mount to /var/lib/libvirt/lxc/$NAME.fuse

2013-03-22 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Instead of using /var/lib/libvirt/lxc/$NAME for the FUSE filesystem, use /var/lib/libvirt/lxc/$NAME.fuse. This allows room for other temporary mounts in the same directory --- src/lxc/lxc_container.c | 2 +- src/lxc/lxc_fuse.c | 2 +- 2 files changed, 2 insertions