Skip to content
Snippets Groups Projects
Commit 32b141c7 authored by Bobi Jam's avatar Bobi Jam
Browse files

Branch b1_6

b=13375
i=shadow, panda

Descriptoin: make lov_create() will not stuck in obd_statfs_rqset()
Details    : If an OST is down the MDS will hang indefinitely in
             obd_statfs_rqset() waiting for the statfs data. While for
             MDS QOS usage of statfs, it should not stuck in waiting.
parent f2fb7323
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,13 @@ tbd Sun Microsystems, Inc.
* RHEL 4 and RHEL 5/SLES 10 clients behaves differently on 'cd' to a
removed cwd "./" (refer to Bugzilla 14399).
Severity : normal
Bugzilla : 13375
Descriptoin: make lov_create() will not stuck in obd_statfs_rqset()
Details : If an OST is down the MDS will hang indefinitely in
obd_statfs_rqset() waiting for the statfs data. While for
MDS QOS usage of statfs, it should not stuck in waiting.
Severity : normal
Bugzilla : 3055
Description: Disable adaptive timeouts by default
......
......@@ -1140,7 +1140,7 @@ static int lov_create(struct obd_export *exp, struct obdo *src_oa,
}
maxage = cfs_time_shift_64(-lov->desc.ld_qos_maxage);
obd_statfs_rqset(exp->exp_obd, &osfs, maxage, 0);
obd_statfs_rqset(exp->exp_obd, &osfs, maxage, OBD_STATFS_NODELAY);
rc = lov_prep_create_set(exp, &oinfo, ea, src_oa, oti, &set);
if (rc)
......
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