]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-windows-notes-20050914
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 14 Sep 2005 05:43:41 +0000 (05:43 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 14 Sep 2005 05:43:41 +0000 (05:43 +0000)
Add note regarding AFSCache file fragmentation affecting performance

Fix one of the RPC registry entries

Document UUID re-generation change

(cherry picked from commit bd1cc3d37b456b02d9d1446ae12962fdd97fa1a5)

doc/txt/winnotes/afs-changes-since-1.2.txt
doc/txt/winnotes/afs-install-notes.txt

index ee6c2cb82b465c2d231cb11d87a1899144051b4a..7b921b7366f2033d70774818023ba6e682390312 100644 (file)
@@ -1,3 +1,10 @@
+Since 1.4.0 rc3: 1.4.0 rc4 released (14 Sep 2005)
+
+ * The AFSCache file has been modified to store both the
+   serial number of the volume on which the file resides
+   and the SID of the local machine.   If either change,
+   a new UUID is generated.
+
  * add "fs flushall" command that forces all data buffers
    to be flushed.
 
index f90733a3666b32019873dfca6c3075abc87329d0..b4eb2d40383c6c19a5e142878b7ef06ac89a5662 100644 (file)
@@ -594,7 +594,7 @@ present and that they refer to the dll "rpcrt4.dll":
    HKLM "SOFTWARE\Microsoft\RPC\ClientProtocols" "ncacn_np"
    HKLM "SOFTWARE\Microsoft\RPC\ClientProtocols" "ncacn_ip_tcp"
    HKLM "SOFTWARE\Microsoft\RPC\ClientProtocols" "ncadg_ip_udp"
-   HKLM "SOFTWARE\Microsoft\RPC\ClientProtocols" "ncadg_ip_http"
+   HKLM "SOFTWARE\Microsoft\RPC\ClientProtocols" "ncacn_http"
 
 
 40. 1.3.83 adds a new command, "fs minidump".  This command can be used at any 
@@ -612,6 +612,13 @@ cloning machines that have Windows AFS client installed, the AFSCache files
 must be deleted as part of the cloning process.
 
 
+42. The performance of the AFS Client Service is significantly affected by
+the access times associated with the AFSCache paging file.   When given the
+choice, the AFSCache file should be placed on a fast disk, preferably NTFS,
+the file should not be compressed and should consist of as few fragments as
+possible.   Significant performance gains can be achieved by defragmenting
+the AFSCache file with Sysinternal's Contig utility.
+
 ------------------------------------------------------------------------
 
 How to Debug Problems with OpenAFS for Windows: