The following commit has been merged in the openafs-stable-1_8_x branch:
commit 1962edf361341df0b842cd749493026a4540cc7a
Author: Michael Meffie <[email protected]>
Date:   Fri Apr 27 22:59:57 2018 -0400

    vol: check for bad partition names
    
    Currently, servers attempt to attach any partition name starting with
    "/vicep", even partition names which map to out of range partition ids.
    Examples of such misnamed partitions are "/vicepzz", "/vicep0", and
    others.
    
    The presence of these misnamed partitions cause the server processes to
    crash on startup, since the out of range partition ids are used as an
    index.
    
    Add a check for the bad partition names in VCheckPartitions to avoid
    attaching them. Log a warning for such partitions to let the admins know
    why the partitions are not attached.
    
    Reviewed-on: https://gerrit.openafs.org/13038
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Reviewed-by: Marcio Brito Barbosa <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Mark Vitale <[email protected]>
    Tested-by: Benjamin Kaduk <[email protected]>
    (cherry picked from commit c0f2c26e9298d12209fbb5e523ea3173202316e5)
    
    Change-Id: Id7dcbd80402b7c8ec1f0e2e5fa2ea0123a2da898
    Reviewed-on: https://gerrit.openafs.org/13120
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>

 src/vol/partition.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

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

Reply via email to