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

Branch b1_6

Minor grammar and line wrap cleanups.
parent 7d0afaa5
No related merge requests found
...@@ -124,15 +124,15 @@ Severity : normal ...@@ -124,15 +124,15 @@ Severity : normal
Bugzilla : 11756 Bugzilla : 11756
Frequency : rare Frequency : rare
Description: umount blocks forever on error Description: umount blocks forever on error
Details : In result of wrong using obd_no_recov and obd_force flags client can Details : In result of wrong using obd_no_recov and obd_force flags client
hand if cancel or some other requests is lost. can hand if cancel or some other requests is lost.
Severity : normal Severity : normal
Bugzilla : 13177 Bugzilla : 13177
Frequency : Only for SLES Frequency : Only for SLES
Description: sanity_quota fail test_1 Description: sanity_quota fail test_1
Details : There are multiple occurences of $TSTUSR in SLES's /etc/group Details : There are multiple occurences of $TSTUSR in SLES's /etc/group
file, which makes TSTID[2] inunique. file, which makes TSTID[2] inunique.
Severity : normal Severity : normal
Bugzilla : 13249 Bugzilla : 13249
...@@ -359,10 +359,8 @@ Details : in some rare cases it was possible for a client to connect to ...@@ -359,10 +359,8 @@ Details : in some rare cases it was possible for a client to connect to
Severity : enhancement Severity : enhancement
Bugzilla : 11563 Bugzilla : 11563
Description: Add -o localflock option to simulate old noflock Description: Add -o localflock option to simulate old noflock behaviour.
behaviour. Details : This will achieve local-only flock/fcntl locks coherentness.
Details : This will achieve local-only flock/fcntl locks
coherentness.
Severity : minor Severity : minor
Frequency : rare Frequency : rare
...@@ -378,9 +376,9 @@ Details : ptlrpc_check_set wrongly uses req->rq_lock for proctect add to ...@@ -378,9 +376,9 @@ Details : ptlrpc_check_set wrongly uses req->rq_lock for proctect add to
imp_delayed_list, in this place should be used imp_lock. imp_delayed_list, in this place should be used imp_lock.
Severity : normal Severity : normal
Frequency : when reconnection Frequency : when reconnecting
Bugzilla : 11662 Bugzilla : 11662
Description: Grant Leak when osc reconnect to OST Description: Grant leak when OSC reconnect to OST
Details : When osc reconnect ost, OST(filter) should check whether it Details : When osc reconnect ost, OST(filter) should check whether it
should grant more space to client by comparing fed_grant and should grant more space to client by comparing fed_grant and
cl_avail_grant, and return the granted space to client instead cl_avail_grant, and return the granted space to client instead
...@@ -388,10 +386,10 @@ Details : When osc reconnect ost, OST(filter) should check whether it ...@@ -388,10 +386,10 @@ Details : When osc reconnect ost, OST(filter) should check whether it
to update the client grant space info. to update the client grant space info.
Severity : normal Severity : normal
Frequency : when client reconnect to OST Frequency : when client reconnects to OST
Bugzilla : 11662 Bugzilla : 11662
Description: Grant Leak when osc do resend and replay bulk write Description: Grant leak when OSC does a resend and replays bulk write
Details : When osc reconnect to OST, OST(filter)should clear grant info of Details : When osc reconnect to OST, OST(filter) should clear grant info of
bulk write request, because the grant info while be sync between bulk write request, because the grant info while be sync between
OSC and OST when reconnect, and we should ignore the grant info OSC and OST when reconnect, and we should ignore the grant info
these of resend/replay write req. these of resend/replay write req.
...@@ -399,7 +397,7 @@ Details : When osc reconnect to OST, OST(filter)should clear grant info of ...@@ -399,7 +397,7 @@ Details : When osc reconnect to OST, OST(filter)should clear grant info of
Severity : normal Severity : normal
Frequency : rare Frequency : rare
Bugzilla : 11662 Bugzilla : 11662
Description: Grant space more than avaiable left space sometimes. Description: Grant space more than avaiable space sometimes.
Details : When then OST is about to be full, if two bulk writing from Details : When then OST is about to be full, if two bulk writing from
different clients came to OST. Accord the avaliable space of the different clients came to OST. Accord the avaliable space of the
OST, the first req should be permitted, and the second one OST, the first req should be permitted, and the second one
...@@ -451,13 +449,13 @@ Details : Lov_mds_md was not free in an error handler in mds_create_object. ...@@ -451,13 +449,13 @@ Details : Lov_mds_md was not free in an error handler in mds_create_object.
be freed no matter whether fsfilt_commit success or not. be freed no matter whether fsfilt_commit success or not.
Severity : minor Severity : minor
Frequency : only with huge count clients Frequency : only with huge numbers of clients
Bugzilla : 11817 Bugzilla : 11817
Description: Prevents from taking the superblock lock in llap_from_page for Description: Prevents from taking the superblock lock in llap_from_page for
a soon died page. a soon died page.
Details : using LL_ORIGIN_REMOVEPAGE origin flag instead of LL_ORIGIN_UNKNOW Details : using LL_ORIGIN_REMOVEPAGE origin flag instead of LL_ORIGIN_UNKNOW
for llap_from_page call in ll_removepage prevents from taking the for llap_from_page call in ll_removepage() prevents from taking
superblock lock for a soon died page. the superblock lock for a soon died page.
Severity : normal Severity : normal
Frequency : rare Frequency : rare
...@@ -799,25 +797,25 @@ Bugzilla : 13148 ...@@ -799,25 +797,25 @@ Bugzilla : 13148
Frequency : only in recovery Frequency : only in recovery
Description: Mark OST as early accessible if his start SYNC. Description: Mark OST as early accessible if his start SYNC.
Details : osc_precreate return flag early accessible if oscc marked as Details : osc_precreate return flag early accessible if oscc marked as
OSCC_FLAG_SYNC_IN_PROGRESS. OSCC_FLAG_SYNC_IN_PROGRESS.
Severity : normal Severity : normal
Bugzilla : 13196 Bugzilla : 13196
Frequency : rare Frequency : rare
Description: Sometimes precreate code can triger create object on wrong ost Description: Sometimes precreate code can triger create object on wrong ost
Details : Wrong protected or not not restored variables aftre precreate loop Details : Wrong protected or not not restored variables aftre precreate loop
can produce creation object on wrong ost. can produce creation object on wrong ost.
Severity : normal Severity : normal
Frequency : oss recovery Frequency : oss recovery
Bugzilla : 10800 Bugzilla : 10800
Description: llog_commit_thread cleanup should sync with llog_commit_thread Description: llog_commit_thread cleanup should sync with llog_commit_thread
start start
Details : llog_commit_thread_count should be synced between llog_commit Details : llog_commit_thread_count should be synced between llog_commit
start and cleanup, so new llog_commit thread should not be started start and cleanup, so new llog_commit thread should not be started
when llog_commit threads being stopped to avoid accessing some when llog_commit threads being stopped to avoid accessing some
freed stuff. freed stuff.
Severity : enhancement Severity : enhancement
Bugzilla : 11721 Bugzilla : 11721
Description: Add printing inode info into message about error in writepage. Description: Add printing inode info into message about error in writepage.
......
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