Whamcloud - gitweb
doc/manual.git
11 years agoLUDOC-24 Glossary: Fix a typo 12/2612/2 2.2.0
Cliff White [Sun, 29 Apr 2012 17:20:13 +0000 (10:20 -0700)]
LUDOC-24 Glossary: Fix a typo

Change-Id: I1349f0a79729efcdb94d25a1da0977450250915a
Signed-off-by: Cliff White <cliffw@whamcloud.com>
11 years agoMerge "LUDOC-39"
Richard Henwood [Fri, 20 Apr 2012 18:56:41 +0000 (14:56 -0400)]
Merge "LUDOC-39"

12 years agoLUDOC-39 42/2442/2
Cliff White [Mon, 2 Apr 2012 22:53:45 +0000 (15:53 -0700)]
LUDOC-39

Add Imperative Recovery to the manual
Include tuning parameters.

Change-Id: I856d92078dc1f7e72c29816197e71851c423f1f2
Signed-off-By: Cliff White <cliffw@whamcloud.com>
12 years agoLUDOC-11 ptlrpc: fix max_rpcs_in_flight_limit 85/2185/2
Andreas Dilger [Fri, 24 Feb 2012 09:04:22 +0000 (02:04 -0700)]
LUDOC-11 ptlrpc: fix max_rpcs_in_flight_limit

The maximum number of RPCs in flight per OSC is actually 256, not 32.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: Ie8e9ccbc56132d9112b03934dea004c0bd2faf9b

12 years agoMerge "LUDOC-42 document Statahead and AGL"
Richard Henwood [Fri, 6 Apr 2012 12:24:24 +0000 (08:24 -0400)]
Merge "LUDOC-42 document Statahead and AGL"

12 years agoMerge "LUDOC-40 - Add ptlrpcd thread pool"
Richard Henwood [Thu, 5 Apr 2012 15:15:36 +0000 (11:15 -0400)]
Merge "LUDOC-40 - Add ptlrpcd thread pool"

12 years agoLUDOC-42 document Statahead and AGL 29/2429/2
Yu Jian [Sat, 31 Mar 2012 06:10:34 +0000 (14:10 +0800)]
LUDOC-42 document Statahead and AGL

Update the directory statahead tunable interface descriptions and
add the document for AGL (asynchronous glimpse lock).

Signed-off-by: Yu Jian <yujian@whamcloud.com>
Change-Id: I9dbe2a78f351704bd6ea05093489affea993ea1a

12 years agoLUDOC-20 admin: fix mount lustre on ldiskfs 47/2447/1
Minh Diep [Wed, 4 Apr 2012 18:15:13 +0000 (11:15 -0700)]
LUDOC-20 admin: fix mount lustre on ldiskfs

lustre can only mount using ldiskfs, not ext4

Signed-off-by: Minh Diep <mdiep@whamcloud.com>
Change-Id: Ifecc9f8302fa777bfe2a1e07e79d42d5c3b803e4

12 years agoLUDOC-40 - Add ptlrpcd thread pool 25/2425/6
Cliff White [Fri, 30 Mar 2012 18:52:24 +0000 (11:52 -0700)]
LUDOC-40 - Add ptlrpcd thread pool

Add Ptlrpcd Thread Pool to manual.

Change-Id: I34ff809d9550c6003cc77383a5950c2fe9097779
Signed-off-By: cliff white <cliffw@whamcloud.com>
12 years agoLUDOC-20 admin: Add instructions for separate MGS 23/2423/4
Minh Diep [Fri, 30 Mar 2012 18:41:45 +0000 (11:41 -0700)]
LUDOC-20 admin: Add instructions for separate MGS

1. Fix order list for Lustre Maintenance section
2. Add instructions on how to separate MGS

Signed-off-by: Minh Diep <mdiep@whamcloud.com>
Change-Id: I69288028cb012f9d0d944cf8809d2660b7ad36d0

12 years agoLUDOC-2 add "--raw" option to "lfs getstripe" 14/2414/2
Yu Jian [Fri, 30 Mar 2012 08:06:23 +0000 (16:06 +0800)]
LUDOC-2 add "--raw" option to "lfs getstripe"

