OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_5-58-gc75d8b6
Gerrit Code Review
gerrit@openafs.org
Sun, 9 Feb 2020 19:18:06 -0500
The following commit has been merged in the openafs-stable-1_8_x branch:
commit c75d8b632c1d4f55901fa2023ed0edb0c713cf0a
Author: Marcio Barbosa <mbarbosa@sinenomine.net>
Date: Thu Nov 14 17:29:56 2019 -0300
viced: add opt to allow admin writes on RO servers
Add the new option -admin-write to allow write requests from superusers
on file servers running in readonly mode (-readonly). This lets sites
run fileservers in readonly mode for normal users, but allows members of
the system:administrators group to modify content.
Reviewed-on: https://gerrit.openafs.org/13707
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit f5f8b9336919debc5c26c429b12a14b65e0b697c)
Change-Id: Ia627b8c99767a875c1e8d1c69dcb45118df36937
Reviewed-on: https://gerrit.openafs.org/14019
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
.../pod8/fragments/dafileserver-synopsis.pod | 1 +
.../pod8/fragments/fileserver-options.pod | 6 ++
.../pod8/fragments/fileserver-synopsis.pod | 1 +
src/viced/afsfileprocs.c | 60 ++++++++++++++-----
src/viced/viced.c | 6 ++
5 files changed, 58 insertions(+), 16 deletions(-)
--
OpenAFS Master Repository