Re: [libvirt] [PATCH] LXC: support block devices for container

2012-04-08 Thread Gao feng
于 2012年04月06日 18:38, Daniel P. Berrange 写道: > On Fri, Apr 06, 2012 at 02:31:54PM +0800, Gao feng wrote: >> This patch allows to config block device for container. >> the disk node is used to point out source device and target device >> source device is the device path in host, >> and target device

Re: [libvirt] [PATCH] LXC: support block devices for container

2012-04-06 Thread Daniel P. Berrange
On Fri, Apr 06, 2012 at 02:31:54PM +0800, Gao feng wrote: > This patch allows to config block device for container. > the disk node is used to point out source device and target device > source device is the device path in host, > and target device is the device name in container. > such as > >

[libvirt] [PATCH] LXC: support block devices for container

2012-04-05 Thread Gao feng
This patch allows to config block device for container. the disk node is used to point out source device and target device source device is the device path in host, and target device is the device name in container. such as Unfortunately it's no use to config readonly in disk node