A new option to "lfs getstripe" is introduced; the "--raw" or
"-R" option.

If this option is specified, the stripe information is printed
without substituting the filesystem's default values for
unspecified fields. If the striping EA is not set, 0, 0, and -1
will be printed for the stripe count, size, and offset respectively.

Signed-off-by: Yu Jian <yujian@whamcloud.com>
Change-Id: I2d4a1bf8fd063afb40345609db9c8204d6e3cc09

12 years agoMerge "LUDOC-33: fixed identity information upcall 2.x"
Richard Henwood [Thu, 29 Mar 2012 22:15:11 +0000 (18:15 -0400)]
Merge "LUDOC-33: fixed identity information upcall 2.x"

12 years agoLUDOC-33: fixed identity information upcall 2.x 30/2130/6
Richard Henwood [Fri, 10 Feb 2012 20:50:04 +0000 (14:50 -0600)]
LUDOC-33: fixed identity information upcall 2.x

Pre 2.x, Lustre used the user identity information upcall on Lustre MDS side is
through the /proc interface: /proc/fs/lustre/mds/{mdsname}/group_upcall

From 2.x: interface has been replaced (since Lustre-2.0 release) by:
/proc/fs/lustre/mdt/{mdtname}/identity_upcall, and this interface has been
superseded by lctl set_param mdt.{mdtname}.identity_info={path}. "NONE" means
no identity_upcall.

In addition, the following substitutions have been made for Lustre 2.x
"group_info" becomes "identity_info"
"mds_grp_downcall_data" becomes "identity_downcall_data"
"l_getgroups" becomes "l_getidentity"

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: I9db35e8882834f4df234f38f13a55fbb1d79a377

12 years agoLUDOC-36 iokit: add mds-survey information 72/2072/8
Minh Diep [Tue, 31 Jan 2012 20:01:08 +0000 (12:01 -0800)]
LUDOC-36 iokit: add mds-survey information

Added mds-survey in lustre-iokit

Signed-off-by: Minh Diep <mdiep@whamcloud.com>
Change-Id: Ia5e62b8caa9ae9ff34dea5a95e7f2836f52661c1

12 years agoMerge "LU-1203 Replace 'mds' with 'mdt' in root_squash section"
Richard Henwood [Fri, 16 Mar 2012 16:09:42 +0000 (12:09 -0400)]
Merge "LU-1203 Replace 'mds' with 'mdt' in root_squash section"

12 years agoLU-1203 Replace 'mds' with 'mdt' in root_squash section 86/2286/3
Cliff White [Mon, 12 Mar 2012 17:10:26 +0000 (10:10 -0700)]
LU-1203 Replace 'mds' with 'mdt' in root_squash section

Fix parameter documentation for root_squash
Addressed Richards correction

Signed-off-by: cliffw@whamcloud.com
Change-Id: I99d1c2df310406848eb6096af84fb8fdf840a0fb

12 years agoLUDOC-29 upgrade/downgrade process with wide striping feature 95/2295/2
Yu Jian [Fri, 2 Mar 2012 15:23:12 +0000 (23:23 +0800)]
LUDOC-29 upgrade/downgrade process with wide striping feature

Document the process to upgrade from an existing filesystem to
enable wide striping on the MDT and how to downgrade the MDT
filesystem to an earlier version of Lustre that does not support
wide striping.

Signed-off-by: Yu Jian <yujian@whamcloud.com>
Change-Id: I0b3c0b365b5a9fd5bc330cadddf0be147cec9b12

12 years agoLU-1203 - undo previous changes
Cliff White [Mon, 12 Mar 2012 17:01:02 +0000 (10:01 -0700)]
LU-1203 - undo previous changes

Change-Id: I4074c12dff5bcb7987d402c15a10a495926ca3c3

12 years agoLU-1203 Fix root_squash documentation for mdt
Cliff White [Mon, 12 Mar 2012 16:32:25 +0000 (09:32 -0700)]
LU-1203 Fix root_squash documentation for mdt

