From d5a2a5409dd8c31d06c59e1b39f8f4ea30363102 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 9 May 2008 17:20:03 +0000 Subject: [PATCH] * When configuring a new cell, clear the general restart time. --- debian/afs-newcell | 3 +++ debian/changelog | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/afs-newcell b/debian/afs-newcell index 3aee647f3..dcf3999be 100644 --- a/debian/afs-newcell +++ b/debian/afs-newcell @@ -234,6 +234,9 @@ run("bos create $server fs fs" . " -cmd /usr/lib/openafs/salvager -localauth"); unwind("bos delete $server fs -localauth"); +# Make sure that there is no scheduled general restart time; it's not needed. +run("bos setrestart $server -time never -general"); + # Pause for a while for ubik to catch up. print "Waiting for database elections: "; sleep(30); diff --git a/debian/changelog b/debian/changelog index 809b665cc..4598ca7a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ openafs (1.4.7.dfsg1-2) UNRELEASED; urgency=low * Add a missing conflict on older versions of openafs-client to openafs-krb5 to ensure that the klog transition to alternatives is smooth. + * When configuring a new cell, clear the general restart time. -- Russ Allbery Fri, 09 May 2008 10:16:28 -0700 -- 2.39.5