[Cluster-devel] [PATCH] fencing: Replace syslog.syslog() calls with new logging handler

2014-07-10 Thread Marek 'marx' Grac
Original logging handler for syslog writes everything to a device but that way we will have incorrect source. New logging handler is created on top of standard old-style syslog library. --- fence/agents/lib/fencing.py.py | 36 1 file changed, 28 insertions(+),

[Cluster-devel] [gfs2-utils PATCH] fsck.gfs2: File read-ahead

2014-07-10 Thread Bob Peterson
Hi, This patch introduces file read-ahead to pass1. Regards, Bob Peterson Red Hat File Systems Signed-off-by: Bob Peterson rpete...@redhat.com --- gfs2/fsck/metawalk.c | 65 ++-- gfs2/fsck/metawalk.h | 1 + gfs2/fsck/pass1.c| 1 + 3 files