]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Document the openafs-fileserver BosConfig update process
authorRuss Allbery <rra@debian.org>
Tue, 6 Apr 2010 22:10:24 +0000 (15:10 -0700)
committerRuss Allbery <rra@debian.org>
Tue, 6 Apr 2010 22:10:24 +0000 (15:10 -0700)
debian/openafs-fileserver.NEWS

index b4dcccf2a63d7b01a49c613481623736ceda050c..f5feb8c1cf08b6e1bf194ca715542cd8011652e5 100644 (file)
@@ -11,6 +11,24 @@ openafs (1.5.73.3-1) experimental; urgency=low
   Demand-attach is experimental.  Please only use this file server for
   testing.  It is not yet ready to run in a production environment.
 
+  This change REQUIRES changes to your BosConfig file so that the file
+  server will start properly.  After installing the new openafs-fileserver
+  package, run:
+
+      bos status localhost -instance fs -long
+
+  and take note of the flags that you're using with the fileserver and
+  volserver.  Then, run:
+
+      bos stop localhost fs -localauth
+      bos delete localhost fs -localauth
+      bos create localhost dafs dafs \
+          "/usr/lib/openafs/fileserver <fileserver-flags>" \
+          "/usr/lib/openafs/volserver <volserver-flags>" \
+          /usr/lib/openafs/salvageserver /usr/lib/openafs/salvager
+
+  to create the correct new BosConfig entry for demand-attach AFS.
+
   As of this release, the default permissions for /etc/openafs/server are
   now 0755, matching upstream.  The only file in that directory that needs
   to be kept secure is KeyFile, which is created with 0600 permissions.