Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lustre-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
debian-packages
lustre-release
Commits
8e65019c
Commit
8e65019c
authored
16 years ago
by
Terry Rutledge
Browse files
Options
Downloads
Patches
Plain Diff
Added Release 1.6.7
parent
fe5b2d5c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lustre/ChangeLog
+44
-0
44 additions, 0 deletions
lustre/ChangeLog
with
44 additions
and
0 deletions
lustre/ChangeLog
+
44
−
0
View file @
8e65019c
tbd Sun Microsystems, Inc.
tbd Sun Microsystems, Inc.
* version 1.6.7
* Support for kernels:
2.6.5-7.312 (SLES 9),
2.6.9-67.0.22.EL (RHEL 4),
2.6.16.60-0.23 (SLES 10),
2.6.18-92.1.6.el5 (RHEL 5),
2.6.22.14 vanilla (kernel.org)
* Client support for unpatched kernels:
(see http://wiki.lustre.org/index.php?title=Patchless_Client)
2.6.16 - 2.6.22 vanilla (kernel.org)
* Client support for unpatched kernels:
we do not recommend using patchless RHEL4 clients with kernels
prior to 2.6.9-55EL (RHEL4U5).
* Recommended e2fsprogs version: 1.40.11-sun1
* Note that reiserfs quotas are disabled on SLES 10 in this kernel.
* RHEL 4 and RHEL 5/SLES 10 clients behaves differently on 'cd' to a
removed cwd "./" (refer to Bugzilla 14399).
* A new quota file format has been introduced in 1.6.5.
The format conversion from prior releases is handled transparently,
but releases older than 1.4.12/1.6.5 don't understand this new
format. The automatic format conversion can be avoided by running
the following command on the MDS:
'tunefs.lustre --param="mdt.quota_type=ug1" $MDTDEV'.
For more information, please refer to bugzilla 13904.
* A new quota file format was introduced in 1.6.6.
The format conversion from prior releases is handled transparently,
but releases older than 1.6.6/1.8.0 don't understand this new
format. The automatic format conversion can be avoided by running
the following commands on the MDS and OSS servers (for
pre 1.4.12-1.6.5 quota files):
'tunefs.lustre --param="mdt.quota_type=ug1" $MDTDEV',
'tunefs.lustre --param="ost.quota_type=ug1" $MDTDEV'
or (for 1.4.12/1.6.5 quota files)
'tunefs.lustre --param="mdt.quota_type=ug2" $MDTDEV',
'tunefs.lustre --param="ost.quota_type=ug2" $MDTDEV'
For more information, please refer to bugzilla 13904.
* Output of lfs quota has been made less detailed by default,
old (verbose) output can be obtained by using -v option.
--------------------------------------------------------------------------
2008-08-31 Sun Microsystems, Inc.
* version 1.6.6
* version 1.6.6
* Support for kernels:
* Support for kernels:
2.6.5-7.312 (SLES 9),
2.6.5-7.312 (SLES 9),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment