X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdclass%2Fclass_obd.c;h=a429e15046e364f81e741c17feb309e162d1be78;hp=1c0c4c77d8dd004697b24518ad8ee9ab0c5254ea;hb=cc805833c5d0dc6759192e25ac41db7fa927787f;hpb=e671bcef07002246a2cd5417e7a1c0ddc6c4d196;ds=sidebyside diff --git a/lustre/obdclass/class_obd.c b/lustre/obdclass/class_obd.c index 1c0c4c7..a429e15 100644 --- a/lustre/obdclass/class_obd.c +++ b/lustre/obdclass/class_obd.c @@ -61,9 +61,9 @@ unsigned int obd_fail_loc; unsigned int obd_debug_peer_on_timeout; unsigned int obd_dump_on_timeout; unsigned int obd_dump_on_eviction; -unsigned int obd_timeout = 100; /* seconds */ +unsigned int obd_timeout = OBD_TIMEOUT_DEFAULT; /* seconds */ unsigned int ldlm_timeout = LDLM_TIMEOUT_DEFAULT; /* seconds */ -unsigned int obd_health_check_timeout = 120; /* seconds */ +unsigned int obd_health_check_timeout = HEALTH_CHECK_TIMEOUT_DEFAULT; /* seconds */ unsigned int obd_max_dirty_pages = 256; atomic_t obd_dirty_pages;