Replace 'mds' with 'mdt' in root_sqaush setup

Change-Id: I410c5078b3f0a44b3e40b7b7814e31c913a424ad

12 years agoLU-1203 Fix root_squash in manual
Cliff White [Mon, 12 Mar 2012 16:27:57 +0000 (09:27 -0700)]
LU-1203 Fix root_squash in manual

Replace 'mds' with 'mdt' in root_squash examples

12 years agoFixes root squash section to use mdt instead of mds
Cliff White [Mon, 12 Mar 2012 16:14:50 +0000 (09:14 -0700)]
Fixes root squash section to use mdt instead of mds

12 years agoMerge "LUDOC-11 upgrade: document 2.1 upgrade requirement"
Richard Henwood [Thu, 23 Feb 2012 19:32:19 +0000 (14:32 -0500)]
Merge "LUDOC-11 upgrade: document 2.1 upgrade requirement"

12 years agoLU-680 manual: documentation for instance <-> path mapping. 53/1853/4
Richard Henwood [Tue, 13 Dec 2011 19:25:53 +0000 (13:25 -0600)]
LU-680 manual: documentation for instance <-> path mapping.

A new feature was added to lfs with LU-680. This change records
the usage of this new feature in the manual.

lfs commands are now listed in alphabetical order.

The code changeset is:
http://review.whamcloud.com/#change,1373

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: Ifed7b26193fe219174891cdf79f4401b901750f7

12 years agoLUDOC-29 increase maximum stripe count from 160 to 2000 29/1929/3
Yu Jian [Mon, 9 Jan 2012 11:21:54 +0000 (19:21 +0800)]
LUDOC-29 increase maximum stripe count from 160 to 2000

The wide striping feature increases the maximum stripe count from
160 to 2000. This patch fixes this limit in the manual.

Signed-off-by: Yu Jian <yujian@whamcloud.com>
Change-Id: I8b3496f3e71debc314d97669dbc8db81a5a4c9a4

12 years agoLUDOC-11 upgrade: document 2.1 upgrade requirement 78/2078/4
Andreas Dilger [Thu, 2 Feb 2012 07:27:53 +0000 (00:27 -0700)]
LUDOC-11 upgrade: document 2.1 upgrade requirement

The 1.8->2.x upgrade section was referring only to Lustre 2.0, but
should refer to Lustre 2.x more generically.

Update the minimum 1.8 version for 2.1 interoperability to 1.8.6.

Remove statement that allows both 1.8 and 2.x servers to be running
at the same time, since this is not tested.  Instead, require that
both the MDS and OSS nodes are upgraded to 2.x at the same time.

Remove references to ancient 1.4.x Lustre versions, and distinctions
that are only present for versions of Lustre 1.6.5 and older.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I94a41610f65e597accc773f534e518f4e87fcab0

12 years agoLUDOC-13 build: Disable diff in Makefile 79/2179/3
Richard Henwood [Wed, 22 Feb 2012 18:23:25 +0000 (12:23 -0600)]
LUDOC-13 build: Disable diff in Makefile

If diff fails, the build is marked as failing. Make all now doesn't
have diff enabled until it has had the bugs worked out.

Added epub to clean.

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: I11464045679ea02105f0baebeddc7d2a6f86d80c

12 years agoLUDOC-25: typo fix 55/2155/3
Richard Henwood [Thu, 16 Feb 2012 20:49:05 +0000 (14:49 -0600)]
LUDOC-25: typo fix

tthat becomes that. The sentences simplified for clarity.

Signed-off-by: Richard Henwood <rhenwood@ywhamcloud.com>
Change-Id: I983fec8aa0c6db088ba802f61d360cab4bc26864

12 years agoMerge "LUDOC-32: build epub from manual."
Richard Henwood [Thu, 16 Feb 2012 20:21:31 +0000 (15:21 -0500)]
Merge "LUDOC-32: build epub from manual."

12 years agoLUDOC-32: build epub from manual. 24/2124/3
Richard Henwood [Fri, 10 Feb 2012 21:31:13 +0000 (15:31 -0600)]
LUDOC-32: build epub from manual.

