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

2013-03-19 Thread John Ferlan
On 03/15/2013 12:32 PM, 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 > --- > sr

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

2013-03-15 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 | 64