
17 Feb
2016
17 Feb
'16
8:17 a.m.
On Tue, Feb 16, 2016 at 04:29:47PM +0100, Peter Krempa wrote:
When adding disk images to ACL we may call those functions on NFS shares. In that case we might get an EACCES, which isn't really relevant since NFS would not hold a block device. This patch adds a flag that allows to stop reporting an error on EACCES to avoid spaming logs.
spamming
Currently there's no functional change. --- src/lxc/lxc_cgroup.c | 12 ++++++------ src/lxc/lxc_driver.c | 9 ++++++--- src/qemu/qemu_cgroup.c | 20 ++++++++++---------- src/util/vircgroup.c | 38 +++++++++++++++++++++++++++++++++----- src/util/vircgroup.h | 6 ++++-- 5 files changed, 59 insertions(+), 26 deletions(-)
ACK Jan