Whamcloud - gitweb
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
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
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
Richard Henwood [Tue, 1 Nov 2011 14:19:43 +0000 (10:19 -0400)]
Merge "LUDOC-8 Make Jenkins build manual using a Makefile."
Richard Henwood [Fri, 28 Oct 2011 14:43:19 +0000 (10:43 -0400)]
Merge "LUDOC-18 added entry for errno EDQUOT."
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
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
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>
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
Jessica Popp [Tue, 6 Sep 2011 15:54:55 +0000 (11:54 -0400)]
Merge "LUDOC-16 fix stale links."
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
Richard Henwood [Thu, 11 Aug 2011 15:35:28 +0000 (11:35 -0400)]
Merge "LUDOC-13 render diff of html manual to enhance reviewability."
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
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>
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>
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>
Richard Henwood [Fri, 8 Jul 2011 14:41:37 +0000 (07:41 -0700)]
Merge "LUDOC-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.
Change-Id: I1583a0849ef14299a3df37328f4acc2a55a00fac
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
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>
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>
Richard Henwood [Mon, 27 Jun 2011 19:00:53 +0000 (12:00 -0700)]
Merge "LUDOC-5 fixed legal notice for Whamcloud modifications."
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
Richard Henwood [Wed, 25 May 2011 16:20:40 +0000 (11:20 -0500)]
FIX: improved formating of an example.
Richard Henwood [Wed, 25 May 2011 16:02:46 +0000 (11:02 -0500)]
FIX: list items correctly grouped.
Richard Henwood [Wed, 25 May 2011 15:51:06 +0000 (10:51 -0500)]
FIX: over-streatched image.
Richard Henwood [Wed, 25 May 2011 15:07:03 +0000 (10:07 -0500)]
FIX: tidyup the copyright notice.
Richard Henwood [Tue, 24 May 2011 15:14:28 +0000 (10:14 -0500)]
FIX: minor tweaks to the improve figures and revision info.
Richard Henwood [Tue, 24 May 2011 00:34:31 +0000 (19:34 -0500)]
FIX: corrected linking of documents.
Richard Henwood [Mon, 23 May 2011 23:03:41 +0000 (18:03 -0500)]
ADD: images for figures.
Richard Henwood [Mon, 23 May 2011 23:01:43 +0000 (18:01 -0500)]
FIX: refactored to include legal notice.
Richard Henwood [Mon, 23 May 2011 22:54:20 +0000 (17:54 -0500)]
FIX: added index.
Richard Henwood [Fri, 20 May 2011 21:24:49 +0000 (16:24 -0500)]
FIX: typesetting
Richard Henwood [Fri, 20 May 2011 19:58:32 +0000 (14:58 -0500)]
FIX: typesetting
Richard Henwood [Fri, 20 May 2011 19:18:55 +0000 (14:18 -0500)]
FIX: typesetting
Richard Henwood [Fri, 20 May 2011 18:54:50 +0000 (13:54 -0500)]
FIX: validation
Richard Henwood [Fri, 20 May 2011 18:53:51 +0000 (13:53 -0500)]
FIX: validation, ulink -> link
Richard Henwood [Fri, 20 May 2011 18:53:05 +0000 (13:53 -0500)]
FIX: validation, ulink -> link
Richard Henwood [Fri, 20 May 2011 18:40:24 +0000 (13:40 -0500)]
FIX: validation, ulink -> link
Richard Henwood [Fri, 20 May 2011 18:39:59 +0000 (13:39 -0500)]
FIX: validation, ulink -> link
Richard Henwood [Fri, 20 May 2011 18:31:51 +0000 (13:31 -0500)]
FIX: validation, ulink -> link
Richard Henwood [Fri, 20 May 2011 18:17:07 +0000 (13:17 -0500)]
FIX: validation, ulink -> link
Richard Henwood [Fri, 20 May 2011 18:10:44 +0000 (13:10 -0500)]
FIX: validation, ulink -> link
Richard Henwood [Fri, 20 May 2011 18:09:28 +0000 (13:09 -0500)]
FIX: validation
Richard Henwood [Fri, 20 May 2011 17:35:21 +0000 (12:35 -0500)]
FIX: validation
Richard Henwood [Fri, 20 May 2011 16:54:56 +0000 (11:54 -0500)]
FIX: validation
Richard Henwood [Fri, 20 May 2011 16:50:15 +0000 (11:50 -0500)]
FIX: validation
Richard Henwood [Fri, 20 May 2011 16:44:31 +0000 (11:44 -0500)]
FIX: proofed against origional
Richard Henwood [Fri, 20 May 2011 13:22:30 +0000 (08:22 -0500)]
FIX: proofed against origional
Richard Henwood [Thu, 19 May 2011 17:19:47 +0000 (12:19 -0500)]
FIX: proofed against origional
Richard Henwood [Thu, 19 May 2011 15:15:44 +0000 (10:15 -0500)]
FIX: removed redundant anchors
Richard Henwood [Thu, 19 May 2011 15:10:00 +0000 (10:10 -0500)]
FIX: removed redundant anchors
Richard Henwood [Wed, 18 May 2011 22:48:06 +0000 (17:48 -0500)]
FIX: removed funny characters.
Richard Henwood [Wed, 18 May 2011 22:45:05 +0000 (17:45 -0500)]
FIX: proof read against origional
Richard Henwood [Wed, 18 May 2011 21:55:19 +0000 (16:55 -0500)]
FIX: proof read against origional
Richard Henwood [Wed, 18 May 2011 21:45:07 +0000 (16:45 -0500)]
FIX: proof read against origional
Richard Henwood [Wed, 18 May 2011 21:42:11 +0000 (16:42 -0500)]
FIX: proof read against origional
Richard Henwood [Wed, 18 May 2011 19:30:44 +0000 (14:30 -0500)]
FIX: xrefs
Richard Henwood [Wed, 18 May 2011 18:39:05 +0000 (13:39 -0500)]
FIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 18:16:32 +0000 (13:16 -0500)]
FIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 18:10:35 +0000 (13:10 -0500)]
FIX: article converted to chapter.
Richard Henwood [Wed, 18 May 2011 18:09:00 +0000 (13:09 -0500)]
FIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 18:01:24 +0000 (13:01 -0500)]
FIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 17:36:42 +0000 (12:36 -0500)]
FIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 17:24:04 +0000 (12:24 -0500)]
FIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 17:14:04 +0000 (12:14 -0500)]
FIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 16:58:42 +0000 (11:58 -0500)]
FIX: refactor part
Richard Henwood [Wed, 18 May 2011 16:54:24 +0000 (11:54 -0500)]
FIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 16:45:39 +0000 (11:45 -0500)]
FIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 16:33:32 +0000 (11:33 -0500)]
FIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 16:26:29 +0000 (11:26 -0500)]
FIX: refactor part
Richard Henwood [Wed, 18 May 2011 16:22:51 +0000 (11:22 -0500)]
FIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 16:14:12 +0000 (11:14 -0500)]
FIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 15:55:45 +0000 (10:55 -0500)]
FIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 15:38:00 +0000 (10:38 -0500)]
FIX: refactor part
Richard Henwood [Wed, 18 May 2011 15:27:03 +0000 (10:27 -0500)]
FIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 14:49:10 +0000 (09:49 -0500)]
FIX: xrefs
Richard Henwood [Wed, 18 May 2011 14:44:04 +0000 (09:44 -0500)]
FIX: patched on additional missed content
Richard Henwood [Tue, 17 May 2011 23:40:54 +0000 (18:40 -0500)]
FIX: patched on additional missed content
Richard Henwood [Tue, 17 May 2011 23:16:25 +0000 (18:16 -0500)]
FIX: xrefs
Richard Henwood [Tue, 17 May 2011 23:07:01 +0000 (18:07 -0500)]
FIX: xrefs
Richard Henwood [Tue, 17 May 2011 22:32:30 +0000 (17:32 -0500)]
FIX: xrefs
Richard Henwood [Tue, 17 May 2011 22:19:55 +0000 (17:19 -0500)]
FIX: xrefs
Richard Henwood [Tue, 17 May 2011 21:49:00 +0000 (16:49 -0500)]
FIX: xrefs
Richard Henwood [Tue, 17 May 2011 21:44:10 +0000 (16:44 -0500)]
FIX: refactored
Richard Henwood [Tue, 17 May 2011 21:38:24 +0000 (16:38 -0500)]
FIX: xrefs
Richard Henwood [Tue, 17 May 2011 21:34:08 +0000 (16:34 -0500)]
FIX: xrefs
Richard Henwood [Tue, 17 May 2011 20:58:48 +0000 (15:58 -0500)]
FIX: xrefs
Richard Henwood [Tue, 17 May 2011 19:44:51 +0000 (14:44 -0500)]
FIX: xrefs
Richard Henwood [Tue, 17 May 2011 19:13:32 +0000 (14:13 -0500)]
FIX: xrefs
Richard Henwood [Tue, 17 May 2011 18:57:31 +0000 (13:57 -0500)]
FIX: xrefs
Richard Henwood [Tue, 17 May 2011 18:42:02 +0000 (13:42 -0500)]
FIX: xrefs
Richard Henwood [Tue, 17 May 2011 17:39:04 +0000 (12:39 -0500)]
FIX: xrefs
Richard Henwood [Tue, 17 May 2011 17:28:20 +0000 (12:28 -0500)]
FIX: refactored part
Richard Henwood [Tue, 17 May 2011 17:23:49 +0000 (12:23 -0500)]
FIX: xrefs
Richard Henwood [Tue, 17 May 2011 17:23:29 +0000 (12:23 -0500)]
FIX: xrefs
Richard Henwood [Tue, 17 May 2011 16:15:53 +0000 (11:15 -0500)]
FIX: xrefs
Richard Henwood [Tue, 17 May 2011 15:56:51 +0000 (10:56 -0500)]
FIX: moved xincludes into main file
Richard Henwood [Tue, 17 May 2011 15:55:20 +0000 (10:55 -0500)]
FIX: update xrefs and figures
Richard Henwood [Mon, 16 May 2011 23:07:15 +0000 (18:07 -0500)]
FIX: part correctly references chapters.
Richard Henwood [Mon, 16 May 2011 22:39:47 +0000 (17:39 -0500)]
FIX: converted to glossary and removed cruft