Makefile now contains the correct rules to build an epub version
of the manual.

Signed-off-by: Richard Henwood <rhenwood@ywhamcloud.com>
Change-Id: I5e126b137b535522c720fdac863562f194a2e17e

12 years agoMerge "LUDOC-13: enhanced diff to work with larger changes."
Jessica Popp [Tue, 14 Feb 2012 16:15:48 +0000 (11:15 -0500)]
Merge "LUDOC-13: enhanced diff to work with larger changes."

12 years agoLUDOC-13: enhanced diff to work with larger changes. 18/2118/4
Richard Henwood [Fri, 10 Feb 2012 20:20:28 +0000 (14:20 -0600)]
LUDOC-13: enhanced diff to work with larger changes.

Significant changes were needed to work with multi-line changes
that included changes in markup between master and review manual.

NOTE: The resulting html may not be valid, but will probably render
in the browser.

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: I60c724afca1ac6d89e3372666f9c7962efb73360

12 years agoLUDOC-37 kernel: use /etc/modprobe.d/lustre.conf 88/1988/3
Andreas Dilger [Thu, 19 Jan 2012 15:31:30 +0000 (08:31 -0700)]
LUDOC-37 kernel: use /etc/modprobe.d/lustre.conf

Update the documentaion to store module parameters in the
/etc/modprobe.d/lustre.conf file to make the newer distro
modutils happy.

Early versions of modprobe did not care what filenames were
used in /etc/modprobe.d/, which lead to confusion if old
versions of files were located there (e.g. Lustre.orig or
Lustre~).  Newer versions of modprobe (at least since FC12,
but possibly earlier) require module parameter files to have
a ".conf" suffix in order to be parsed.

The /etc/modprobe.d/ directory has been supported since at
least module-init-utils 3.2 (RHEL5) and may have been supported
before that time.  This means that all supported distros can
use /etc/modprobe.d/lustre.conf for Lustre-specific parameters.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: Ic885f610b3d9b16eb211d4a2d971930f53647bec

12 years agoLUDOC-26: update mdt.quota_type to mdd.quota_type. 14/2114/2
Richard Henwood [Tue, 7 Feb 2012 21:37:52 +0000 (15:37 -0600)]
LUDOC-26: update mdt.quota_type to mdd.quota_type.

Search and replaced with an addition comment to recored that mdt.quota
is the command for Lustre 1.6.5 thru until Lustre 2.0.

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: I93f6a7de22d47b62a2e124ae19c953a2900430a2

12 years agoLUDOC-31 manual: add --servicenode option description 04/1904/4
Bobi Jam [Thu, 22 Dec 2011 08:20:38 +0000 (16:20 +0800)]
LUDOC-31 manual: add --servicenode option description

Add --servicenode option description for mkfs.lustre and tune.lustre.

Change XSL_REL in Makefile so that make gets correct install path of
different version of docbook5 XSL stylesheets package.

Signed-off-by: Bobi Jam <bobijam@whamcloud.com>
Change-Id: If92af7e0839928ddfeb966090d75796c93b8499e

12 years agoLUDOC-13: diff works for doc changes. 09/1909/7
Richard Henwood [Fri, 30 Dec 2011 21:31:23 +0000 (15:31 -0600)]
LUDOC-13: diff works for doc changes.

make diff now creates a annotated html file highlighting the differences between
master and review manual builds.

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: Iec9a83b162697e17e894486c54090fbd406c2dff

12 years agoLUDOC-27 Update the Setting up a Lustre file system chapter to reflect the recent... 56/1856/8
Zhiqi Tao [Wed, 14 Dec 2011 07:00:14 +0000 (00:00 -0700)]
LUDOC-27 Update the Setting up a Lustre file system chapter to reflect the recent changes in mkfs.lustre

- flex_bg, huge_file and lazy_journal_init are enabled by default.
- On OSTs the number of inodes created for larger LUNs is increased.
  Add a table to show the inode ratio to be considered
- Update the maximum OST size and the maximum file system size
- Fix a few spell errors

