Re: [libvirt] [PATCH 6/6] Support NBD backed disks/filesystems in LXC driver

2013-05-10 Thread Michal Privoznik
On 03.05.2013 15:49, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > The LXC driver can already configure or > devices to use the loop device. This extends it to also allow > for use of the NBD device, to support non-raw formats. > > Signed-off-by: Daniel P. Berrange > --- > src/l

[libvirt] [PATCH 6/6] Support NBD backed disks/filesystems in LXC driver

2013-05-03 Thread Daniel P. Berrange
From: "Daniel P. Berrange" The LXC driver can already configure or devices to use the loop device. This extends it to also allow for use of the NBD device, to support non-raw formats. Signed-off-by: Daniel P. Berrange --- src/lxc/lxc_controller.c | 80