Skip to content
Snippets Groups Projects
Commit 45ef4b8f authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch HEAD

Fix ChangeLog comments
parent 1a772883
No related branches found
No related tags found
No related merge requests found
...@@ -5,26 +5,26 @@ tbd Sun Microsystems, Inc. ...@@ -5,26 +5,26 @@ tbd Sun Microsystems, Inc.
2.6.18-92.1.10.el5 (RHEL 5), 2.6.18-92.1.10.el5 (RHEL 5),
2.6.22.14 vanilla (kernel.org). 2.6.22.14 vanilla (kernel.org).
* Client support for unpatched kernels: * Client support for unpatched kernels:
(see http://wiki.lustre.org/index.php?title=Patchless_Client) (see http://wiki.lustre.org/index.php?title=Patchless_Client)
2.6.16 - 2.6.21 vanilla (kernel.org) 2.6.16 - 2.6.21 vanilla (kernel.org)
* Recommended e2fsprogs version: 1.40.11-sun1 * Recommended e2fsprogs version: 1.40.11-sun1
* Note that reiserfs quotas are disabled on SLES 10 in this kernel. * 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 * RHEL 4 and RHEL 5/SLES 10 clients behaves differently on 'cd' to a
removed cwd "./" (refer to Bugzilla 14399). removed cwd "./" (refer to Bugzilla 14399).
* File join has been disabled in this release, refer to Bugzilla 16929. * File join has been disabled in this release, refer to Bugzilla 16929.
Severity : enhancement Severity : enhancement
Bugzilla : 1819 Bugzilla : 1819
Description: Add /proc entry for import status Description: Add /proc entry for import status
Details : The mdc, osc, and mgc import directories now have Details : The mdc, osc, and mgc import directories now have
an import directory that contains useful import data for debugging an import directory that contains useful import data for debugging
connection problems. connection problems.
Severity : enhancement Severity : enhancement
Bugzilla : 15966 Bugzilla : 15966
Description: Re-disable certain /proc logging Description: Re-disable certain /proc logging
Details : Enable and disable client's offset_stats, extents_stats and Details : Enable and disable client's offset_stats, extents_stats and
extents_stats_per_process stats logging on the fly. extents_stats_per_process stats logging on the fly.
Severity : major Severity : major
Frequency : Only on FC kernels 2.6.22+ Frequency : Only on FC kernels 2.6.22+
...@@ -37,13 +37,13 @@ Severity : enhancement ...@@ -37,13 +37,13 @@ Severity : enhancement
Bugzilla : 16643 Bugzilla : 16643
Description: Generic /proc file permissions Description: Generic /proc file permissions
Details : Set /Proc file permissions in a more generic way to enable non- Details : Set /Proc file permissions in a more generic way to enable non-
root users operate on some /proc files. root users operate on some /proc files.
Severity : major Severity : major
Bugzilla : 16561 Bugzilla : 16561
Description: Hitting mdc_commit_close() ASSERTION Description: Hitting mdc_commit_close() ASSERTION
Details : Properly handle request reference release in Details : Properly handle request reference release in
ll_release_openhandle(). ll_release_openhandle().
Severity : normal Severity : normal
Bugzilla : 15975 Bugzilla : 15975
...@@ -57,8 +57,7 @@ Description: Allow OST glimpses to return PW locks ...@@ -57,8 +57,7 @@ Description: Allow OST glimpses to return PW locks
Severity : minor Severity : minor
Bugzilla : 16717 Bugzilla : 16717
Description: LBUG when llog conf file is full Description: LBUG when llog conf file is full
Details : When llog bitmap is full, ENOSPC should be returned for plain Details : When llog bitmap is full, ENOSPC should be returned for plain log.
log.
Severity : normal Severity : normal
Bugzilla : 16907 Bugzilla : 16907
...@@ -81,8 +80,8 @@ Bugzilla : 16611 ...@@ -81,8 +80,8 @@ Bugzilla : 16611
Frequency : on recovery Frequency : on recovery
Description: I/O failures after umount during fail back Description: I/O failures after umount during fail back
Details : if client reconnected to restarted server we need join to recovery Details : if client reconnected to restarted server we need join to recovery
instead of find server handler is changed and process self eviction instead of find server handler is changed and process self
with cancel all locks. eviction with cancel all locks.
Severity : enhancement Severity : enhancement
Bugzilla : 16633 Bugzilla : 16633
...@@ -197,7 +196,7 @@ Details : Lustre does not destroy flock lock before last reference goes ...@@ -197,7 +196,7 @@ Details : Lustre does not destroy flock lock before last reference goes
Severity : normal Severity : normal
Bugzilla : 15210 Bugzilla : 15210
Description: add recount protection for osc callbacks, so avoid panic on shutdown Description: add refcount protection for osc callbacks, avoid panic on shutdown
Severity : normal Severity : normal
Bugzilla : 12653 Bugzilla : 12653
...@@ -229,15 +228,15 @@ Details : Need properly lock accesses the flock deadlock detection list. ...@@ -229,15 +228,15 @@ Details : Need properly lock accesses the flock deadlock detection list.
Severity : minor Severity : minor
Bugzilla : 15837 Bugzilla : 15837
Description: oops in page fault handler Description: oops in page fault handler
Details : kernel page fault handler can return two special 'pages' in error case, don't Details : kernel page fault handler can return two special 'pages' in error
try dereference NOPAGE_SIGBUS and NOPAGE_OMM. case, don't try dereference NOPAGE_SIGBUS and NOPAGE_OMM.
Severity : minor Severity : minor
Bugzilla : 15716 Bugzilla : 15716
Description: timeout with invalidate import. Description: timeout with invalidate import.
Details : ptlrpcd_check call obd_zombie_impexp_cull and wait request which should be Details : ptlrpcd_check call obd_zombie_impexp_cull and wait request which
handled by ptlrpcd. This produce long age waiting and -ETIMEOUT should be handled by ptlrpcd. This produce long age waiting and
ptlrpc_invalidate_import and as result LASSERT. -ETIMEOUT ptlrpc_invalidate_import and as result LASSERT.
Severity : enhancement Severity : enhancement
Bugzilla : 15741 Bugzilla : 15741
...@@ -324,7 +323,7 @@ Details : Move the 'good_osts' check before the 'total_bavail' check. This ...@@ -324,7 +323,7 @@ Details : Move the 'good_osts' check before the 'total_bavail' check. This
Severity : major Severity : major
Bugzilla : 14326 Bugzilla : 14326
Description: Use old size assignment to avoid deadlock Description: Use old size assignment to avoid deadlock
Details : This reverts the changes in bugs 2369 and bug 14138 that introduced Details : Reverts the changes in bugs 2369 and bug 14138 that introduced
the scheduling while holding a spinlock. We do not need locking the scheduling while holding a spinlock. We do not need locking
for size in ll_update_inode() because size is only updated from for size in ll_update_inode() because size is only updated from
the MDS for directories or files without objects, so there is no the MDS for directories or files without objects, so there is no
...@@ -386,8 +385,8 @@ Bugzilla : 14533 ...@@ -386,8 +385,8 @@ Bugzilla : 14533
Frequency : rare, on recovery Frequency : rare, on recovery
Description: read procfs can produce deadlock in some situation Description: read procfs can produce deadlock in some situation
Details : Holding lprocfs lock which send rpc can produce block for destroy Details : Holding lprocfs lock which send rpc can produce block for destroy
obd objects and this also block reconnect with -EALREADY. This isn't obd objects and this also block reconnect with -EALREADY. This
fix all lprocfs bugs - but make it rare. isn't fix all lprocfs bugs - but make it rare.
Severity : enhancement Severity : enhancement
Bugzilla : 15152 Bugzilla : 15152
...@@ -430,11 +429,11 @@ Severity : normal ...@@ -430,11 +429,11 @@ Severity : normal
Frequency : occasional Frequency : occasional
Bugzilla : 13537 Bugzilla : 13537
Description: Correctly check stale fid, not start epoch if ost not support SOM Description: Correctly check stale fid, not start epoch if ost not support SOM
Details : open with flag O_CREATE need set old fid in op_fid3 because op_fid2 Details : open with flag O_CREATE need set old fid in op_fid3 because
overwrited with new generated fid, but mds can anwer with one of these op_fid2 was overwritten with new generated fid, but mds can answer
two fids and both is not stale. setattr incorectly start epoch and with one of these two fids and both is not stale. Setattr
assume will be called done_writeting, but without SOM done_writing incorrectly started an epoch and assume will be called
never called. done_writing, but without SOM done_writing ever being called.
Severity : major Severity : major
Frequency : rare, depends on device drivers and load Frequency : rare, depends on device drivers and load
...@@ -487,8 +486,8 @@ Severity : minor ...@@ -487,8 +486,8 @@ Severity : minor
Frequency : rare Frequency : rare
Bugzilla : 13196 Bugzilla : 13196
Description: Don't allow skipping OSTs if index has been specified. Description: Don't allow skipping OSTs if index has been specified.
Details : Don't allow skipping OSTs if index has been specified, make locking Details : Don't allow skipping OSTs if index has been specified, make
in internal create lots better. locking in internal create lots better.
Severity : normal Severity : normal
Bugzilla : 12228 Bugzilla : 12228
...@@ -965,8 +964,8 @@ Details : Modify the target file & which_kernel. ...@@ -965,8 +964,8 @@ Details : Modify the target file & which_kernel.
Severity : enhancement Severity : enhancement
Bugzilla : 10786 Bugzilla : 10786
Description: omit set fsid for export NFS Description: omit set fsid for export NFS
Details : fix set/restore device id for avoid EMFILE error and mark lustre fs Details : fix set/restore device id for avoid EMFILE error and mark lustre
as FS_REQUIRES_DEV for avoid problems with generate fsid. fs as FS_REQUIRES_DEV for avoid problems with generate fsid.
Severity : normal Severity : normal
Bugzilla : 13304 Bugzilla : 13304
...@@ -1327,9 +1326,9 @@ Description: add -gid, -group, -uid, -user options to lfs find ...@@ -1327,9 +1326,9 @@ Description: add -gid, -group, -uid, -user options to lfs find
Severity : normal Severity : normal
Bugzilla : 15950 Bugzilla : 15950
Description: Hung threads in invalidate_inode_pages2_range Description: Hung threads in invalidate_inode_pages2_range
Details : The direct IO path doesn't call check_rpcs to submit a new RPC once Details : The direct IO path doesn't call check_rpcs to submit a new RPC
one is completed. As a result, some RPCs are stuck in the queue once one is completed. As a result, some RPCs are stuck in the
and are never sent. queue and are never sent.
Severity : normal Severity : normal
Bugzilla : 14629 Bugzilla : 14629
...@@ -1358,7 +1357,7 @@ Details : If insertion of an extent fails, then discard the inode ...@@ -1358,7 +1357,7 @@ Details : If insertion of an extent fails, then discard the inode
Severity : normal Severity : normal
Bugzilla : 16199 Bugzilla : 16199
Description: don't always update ctime in ext3_xattr_set_handle() Description: don't always update ctime in ext3_xattr_set_handle()
Details : Current xattr code updates the inode ctime in ext3_xattr_set_handle. Details : Current xattr code updates inode ctime in ext3_xattr_set_handle.
In some cases the ctime should not be updated, for example for In some cases the ctime should not be updated, for example for
2.0->1.8 compatibility it is necessary to delete an xattr and it 2.0->1.8 compatibility it is necessary to delete an xattr and it
should not update the ctime. should not update the ctime.
...@@ -1435,7 +1434,7 @@ Details : Initialize RPC XID from clock at startup (randomly if clock is ...@@ -1435,7 +1434,7 @@ Details : Initialize RPC XID from clock at startup (randomly if clock is
Severity : enhancement Severity : enhancement
Bugzilla : 14095 Bugzilla : 14095
Description: Add lustre_start utility to start or stop multiple Lustre servers Description: Add lustre_start utility to start or stop multiple Lustre servers
from a CSV file. from a CSV file.
Severity : major Severity : major
Bugzilla : 17024 Bugzilla : 17024
...@@ -1445,10 +1444,10 @@ Details : In case of memory pressure, list_del() can be called twice on ...@@ -1445,10 +1444,10 @@ Details : In case of memory pressure, list_del() can be called twice on
Severity : normal Severity : normal
Bugzilla : 17026 Bugzilla : 17026
Description: (ptllnd_peer.c:557:kptllnd_peer_check_sends()) ASSERTION(!in_interrupt()) failed Description: kptllnd_peer_check_sends()) ASSERTION(!in_interrupt()) failed
Details : fix stack overflow in the distributed lock manager by defering export Details : fix stack overflow in the distributed lock manager by defering
eviction after a failed ast to the elt thread instead of handling export eviction after a failed AST to the elt thread instead of
it in the dlm interpret routine. handling it in the dlm interpret routine.
Severity : normal Severity : normal
Bugzilla : 16450 Bugzilla : 16450
...@@ -1474,9 +1473,9 @@ Details : Call cmm_device_free() in the failure path of cmm_device_alloc(). ...@@ -1474,9 +1473,9 @@ Details : Call cmm_device_free() in the failure path of cmm_device_alloc().
Severity : normal Severity : normal
Bugzilla : 16450 Bugzilla : 16450
Description: Add lockdep support to dt_object_operations locking interface. Description: Add lockdep support to dt_object_operations locking interface.
Details : Augment ->do_{read,write}_lock() prototypes with a `role' parameter Details : Augment ->do_{read,write}_lock() prototypes with a `role'
indicating lock ordering. Update mdd code to use new locking parameter indicating lock ordering. Update mdd code to use new
interface. locking interface.
Severity : normal Severity : normal
Bugzilla : 16450 Bugzilla : 16450
...@@ -1690,8 +1689,8 @@ Details : Remove unused code. ...@@ -1690,8 +1689,8 @@ Details : Remove unused code.
Severity : normal Severity : normal
Bugzilla : 16450 Bugzilla : 16450
Description: Add special type for ptlrpc_request interpret functions. Description: Add special type for ptlrpc_request interpret functions.
Details : Add lu_env parameter to ->rq_interpreter call-back. NULL is passed Details : Add lu_env parameter to ->rq_interpreter call-back. NULL is passed
there. Actual usage will be in CLIO. there. Actual usage will be in CLIO.
Severity : normal Severity : normal
Bugzilla : 16450 Bugzilla : 16450
...@@ -1848,8 +1847,8 @@ Severity : normal ...@@ -1848,8 +1847,8 @@ Severity : normal
Frequency : during server recovery Frequency : during server recovery
Bugzilla : 11203 Bugzilla : 11203
Description: MDS failing to send precreate requests due to OSCC_FLAG_RECOVERING Description: MDS failing to send precreate requests due to OSCC_FLAG_RECOVERING
Details : request with rq_no_resend flag not awake l_wait_event if they get a Details : request with rq_no_resend flag not awake l_wait_event if they get
timeout. a timeout.
Severity : minor Severity : minor
Frequency : nfs export on patchless client Frequency : nfs export on patchless client
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment