From 2a18c1cf34e5b88e0564cb9a5e052db5edd2f86e Mon Sep 17 00:00:00 2001 From: bwzhou Date: Thu, 15 Nov 2007 07:21:56 +0000 Subject: [PATCH] Branch b1_6 b=13380 change timeout to 330 for server umount. --- lustre/obdclass/obd_mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdclass/obd_mount.c b/lustre/obdclass/obd_mount.c index 19b4fcc..37145f9 100644 --- a/lustre/obdclass/obd_mount.c +++ b/lustre/obdclass/obd_mount.c @@ -1311,7 +1311,7 @@ static void server_wait_finished(struct vfsmount *mnt) { wait_queue_head_t waitq; struct l_wait_info lwi; - int retries = 120; + int retries = 330; init_waitqueue_head(&waitq); -- 1.8.3.1