The following commit has been merged in the openafs-stable-1_8_x branch:
commit 05ceb67a574a8e263ce8f6738e0bf4495284f6fc
Author: Andrew Deason <[email protected]>
Date:   Thu Dec 13 12:25:32 2018 -0600

    afs: Reword "cache is full" messages
    
    Currently, there are multiple different areas in the code that log a
    message that look like this, when we encounter an ENOSPC error when
    writing to the cache:
    
        *** Cache partition is FULL - Decrease cachesize!!! ***
    
    The message is a bit unclear, and doesn't even mention AFS at all.
    Reword the message to try to explain a little more what's happening.
    
    Also, since we log the same message in several different places, move
    them all to a common function, called afs_WarnENOSPC, so we only need
    to change the message in one place.
    
    Reviewed-on: https://gerrit.openafs.org/13410
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Tested-by: BuildBot <[email protected]>
    (cherry picked from commit d9d9571785dabc5c311111b1263fe0881b0ccda5)
    
    Change-Id: I8e958f2896f5d4503d3a153b52720e8ba3025261
    Reviewed-on: https://gerrit.openafs.org/13417
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Marcio Brito Barbosa <[email protected]>
    Reviewed-by: Cheyenne Wills <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 src/afs/AIX/osi_file.c         |    3 +--
 src/afs/HPUX/osi_file.c        |    3 +--
 src/afs/IRIX/osi_file.c        |    3 +--
 src/afs/LINUX/osi_file.c       |    3 +--
 src/afs/VNOPS/afs_vnop_write.c |    3 +--
 src/afs/afs_prototypes.h       |    1 +
 src/afs/afs_warn.c             |   15 +++++++++++++++
 7 files changed, 21 insertions(+), 10 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to