diff options
author | Vijay Bellur <vijay@gluster.com> | 2012-04-23 12:51:50 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-04-23 14:51:35 -0700 |
commit | 4c9e8fad23836d87b0c4327e990c789630fe5b97 (patch) | |
tree | e2402a2a0b8135add5cf0c6d810f141253877259 /doc/admin-guide/en-US/Preface.xml | |
parent | 664daecef49d5e497bb5dd867fc1f51b046d4bf2 (diff) |
doc: Added admin guide
Change-Id: Ic60558dee0d20df0c2a1bf41e4bd072ae4774912
BUG: 811311
Signed-off-by: Vijay Bellur <vijay@gluster.com>
Reviewed-on: http://review.gluster.com/3209
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Tested-by: divya M N <divyasetty@gmail.com>
Reviewed-by: divya M N <divyasetty@gmail.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'doc/admin-guide/en-US/Preface.xml')
-rw-r--r-- | doc/admin-guide/en-US/Preface.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/admin-guide/en-US/Preface.xml b/doc/admin-guide/en-US/Preface.xml new file mode 100644 index 00000000000..320311906d0 --- /dev/null +++ b/doc/admin-guide/en-US/Preface.xml @@ -0,0 +1,24 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!-- This document was created with Syntext Serna Free. --> +<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ +<!ENTITY % BOOK_ENTITIES SYSTEM "Administration_Guide.ent"> +%BOOK_ENTITIES; +]> +<preface id="pref-Administration_Guide-Preface"> + <title>Preface</title> + <para>This guide describes how to configure, operate, and manage Gluster File System (GlusterFS).</para> + <section> + <title>Audience</title> + <para>This guide is intended for Systems Administrators interested in configuring and managing GlusterFS.</para> + <para>This guide assumes that you are familiar with the Linux operating system, concepts of File System, GlusterFS concepts, and GlusterFS Installation</para> + </section> + <section> + <title>License</title> + <para>The License information is available at <ulink url="http://www.redhat.com/licenses/rhel_rha_eula.html"/>.</para> + </section> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Common_Content/Conventions.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Feedback.xml"> + <xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Common_Content/Feedback.xml"/> + </xi:fallback> + </xi:include> +</preface> |