kalpak@clusterfs.com
2006-Dec-18 11:16 UTC
[Lustre-devel] [Bug 10891] handle->h_buffer_credits > 0 assertion failure
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by
using the following link:
https://bugzilla.lustre.org/show_bug.cgi?id=10891
What |Removed |Added
----------------------------------------------------------------------------
Status Whiteboard|2006-11-27: provisional |2006-12-18: "Patch to
|patch created; test case |undergo review and
testing."
|still needed |
2006-12-18 "Patch to undergo review and testing."
kalpak@clusterfs.com
2006-Dec-21 06:42 UTC
[Lustre-devel] [Bug 10891] handle->h_buffer_credits > 0 assertion failure
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: https://bugzilla.lustre.org/show_bug.cgi?id=10891 Created an attachment (id=9204) Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: --> (https://bugzilla.lustre.org/attachment.cgi?id=9204&action=view) Added a test to sanity.sh for this bug Added the test to sanity.sh as per Andreas''s suggestions.
adilger@clusterfs.com
2007-Jan-16 13:23 UTC
[Lustre-devel] [Bug 10891] handle->h_buffer_credits > 0 assertion failure
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by
using the following link:
https://bugzilla.lustre.org/show_bug.cgi?id=10891
What |Removed |Added
----------------------------------------------------------------------------
Attachment #9308|Correction in last patch |regression test for previous
description| |fix
Attachment #9308 is|1 |0
private| |
(From update of attachment 9308)
Regression test for previous patch in attachment 9200.
kalpak@clusterfs.com
2007-Jan-17 06:51 UTC
[Lustre-devel] [Bug 10891] handle->h_buffer_credits > 0 assertion failure
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by
using the following link:
https://bugzilla.lustre.org/show_bug.cgi?id=10891
What |Removed |Added
----------------------------------------------------------------------------
Attachment #9200 is|0 |1
obsolete| |
Created an attachment (id=9360)
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by
using the following link:
--> (https://bugzilla.lustre.org/attachment.cgi?id=9360&action=view)
Updated patch with test case.
Needed revision since constant 0x21d was used and landed in obd_support.h
before
this patch. So I am using "#define OBD_FAIL_OST_SETATTR_CREDITS
0x21e" and
making appropriate changes.
kalpak@clusterfs.com
2007-Jan-17 06:56 UTC
[Lustre-devel] [Bug 10891] handle->h_buffer_credits > 0 assertion failure
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by
using the following link:
https://bugzilla.lustre.org/show_bug.cgi?id=10891
What |Removed |Added
----------------------------------------------------------------------------
Attachment #9308 is|0 |1
obsolete| |
Created an attachment (id=9361)
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by
using the following link:
--> (https://bugzilla.lustre.org/attachment.cgi?id=9361&action=view)
Updated regression test for previous fix
Needed revision since constant 0x21d was used and landed in obd_support.h
before this patch. So I am using "#define OBD_FAIL_OST_SETATTR_CREDITS
0x21e" and making appropriate changes to the test.