Signed-off-by: Zhiqi Tao <zhiqi@whamcloud.com>
Change-Id: Ifc4db56aac344278bc5aacaeac25cac4b17e8e59

12 years agoLUDOC-23: MDT/MDS space requirements updated for 2.x release. 28/1828/2
Richard Henwood [Sun, 11 Dec 2011 18:44:43 +0000 (12:44 -0600)]
LUDOC-23: MDT/MDS space requirements updated for 2.x release.

inode allocation is reduced as it is unlikely that 4K is ever used. If more
space is needed, space will be allocated outside of the inode. Allocating space
outside the inode will incur a performance penalty.

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: I0081d77c430fceb362f1e53d93eb60ce817a3a0b

12 years agoLUDOC-4 client stats file values description. 96/1196/6
Richard Henwood [Mon, 28 Nov 2011 20:57:04 +0000 (14:57 -0600)]
LUDOC-4 client stats file values description.

Description of the values returned by the command:
lctl get_param llite.*.stats.

Updated to include 2.2 stats from LU-334.

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: I85f758dfcc0a4f76a280b96d50acf1bd0363562a

12 years agoMerge "LUDOC-8 Make Jenkins build manual using a Makefile."
Richard Henwood [Tue, 1 Nov 2011 14:19:43 +0000 (10:19 -0400)]
Merge "LUDOC-8 Make Jenkins build manual using a Makefile."

12 years agoMerge "LUDOC-18 added entry for errno EDQUOT."
Richard Henwood [Fri, 28 Oct 2011 14:43:19 +0000 (10:43 -0400)]
Merge "LUDOC-18 added entry for errno EDQUOT."

12 years agoLUDOC-8 Make Jenkins build manual using a Makefile. 14/1214/13
Richard Henwood [Mon, 24 Oct 2011 18:55:12 +0000 (13:55 -0500)]
LUDOC-8 Make Jenkins build manual using a Makefile.

This Makefile supports building on Mac,
Ubuntu 11.04 and RHEL6.  TMP var is intended to be portable.

diff target is temporarily disabled.

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: Iaf494b91725bc78c745a4df47e64c8725163e37d

12 years agoLUDOC-11 Misc cleanups of examples and text 57/1257/3 2.1.0
Andreas Dilger [Wed, 17 Aug 2011 21:33:05 +0000 (15:33 -0600)]
LUDOC-11 Misc cleanups of examples and text

Clean up some examples seen in the manual while working on LUDOC-14.

Use "ost0" and "ost1" in examples, to match the actual OST indices
used, instead of "ost1" and "ost2".  Same for "oss0" and "oss1", etc.

Use "lctl {get,set}_param" instead of direct /proc access in a few
places (there are a lot more that should be fixed).

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: Ibeb4e3318b6fbdb8a81283d5cfad14a69e27443b

12 years agoLUDOC-14 Always use --index when formatting OSTs 56/1256/4
Andreas Dilger [Wed, 17 Aug 2011 20:50:04 +0000 (14:50 -0600)]
LUDOC-14 Always use --index when formatting OSTs

To prepare users for changes that are upcoming in Lustre 2.3/2.4 for
the OSD restructuring project, the OST index should always be given
when formatting OSTs with mkfs.lustre.  This is already accepted as
standard practice for Lustre users today, so reflect that in the
examples in the manual.

Change-Id: I41cc175dc4392950c4376b3643c3017f6b9b2fcc
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
12 years agoLUDOC-18 added entry for errno EDQUOT. 69/1369/3
Richard Henwood [Tue, 13 Sep 2011 14:54:16 +0000 (09:54 -0500)]
LUDOC-18 added entry for errno EDQUOT.

Documented error number 122: EDQUOT: this error occurs when an
operation fails because the user disk quota is exceeded. The
documented location of errno.h has been updated to:
/usr/include/asm-generic/errno.h

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: I8d7b4583bffbad62a917448710268ffc3ef53769

12 years agoMerge "LUDOC-16 fix stale links."
Jessica Popp [Tue, 6 Sep 2011 15:54:55 +0000 (11:54 -0400)]
Merge "LUDOC-16 fix stale links."

