OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_0-55-g8e1c321

Gerrit Code Review gerrit@openafs.org
Fri, 13 Nov 2020 10:37:41 -0500


The following commit has been merged in the master branch:
commit 8e1c321dc8e85966383760a6765f7f192ecf632a
Author: Mark Vitale <mvitale@sinenomine.net>
Date:   Fri Aug 28 16:19:29 2020 -0400

    volser: document 'vos restore -readonly' restriction
    
    Commit 0c03f8607e15 vos-command-enhancements-20011008 introduced the
    'vos restore' -readonly option, which allows the restored volume to be
    RO instead of the default RW.  The commit message documents the
    following restriction:
    
    - ... This option causes the restored volume to be an RO volume.  It is
      not permitted to restore an RO volume when the associated RW volume
      already exists.  While it is possible to restore an RW volume where an
      RO volume exists, caution should be used to avoid doing this with VLDB
      entries created by 'vos restore -readonly', since such entries have
      their ROVOL and RWVOL ID's set to the same thing.
    
    Document this restriction in the 'vos restore' man page, and in a code
    comment.
    
    No functional change is incurred by this commit.
    
    Change-Id: I34f6c5434b82da538a38a9d219207b33dcf62b17
    Reviewed-on: https://gerrit.openafs.org/14348
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 doc/man-pages/pod1/vos_restore.pod.in |    3 ++-
 src/volser/vsprocs.c                  |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository