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

2013-04-30 Thread Eric Blake
On 04/22/2013 08:06 AM, 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. Cool! But here we are at the end of the series, w

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

2013-04-22 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