12 years agoLUDOC-16 fix stale links. 70/1270/2
Richard Henwood [Tue, 30 Aug 2011 18:27:14 +0000 (13:27 -0500)]
LUDOC-16 fix stale links.

Links now point to accurate and actively maintained targets.

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: I3212ac2fb807108ca046b06ebfa7842474449127

12 years agoMerge "LUDOC-13 render diff of html manual to enhance reviewability."
Richard Henwood [Thu, 11 Aug 2011 15:35:28 +0000 (11:35 -0400)]
Merge "LUDOC-13 render diff of html manual to enhance reviewability."

12 years agoLUDOC-13 render diff of html manual to enhance reviewability. 27/1127/5
Richard Henwood [Wed, 20 Jul 2011 18:01:47 +0000 (13:01 -0500)]
LUDOC-13 render diff of html manual to enhance reviewability.

Reviewing manual changes is challenging when only observing docbook
xml. This change provides code (./tools/diff.py) and a 'diff' make
target to generate a html page with annotated differences. An
example screenshot is attached to LUDOC-13.

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: Ib19bae429235f9bf2b2b8d15a597baac8f12cc6e

12 years agoLUDOC-11 debug: Fix malformed sentence 37/1137/2
Andreas Dilger [Mon, 25 Jul 2011 23:30:41 +0000 (17:30 -0600)]
LUDOC-11 debug: Fix malformed sentence

Fix incompletely edited sentence after review from Richard.

Change-Id: Ic9436d791104efec5c18d3ee5f2a36c7b859cf23
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
12 years agoLUDOC-11 Minor improvements to debugging chapter 85/1085/2
Andreas Dilger [Mon, 11 Jul 2011 16:30:14 +0000 (10:30 -0600)]
LUDOC-11 Minor improvements to debugging chapter

Fix formatting consistency of the debugging chapter.

Add a number of debug macros that were not being listed, and
improve the description and formatting of some others.

Update sample output to be consistent with what is generated
by modern Lustre tools.

Change-Id: Ie1276e49c784ccc6ee23c5609b996baa4ad57173
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
12 years agoLUDOC-11 cleanups to Lustre limits table 62/1062/6
Andreas Dilger [Wed, 6 Jul 2011 18:28:24 +0000 (12:28 -0600)]
LUDOC-11 cleanups to Lustre limits table

The Lustre limits table was outdated in a few places, and not organized
in a logical manner.  Consolidate the table and update to latest values,
and remove unknown characters in table.

Clarify some of the Lustre feature descriptions in this section.

Change-Id: I4ee903ccc8446f1c32e456bc6535e1af09e39379
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
12 years agoMerge "LUDOC-6 Add Makefile with check, pdf, html targets"
Richard Henwood [Fri, 8 Jul 2011 14:41:37 +0000 (07:41 -0700)]
Merge "LUDOC-6 Add Makefile with check, pdf, html targets"

12 years agoLUDOC-6 Add Makefile with check, pdf, html targets 63/1063/2
Andreas Dilger [Wed, 6 Jul 2011 20:16:10 +0000 (14:16 -0600)]
LUDOC-6 Add Makefile with check, pdf, html targets

Add a Makefile which will, by default, check the XML of the manual
for structural errors, or build a .html or .pdf version of the
Lustre manual.

It checks for Docbook style sheets on both Linux and MacOS.

Change-Id: I1583a0849ef14299a3df37328f4acc2a55a00fac
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
12 years agoLUDOC-6 Add Makefile with check, pdf, html targets
Andreas Dilger [Wed, 6 Jul 2011 20:16:10 +0000 (14:16 -0600)]
LUDOC-6 Add Makefile with check, pdf, html targets

Add a Makefile which will, by default, check the XML of the manual
for structural errors, or build a .html or .pdf version of the
Lustre manual.

It checks for Docbook style sheets on both Linux and MacOS.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
12 years agoLUDOC-7 cleanups to Lustre limits table
Andreas Dilger [Wed, 6 Jul 2011 18:28:24 +0000 (12:28 -0600)]
LUDOC-7 cleanups to Lustre limits table

