Re: [libvirt] [PATCH] Fix typo breaking cgroups for NBD backed filesystems

2013-10-08 Thread Eric Blake
On 10/08/2013 09:37 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > A typo in the setup of NBD backed filesystems meant the > /dev/nbdN device would not be added to the cgroups device > ACL. > > Signed-off-by: Daniel P. Berrange > --- > src/lxc/lxc_controller.c | 2 +- > 1 file

[libvirt] [PATCH] Fix typo breaking cgroups for NBD backed filesystems

2013-10-08 Thread Daniel P. Berrange
From: "Daniel P. Berrange" A typo in the setup of NBD backed filesystems meant the /dev/nbdN device would not be added to the cgroups device ACL. Signed-off-by: Daniel P. Berrange --- src/lxc/lxc_controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/lxc_contr