summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@redhat.com>2013-08-29 16:58:16 -0500
committerAndrew Bartlett <abartlet@samba.org>2013-08-30 02:43:48 +0200
commitba04400d01c6ad05651672e087527391da7fdaf4 (patch)
treef4f3608d215bc01246efa709abfdf3e69fc2ad9b /python
parent91910fe898e2f8ad405c5790aa1a20e82a9f8aac (diff)
downloadsamba-ba04400d01c6ad05651672e087527391da7fdaf4.tar.gz
samba-ba04400d01c6ad05651672e087527391da7fdaf4.tar.bz2
samba-ba04400d01c6ad05651672e087527391da7fdaf4.zip
vfs_glusterfs: Fix excessive debug output from vfs_gluster_open().
The vfs_gluster_open() function generates a debug message (at level 0) for every failed attempt to open a pathname. This includes cases in which attempts are made to open a directory as a file (those attempts are retried calling vfs_gluster_opendir()). The result is that the log file fills with messages about failed attempts to open directories, just because they are directories. This latest version, of the patch completely removes logging from the vfs_gluster_open() function. The error code returned is handled in upper layers, and the open function in the default VFS module does not log any errors. Signed-off-by: Christopher R. Hertel <crh@redhat.com> Reviewed-by: susant palai <spalai@redhat.com> Reviewed-by: raghavendra talur <rtalur@redhat.com> Reviewed-by: Jose A. Rivera <jarrpa@redhat.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Aug 30 02:43:48 CEST 2013 on sn-devel-104
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions