none
authorTedAnderson <TedAnderson>
Wed, 16 Jan 2002 16:59:00 +0000 (16:59 +0000)
committerTedAnderson <TedAnderson>
Wed, 16 Jan 2002 16:59:00 +0000 (16:59 +0000)
AFSLore/ArlaAFS.mdwn [new file with mode: 0644]
AFSLore/Coda.mdwn [new file with mode: 0644]
AFSLore/IBMAFS.mdwn [new file with mode: 0644]
AFSLore/NewProjects.mdwn [new file with mode: 0644]
AFSLore/OpenAFS.mdwn [new file with mode: 0644]

diff --git a/AFSLore/ArlaAFS.mdwn b/AFSLore/ArlaAFS.mdwn
new file mode 100644 (file)
index 0000000..284dd20
--- /dev/null
@@ -0,0 +1,3 @@
+Arla is an independent, free implementation of AFS by folks at Stacken KTH. Its home page is <http://www.stacken.kth.se/projekt/arla/>.
+
+-- [[TedAnderson]] - 16 Jan 2002
diff --git a/AFSLore/Coda.mdwn b/AFSLore/Coda.mdwn
new file mode 100644 (file)
index 0000000..0847700
--- /dev/null
@@ -0,0 +1,3 @@
+Code is a version of AFS that branched before its development moved to Transarc. One of its claims to fame is that it supports [[DisconnectedOperation]]. The project home page is <http://www.coda.cs.cmu.edu/>.
+
+-- [[TedAnderson]] - 16 Jan 2002
diff --git a/AFSLore/IBMAFS.mdwn b/AFSLore/IBMAFS.mdwn
new file mode 100644 (file)
index 0000000..4f5d629
--- /dev/null
@@ -0,0 +1,5 @@
+After original development at CMU, Transarc and then IBM offered AFS as a commercial product. The web site for IBM AFS is <http://www.transarc.ibm.com/Product/EFS/AFS/index.html>.
+
+See also [[AncientHistory]].
+
+-- [[TedAnderson]] - 16 Jan 2002
diff --git a/AFSLore/NewProjects.mdwn b/AFSLore/NewProjects.mdwn
new file mode 100644 (file)
index 0000000..afd4f43
--- /dev/null
@@ -0,0 +1,63 @@
+# <a name="Pending and Desired _OpenAFS Pro"></a> Pending and Desired [[OpenAFS]] Projects
+
+<div>
+  <ul>
+    <li><a href="#Pending and Desired _OpenAFS Pro"> Pending and Desired OpenAFS Projects</a><ul>
+        <li><a href="#Pending Projects"> Pending Projects</a></li>
+        <li><a href="#Proposed Projects"> Proposed Projects</a></li>
+      </ul>
+    </li>
+  </ul>
+</div>
+
+## <a name="Pending Projects"></a> Pending Projects
+
+The following are items known to be in progress, and, where available, a point of contact.
+
+- [[DisconnectedOperation]] provides the ability to use AFS while not connected to a network.
+
+- [[NestedGroups]] allows PTS groups to have other groups as members. Waiting for [[OpenAFS]] port.
+
+- [[FreeBSDPort]] -- Server ported. No cache manager support yet available.
+
+- [[HPUX11Port|Main/HP-UP11Port]] -- Missing RX code reconstructed. Waiting on kernel header from HP. Contact [[DerrickBrashear]].
+
+- [[NetBSDPort]] -- No timeline available.
+
+- [[OpenBSDPort]] -- In progress. No cache manager support yet available.
+
+- [[AutoConf]] with automake too. In progress. Contact [[DerrickBrashear]].
+
+- [[DynamicRoot]] (/afs) support utilizing AFSDB DNS resource records is available for all UNIX ports. Windows includes similar [[FreelanceClient]] support.
+
+- [[AtSysConfig]] allows @sys expansion from a list. Substantially complete. Contact [[TedMcCabe]].
+
+## <a name="Proposed Projects"></a> Proposed Projects
+
+The following are items which have been proposed, but which are not yet in progress. A point of contact is included where appropriate.
+
+- [[BetterDocumentation]] -- Contact [[EstherFilderman]].
+
+- IPv6
+
+- [[KerberosV]] -- Support Kerberos version 5 and additional encryption type support. Contact [[JeffreyHutzelman]]
+
+- [[LargeFiles]] -- Support for files over 2GB. The concensus seems to be that beyond supporting big files, large volumes already work fine.
+
+- [[MultipleClones]] provides support for more than one backup and read-only volume for a single read/write.
+
+- [[SelectableUbikTieBreaker]] -- proposes to change lowest IP metric to something administrator-selectable.
+
+- [[VolumeDumpEditor]] -- Need tool to allow editing volume dumps.
+
+- [[WindowsIFS]] -- Implement AFS as a Windows installable file system instead of as a virtual SMB server.
+
+- [[BetterServerPreferences]] allow selectable continuous or on-demand server preferences in clients based on available information about Rx connection round trip times instead of classful networking approach currently used. Contact [[DerrickBrashear]]. _Do this for vldb servers too, or is that a separate project? [[TedAnderson]]_
+
+- NFSTranslator -- Create an AFS/NFS translator for [[OpenAFS]] because there were licensing issues with the code in the IBM/Transarc product. A shell of one for Solaris only is in the source tree but needs more work before it will be useful. Contact [[DerrickBrashear]]. Another approach is a user-mode implementation. Contact [[JeffreyHutzelman]].
+
+- [[PartitionUUID]] -- Create partition UUIDs such that the vldb can be rapdily updated if a disk is moved from one machine to another. Contact [[DerrickBrashear]].
+
+----
+
+Copied by [[TedAnderson]] with some minor edits from <http://www.openafs.org/projects.html> (dated 17-Oct-2001).
diff --git a/AFSLore/OpenAFS.mdwn b/AFSLore/OpenAFS.mdwn
new file mode 100644 (file)
index 0000000..b6ff6b6
--- /dev/null
@@ -0,0 +1,5 @@
+[[OpenAFS]] is the [open source](http://c2.com/cgi/wiki?OpenSource) version of AFS. Its project home page is at <http://www.openafs.org>.
+
+Other AFS implementations: [[IBM/AFS]], [[Coda]] and [[ArlaAFS]].
+
+-- [[TedAnderson]] - 16 Jan 2002