mirror of
https://github.com/ceph/ceph
synced 2024-12-25 12:54:16 +00:00
mds: drop old thrash_exports time limit
This commit is contained in:
parent
cfdc5f0ef2
commit
f669adb0ab
@ -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<g_conf.mds_thrash_exports; i++) {
|
||||
set<int> s;
|
||||
if (!is_active()) break;
|
||||
|
Loading…
Reference in New Issue
Block a user