Re: [libvirt] [PATCH 02/16] LXC from native: import rootfs

2014-01-24 Thread Daniel P. Berrange
On Tue, Jan 14, 2014 at 02:49:51PM +0100, Cédric Bosdonnat wrote: > LXC rootfs can be either a directory or a block device or an image > file. The first two types have been implemented, but the image file is > still to be done since LXC auto-guesses the file format at mount time > and the LXC drive

[libvirt] [PATCH 02/16] LXC from native: import rootfs

2014-01-14 Thread Cédric Bosdonnat
LXC rootfs can be either a directory or a block device or an image file. The first two types have been implemented, but the image file is still to be done since LXC auto-guesses the file format at mount time and the LXC driver doesn't support the 'auto' format. --- src/lxc/lxc_native.c