From c0ac71d92fda5c1cd451bd453b00983362f47ce7 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 7 Feb 2012 15:56:12 -0500 Subject: [PATCH] Windows: Release Notes corrections Add missing BlockSize registry value Correct AFSRedirector\NetworkProvider registry key description Add note that LanAdapter value is ignored if SMB mode is not in use. Change-Id: I449988f1f6841c1b254d73b08a6ee53ca2dbaeda Reviewed-on: http://gerrit.openafs.org/6685 Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- doc/xml/ReleaseNotesWindows/relnotes.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/xml/ReleaseNotesWindows/relnotes.xml b/doc/xml/ReleaseNotesWindows/relnotes.xml index eebabb3f8..93de7556e 100644 --- a/doc/xml/ReleaseNotesWindows/relnotes.xml +++ b/doc/xml/ReleaseNotesWindows/relnotes.xml @@ -3130,6 +3130,7 @@ Default: -1 Variable: LANadapter LAN adapter number to use. This is the lana number of the LAN adapter that the SMB server should bind to. If unspecified or set to -1, a LAN adapter with named 'AFS' or a loopback adapter will be selected. If neither are present, then all available adapters will be bound to. When binding to a non-loopback adapter, the NetBIOS name hostname%-AFS' will be used (where %hostname% is the NetBIOS name of the host truncated to 11 characters). Otherwise, the NetBIOS name will be 'AFS'. + [This parameter is ignored unless SMB mode is active.]
Value: CacheSize @@ -3153,6 +3154,17 @@ Variable: cm_logChunkSize (cm_chunkSize = 1 << cm_logChunkSize) Size of chunk for reading and writing. Actual chunk size is 2^cm_logChunkSize. The default chunk size is therefore 1 MB.
+
+ Value: BlockSize + + BlockSize + + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] + Type: DWORD + Default: 4096 (CM_CONFIGDEFAULT_BLOCKSIZE) + Size of buffer allocation. Must be an even multiple of 1024 and (2^cm_logChuckSize + mod BlockSize) must equal zero. +
Value: Daemons @@ -5148,7 +5160,7 @@ Default: local RPC
- [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider] + [HKLM\SYSTEM\CurrentControlSet\Services\AFSRedirector\NetworkProvider]
Value: Debug -- 2.39.5