[release-notes] proofread filesystems beat

Pete Travis immanetize at fedoraproject.org
Sun Oct 28 23:27:11 UTC 2012


commit 2eb83e009c9025d25aa46b2f72d58cb83fca724e
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Sun Oct 28 15:43:56 2012 -0600

    proofread filesystems beat

 en-US/File_Systems.xml |   85 ++++++++++++++++++++++++++++-------------------
 1 files changed, 51 insertions(+), 34 deletions(-)
---
diff --git a/en-US/File_Systems.xml b/en-US/File_Systems.xml
index 876c112..c395845 100644
--- a/en-US/File_Systems.xml
+++ b/en-US/File_Systems.xml
@@ -5,40 +5,57 @@
 
 
 <section>
-  
-<title>File Systems</title>
-
-<section>
-  <title>FedFS </title>
-        <para>Fedora 18 adds <package>FedFS</package>, a mechanism to provide a coherent namespace across multiple file servers.</para><para>The code provided in this package is a technology preview. The intent is to provide a full and supported Linux FedFS client and server implementation based on this code. Programming and user interfaces may change significantly for the next few releases. </para>
-        <para>The components in this package are used for managing file system referrals in order to create a global network file system namespace. Installable components include: </para>
-        <itemizedlist>
-          <listitem>
-            <para> An automounter program map to manage the FedFS domain namespace on FedFS-enabled clients. </para>
-          </listitem><listitem>
-            <para> A mount command to mount parts of a FedFS domain namespace. </para>
-          </listitem><listitem>
-            <para> A plug-in library that allows programs outside of FedFS to resolve junctions on local file systems. </para>
-          </listitem><listitem>
-            <para> An ONC RPC service daemon that runs on file servers enabling the management by remote FedFS ADMIN clients of FedFS junctions. </para>
-          </listitem><listitem>
-            <para> A tool called <command>nfsref</command> to manage local junctions without requiring fedfsd. </para>
-          </listitem><listitem>
-            <para> A set of command-line clients that can access fedfsd instances on remote file servers. </para>
-          </listitem><listitem>
-            <para> A set of command-line clients that can manage FedFS entries on an LDAP server acting as a FedFS NSDB. </para>
-          </listitem><listitem>
-            <para> A tool to manage NSDB connection parameters on the local host. </para>
-          </listitem><listitem>
-            <para> An LDIF format schema to enable an LDAP server to support FedFS objects. </para>
-          </listitem>
-        </itemizedlist><para>For more information refer to the <ulink url="http://wiki.linux-nfs.org/wiki/index.php/FedFsUtilsProject"> FedFS project page</ulink> and the <ulink url="http://wiki.linux-nfs.org/wiki/index.php/FedFsUtilsDocs"> FedFS Documentation page</ulink>. </para>
-      </section><section>
-          <title>/tmp on tmpfs </title>
-        <para>By default, <filename>/tmp</filename> on Fedora 18 will be on a tempfs. Storage of large temporary files should be done in <filename>/var/tmp</filename>. This will reduce the I/O generated on disks, increase SSD lifetime, save power, and improve performance of the programlisting <filename>/tmp</filename> filesystem.</para>
-
-</section>
-
+  <title>File Systems</title>
+  <section>
+    <title><productname>FedFS</productname> </title>
+    <para>
+      Fedora 18 adds <productname>FedFS</productname>, a mechanism to provide a coherent namespace across multiple file servers.
+    </para>
+    <para>
+      The code provided in this package is a technology preview. The intent is to provide a full and supported Linux <productname>FedFS</productname> client and server implementation based on this code. Programming and user interfaces may change significantly for the next few releases. 
+    </para>
+    <para>
+      The components in this package are used for managing file system referrals in order to create a global network file system namespace. Installable components include: 
+    </para>
+    <itemizedlist>
+      <listitem>
+        <para> An automounter program map to manage the <productname>FedFS</productname> domain namespace on <productname>FedFS</productname> enabled clients. </para>
+      </listitem>
+      <listitem>
+        <para> A mount command to mount parts of a <productname>FedFS</productname> domain namespace. </para>
+      </listitem>
+      <listitem>
+        <para> A plug-in library that allows programs outside of <productname>FedFS</productname> to resolve junctions on local file systems. </para>
+      </listitem>
+      <listitem>
+        <para> An <literal>ONC RPC</literal> service daemon that runs on file servers enabling the management by remote <productname>FedFS</productname> ADMIN clients of <productname>FedFS</productname> junctions. </para>
+      </listitem>
+      <listitem>
+        <para> A tool called <command>nfsref</command> to manage local junctions without requiring <application>fedfsd</application>. </para>
+      </listitem>
+      <listitem>
+        <para> A set of command-line clients that can access <application>fedfsd</application> instances on remote file servers. </para>
+      </listitem>
+      <listitem>
+        <para> A set of command-line clients that can manage <productname>FedFS</productname> entries on an <function>LDAP</function> server acting as a <productname>FedFS</productname> <function>NSDB</function>. </para>
+      </listitem>
+      <listitem>
+        <para> A tool to manage <function>NSDB</function> connection parameters on the local host. </para>
+      </listitem>
+      <listitem>
+        <para> An <literal>LDIF</literal> format schema to enable an <function>LDAP</function> server to support <productname>FedFS</productname> objects. </para>
+      </listitem>
+    </itemizedlist>
+    <para>
+      For more information refer to the <ulink url="http://wiki.linux-nfs.org/wiki/index.php/FedFsUtilsProject"> <productname>FedFS</productname> project page</ulink> and the <ulink url="http://wiki.linux-nfs.org/wiki/index.php/FedFsUtilsDocs"> <productname>FedFS</productname> Documentation page</ulink>. 
+    </para>
+  </section>
+  <section>
+    <title>/tmp on tmpfs </title>
+    <para>
+      By default, <filename>/tmp</filename> on Fedora 18 will be on a tempfs. Storage of large temporary files should be done in <filename>/var/tmp</filename>. This will reduce the I/O generated on disks, increase SSD lifetime, save power, and improve performance of the <filename>/tmp</filename> filesystem.
+    </para>
+  </section>
 </section>
 
 


More information about the docs-commits mailing list