The Lustre limits table was outdated in a few places, and not organized
in a logical manner.  Consolidate the table and update to latest values,
and remove unknown characters in table.

Clarify some of the Lustre feature descriptions in this section.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
12 years agoMerge "LUDOC-5 fixed legal notice for Whamcloud modifications."
Richard Henwood [Mon, 27 Jun 2011 19:00:53 +0000 (12:00 -0700)]
Merge "LUDOC-5 fixed legal notice for Whamcloud modifications."

12 years agoLUDOC-5 fixed legal notice for Whamcloud modifications. 35/935/2
Richard Henwood [Fri, 10 Jun 2011 22:53:12 +0000 (17:53 -0500)]
LUDOC-5 fixed legal notice for Whamcloud modifications.

Following legal advice, this change adds context for modifications from
Whamcloud to be admitted into this CC 3.0 licensed document. Docbook includes
copyright and legalnotice elements and these have been used. The copyright
notice that was previously in the Oracle legalnotice has been moved to a
copyright element.

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: I0b1584e8474a390136c052145aef5f2ba695c65a

12 years agoFIX: improved formating of an example.
Richard Henwood [Wed, 25 May 2011 16:20:40 +0000 (11:20 -0500)]
FIX: improved formating of an example.

12 years agoFIX: list items correctly grouped.
Richard Henwood [Wed, 25 May 2011 16:02:46 +0000 (11:02 -0500)]
FIX: list items correctly grouped.

12 years agoFIX: over-streatched image.
Richard Henwood [Wed, 25 May 2011 15:51:06 +0000 (10:51 -0500)]
FIX: over-streatched image.

12 years agoFIX: tidyup the copyright notice.
Richard Henwood [Wed, 25 May 2011 15:07:03 +0000 (10:07 -0500)]
FIX: tidyup the copyright notice.

12 years agoFIX: minor tweaks to the improve figures and revision info. draftversion
Richard Henwood [Tue, 24 May 2011 15:14:28 +0000 (10:14 -0500)]
FIX: minor tweaks to the improve figures and revision info.

12 years agoFIX: corrected linking of documents.
Richard Henwood [Tue, 24 May 2011 00:34:31 +0000 (19:34 -0500)]
FIX: corrected linking of documents.

12 years agoADD: images for figures.
Richard Henwood [Mon, 23 May 2011 23:03:41 +0000 (18:03 -0500)]
ADD: images for figures.

12 years agoFIX: refactored to include legal notice.
Richard Henwood [Mon, 23 May 2011 23:01:43 +0000 (18:01 -0500)]
FIX: refactored to include legal notice.

12 years agoFIX: added index.
Richard Henwood [Mon, 23 May 2011 22:54:20 +0000 (17:54 -0500)]
FIX: added index.

12 years agoFIX: typesetting proofedversion
Richard Henwood [Fri, 20 May 2011 21:24:49 +0000 (16:24 -0500)]
FIX: typesetting

12 years agoFIX: typesetting
Richard Henwood [Fri, 20 May 2011 19:58:32 +0000 (14:58 -0500)]
FIX: typesetting

12 years agoFIX: typesetting
Richard Henwood [Fri, 20 May 2011 19:18:55 +0000 (14:18 -0500)]
FIX: typesetting

12 years agoFIX: validation
Richard Henwood [Fri, 20 May 2011 18:54:50 +0000 (13:54 -0500)]
FIX: validation

12 years agoFIX: validation, ulink -> link
Richard Henwood [Fri, 20 May 2011 18:53:51 +0000 (13:53 -0500)]
FIX: validation, ulink -> link

12 years agoFIX: validation, ulink -> link
Richard Henwood [Fri, 20 May 2011 18:53:05 +0000 (13:53 -0500)]
FIX: validation, ulink -> link

12 years agoFIX: validation, ulink -> link
Richard Henwood [Fri, 20 May 2011 18:40:24 +0000 (13:40 -0500)]
FIX: validation, ulink -> link

12 years agoFIX: validation, ulink -> link
Richard Henwood [Fri, 20 May 2011 18:39:59 +0000 (13:39 -0500)]
FIX: validation, ulink -> link

