From: Sage Weil Date: Fri, 20 Aug 2010 16:57:07 +0000 (-0700) Subject: mds: drop old thrash_exports time limit X-Git-Tag: v0.21.2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f669adb0aba071f85d803d669096663fe33f23e4;p=ceph.git mds: drop old thrash_exports time limit --- diff --git a/src/mds/MDS.cc b/src/mds/MDS.cc index 196e4da093e..d8390bcb684 100644 --- a/src/mds/MDS.cc +++ b/src/mds/MDS.cc @@ -1520,9 +1520,9 @@ do { \ utime_t now = g_clock.now(); if (start == utime_t()) start = now; - double el = now - start; + /*double el = now - start; if (el > 30.0 && - el < 60.0) + el < 60.0)*/ for (int i=0; i s; if (!is_active()) break;