OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_1-58-g64b9c8a
Gerrit Code Review
gerrit@openafs.org
Sat, 12 Nov 2011 15:50:24 -0800 (PST)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit 64b9c8a6f03aefd242551ea323465ba4a4eda79d
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Mon Oct 10 22:09:40 2011 +0100
ptserver: Don't check for noauth before rebuilding
The ptserver database building scripts would check to see if the server
was running from a bosserver with the noauth flag set before performing
a database rebuild.
This means that you can't start ptserver normally, and then configure
the database using pts -localauth, which is the preferred method for
configuring new cells.
Remove the check for noauth. This is slightly risky, as it means that a
corrupt database could be completely erased upon restart. However, we
already check that the dbheader (65k) is entirely blank - which will
protect us against any single page corruption errors.
Change-Id: I7282a30756fe13da2c69f064f36a863cae70d827
Reviewed-on: http://gerrit.openafs.org/5653
Tested-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
(cherry-picked from 7a4498850814ea524f55de0b84d6b0ae0b4834bb)
Reviewed-on: http://gerrit.openafs.org/5888
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/ptserver/ptutils.c | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
--
OpenAFS Master Repository