12 years agoFIX: validation, ulink -> link
Richard Henwood [Fri, 20 May 2011 18:31:51 +0000 (13:31 -0500)]
FIX: validation, ulink -> link

12 years agoFIX: validation, ulink -> link
Richard Henwood [Fri, 20 May 2011 18:17:07 +0000 (13:17 -0500)]
FIX: validation, ulink -> link

12 years agoFIX: validation, ulink -> link
Richard Henwood [Fri, 20 May 2011 18:10:44 +0000 (13:10 -0500)]
FIX: validation, ulink -> link

12 years agoFIX: validation
Richard Henwood [Fri, 20 May 2011 18:09:28 +0000 (13:09 -0500)]
FIX: validation

12 years agoFIX: validation
Richard Henwood [Fri, 20 May 2011 17:35:21 +0000 (12:35 -0500)]
FIX: validation

12 years agoFIX: validation
Richard Henwood [Fri, 20 May 2011 16:54:56 +0000 (11:54 -0500)]
FIX: validation

12 years agoFIX: validation
Richard Henwood [Fri, 20 May 2011 16:50:15 +0000 (11:50 -0500)]
FIX: validation

12 years agoFIX: proofed against origional
Richard Henwood [Fri, 20 May 2011 16:44:31 +0000 (11:44 -0500)]
FIX: proofed against origional

12 years agoFIX: proofed against origional
Richard Henwood [Fri, 20 May 2011 13:22:30 +0000 (08:22 -0500)]
FIX: proofed against origional

12 years agoFIX: proofed against origional
Richard Henwood [Thu, 19 May 2011 17:19:47 +0000 (12:19 -0500)]
FIX: proofed against origional

12 years agoFIX: removed redundant anchors
Richard Henwood [Thu, 19 May 2011 15:15:44 +0000 (10:15 -0500)]
FIX: removed redundant anchors

12 years agoFIX: removed redundant anchors
Richard Henwood [Thu, 19 May 2011 15:10:00 +0000 (10:10 -0500)]
FIX: removed redundant anchors

12 years agoFIX: removed funny characters.
Richard Henwood [Wed, 18 May 2011 22:48:06 +0000 (17:48 -0500)]
FIX: removed funny characters.

12 years agoFIX: proof read against origional
Richard Henwood [Wed, 18 May 2011 22:45:05 +0000 (17:45 -0500)]
FIX: proof read against origional

12 years agoFIX: proof read against origional
Richard Henwood [Wed, 18 May 2011 21:55:19 +0000 (16:55 -0500)]
FIX: proof read against origional

12 years agoFIX: proof read against origional
Richard Henwood [Wed, 18 May 2011 21:45:07 +0000 (16:45 -0500)]
FIX: proof read against origional

12 years agoFIX: proof read against origional
Richard Henwood [Wed, 18 May 2011 21:42:11 +0000 (16:42 -0500)]
FIX: proof read against origional

12 years agoFIX: xrefs workingxslt
Richard Henwood [Wed, 18 May 2011 19:30:44 +0000 (14:30 -0500)]
FIX: xrefs

12 years agoFIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 18:39:05 +0000 (13:39 -0500)]
FIX: xrefs and tidying

12 years agoFIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 18:16:32 +0000 (13:16 -0500)]
FIX: xrefs and tidying

12 years agoFIX: article converted to chapter.
Richard Henwood [Wed, 18 May 2011 18:10:35 +0000 (13:10 -0500)]
FIX: article converted to chapter.

12 years agoFIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 18:09:00 +0000 (13:09 -0500)]
FIX: xrefs and tidying

12 years agoFIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 18:01:24 +0000 (13:01 -0500)]
FIX: xrefs and tidying

12 years agoFIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 17:36:42 +0000 (12:36 -0500)]
FIX: xrefs and tidying

12 years agoFIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 17:24:04 +0000 (12:24 -0500)]
FIX: xrefs and tidying

12 years agoFIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 17:14:04 +0000 (12:14 -0500)]
FIX: xrefs and tidying