X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fsanity-quota.sh;h=7d362c3ae6eacbfd91c53baeeeafbcb4e77e7143;hp=589bc6a3893da1a7f3ad6a128c12e92e47c02740;hb=2f347eb0da65973bfc4acbd49ad48698bf71441f;hpb=7326143163cc95b91fb741bc82c60d7145064cb4 diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 589bc6a..7d362c3 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -2061,7 +2061,6 @@ test_29() local BLK_LIMIT=$((100 * 1024 * 1024)) # 100G local timeout local pid - local origin_resends if at_is_enabled; then timeout=$(at_max_get client) @@ -2071,9 +2070,6 @@ test_29() lctl set_param timeout=10 fi - origin_resends=$(lctl get_param -n mdc.${FSNAME}-*.quota_resend_count | head -1) - lctl set_param -n mdc.${FSNAME}-*.quota_resend_count 0 - #define OBD_FAIL_MDS_QUOTACTL_NET 0x12e lustre_fail mds 0x12e @@ -2092,7 +2088,6 @@ test_29() lctl set_param timeout=$timeout fi - lctl set_param -n mdc.${FSNAME}-*.quota_resend_count $origin_resends resetquota -u $TSTUSR } run_test_with_stat 29 "unhandled quotactls must not hang lustre client (19778) ========"