Whamcloud - gitweb
i=isaac,b=16186:
authorisaac <isaac>
Wed, 19 Aug 2009 16:34:59 +0000 (16:34 +0000)
committerisaac <isaac>
Wed, 19 Aug 2009 16:34:59 +0000 (16:34 +0000)
- turn on peer health detect for ksocklnd and ko2iblnd by default.

lnet/klnds/o2iblnd/o2iblnd_modparams.c
lnet/klnds/socklnd/socklnd_modparams.c

index f7081a9..27a6112 100644 (file)
@@ -72,7 +72,7 @@ static int peer_buffer_credits = 0;
 CFS_MODULE_PARM(peer_buffer_credits, "i", int, 0444,
                 "# per-peer router buffer credits");
 
-static int peer_timeout = 0;
+static int peer_timeout = 180;
 CFS_MODULE_PARM(peer_timeout, "i", int, 0444,
                 "Seconds without aliveness news to declare peer dead (<=0 to disable)");
 
index d3d7cd0..c4a6261 100644 (file)
@@ -37,7 +37,7 @@ static int peer_buffer_credits = 0;
 CFS_MODULE_PARM(peer_buffer_credits, "i", int, 0444,
                 "# per-peer router buffer credits");
 
-static int peer_timeout = 0;
+static int peer_timeout = 180;
 CFS_MODULE_PARM(peer_timeout, "i", int, 0444,
                 "Seconds without aliveness news to declare peer dead (<=0 to disable)");