
7 Mar
2013
7 Mar
'13
9:39 a.m.
On 03/07/13 12:41, Daniel P. Berrange wrote:
From: "Daniel P. Berrange" <berrange@redhat.com>
By using a loopback device, disks backed by plain files can be made available to LXC containers. We make no attempt to auto-detect format if <driver type="raw"/> is not set, instead we unconditionally treat that as meaning raw. This is to avoid the security issues inherant with format
s/inherant/inherent/
auto-detection
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- src/lxc/lxc_controller.c | 67 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 65 insertions(+), 2 deletions(-)
ACK. Peter